Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

DB Import/Export BO module #1066

Closed
dfanchon opened this issue Jun 26, 2015 · 1 comment
Closed

DB Import/Export BO module #1066

dfanchon opened this issue Jun 26, 2015 · 1 comment
Assignees
Milestone

Comments

@dfanchon
Copy link
Contributor

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)

@dfanchon dfanchon added this to the 3.2 milestone Jun 26, 2015
@cney
Copy link

cney commented Aug 5, 2015

It would be nice to have an API endpoint to perform import/export since those operations are often done on a regular basis with crontabs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants