mongoDB export/import

How can I use mongoDump and mongoRestore to export/import all tables between different connection strings. I have two different monogoDB databases on azure.

Hi @Mike_Z,

Please see the following documentation example on how to dump and restore databases :
https://docs.mongodb.com/database-tools/mongorestore/#copy-clone-a-database

If you have specific difficulty please let us know.

Best
Pavel