Can I connect to database in mendix cloud and copy data using local migration tool?

0
Hi, I'm having problems to load data into postgres db in mendix environment and wondered if I could just copy the db data via a migration tool I have. The only problem is that I don't know the correct db server and port number I could connect to (cloud)? I know username, db and psw. LR.
asked
1 answers
1

For security, you cannot connect remotely to the database. However, if you have access to a server console (via ssh/ putty) you can use the 'm2ee' or 'psql' tool to dump your database to a file and download the dump using sftp.

answered