-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ETL scenarios: dump a full ez installation, transform it, reimport it somewhere else #57
Comments
Prerequisite: #55 |
Prerequisite: #56 |
Prerequisite: #54 |
Prerequisite: #34 |
More prerequisites:
|
Prerequisite: #102 |
Steps forward in release 4.4 |
Steps forward in release 5.4.1 and 5.5 |
Steps forward in release 5.6 |
Bugfixes in 5.7.3 |
Step forward in release 5.13: Upserts are now possible, albeit in an impractical way:
@blankse I know this is way late, but it probably is a stepping stone for simplified |
In short: we could do a full ezp db dump, doing a breadth-first descent and making sure that user accounts are dumped 1st and contents 2nd.
What would be missing is the handling of object relations: since in ezp relations can be circular, the import should allow creating content even with broken object-relations, and do multiple passes to fix those after all contents have been created.
Note: this most likely depends on issues #34 and #46.
The text was updated successfully, but these errors were encountered: