Import and export Dump files to MongoDB.
This guide has been reviewed and reformatted for Ruk-Com Cloud PaaS. Screens may vary slightly by platform version.
Click or tap a screenshot to view it at its original size.
Objective
This guide explains how to use Import and export Dump files to MongoDB. on Ruk-Com Cloud PaaS, with ordered procedures and practical verification points.
Before you begin
- Sign in with an account permitted to manage the relevant environment.
- Confirm the target environment, region and resources before saving changes.
- Create a backup or rollback plan before changing a production system.
Dump files can be imported and exported to MongoDB in two ways.
Note
To use the MongoDB client, you must enable the feature.public IPIn MongoDB node
MongoDB Client (main database)
Import Dump to MongoDB
1. After connecting remotely toMongoDBClick onImportIn the desktop client (We're using the Master 4 database as an example) and select the type of file you want to import.
2. Browse the fileXML / CSVthat you want to import Then browse to the log file.
3. Merge the source table with the target table.
4. You can now return to the Ruk-Com dashboard, open MongoDB in a web browser and locate the imported data in the test directory.
Export Dump from MongoDB
1. ClickExport > Data Export.
2. Browse to the target folder and select the table to export.
3. Select the data export option and click Finish.
4. Data export is complete. You can check the target folder. to make sure everything is fine
Mongo Express admin panel
1. Click the buttonOpen in BrowserFor MongoDB Node in your Environment

2. In the window that opens, you will be asked to log in with the credentials received in the email after creating the MongoDB instance.
3. Select the database you want to export and press the Export button.

Hope this guide is helpful for you.