Importing Build-in Database to PostgreSQL

0
Hi everyone, I’m trying to copy my mendix database schema to PstgreSQL. I found the steps that tells me to simply download a backup then restore it using PgAdmin. The problem was, when I tried to download the database backup, it give me .db file, while all of the guides says that it should be .backup file. It may be a silly question, but how do I download a backup that gives me .backup file? Thanks in advance Kind Regards, Antony Saputra
asked
1 answers
2

You can still use the .db file. V3 cloud gives you .backup and V4 gives you .db. But both can be used to restore in Postgress. Just point to the .db file and use that one to restore.

Regards,

Ronald

 

answered