You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 11, 2024. It is now read-only.
EXPORT
The user can select the mongoDB collections to export (ex : contents + page masks + pages + media)
The export generates a zipfile with the different collections stored in json + binary files for documents
IMPORT
After uploading the zip file the user can choose which collections he wants to import and set the import mode to INSERT (new items are created) or UPSERT (new items are created & existing ones are updated)
The text was updated successfully, but these errors were encountered:
EXPORT
The user can select the mongoDB collections to export (ex : contents + page masks + pages + media)
The export generates a zipfile with the different collections stored in json + binary files for documents
IMPORT
After uploading the zip file the user can choose which collections he wants to import and set the import mode to INSERT (new items are created) or UPSERT (new items are created & existing ones are updated)
The text was updated successfully, but these errors were encountered: