kinyelo / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
1 stars 2 forks source link

export / import consistency issues #360

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Export Full Dump
2. Modify Current Environment (add pages, resources, etc)
3. Import Full Dump

What is the expected output? What do you see instead?
I expect that my full dump is not merged into current environment but instead 
restores the state. Or even if the import is considered a merge and a 
restore-feature is missing, the export/import imho should be able to support 
plugins, otherwise its not possible to restore the exactly exported state.

----
for CMS which runs on a managed server (like GAE) it should be high priority 
task to allow backup / recovery to perform as stable as possible. It would be 
good if the export feature considered the state of application as a whole, 
including plugins, their settings etc, so that full recovery is possible at a 
later time with no fear that some parts of the application is not working 
properly

Original issue reported on code.google.com by eplisc...@gmail.com on 5 Oct 2010 at 7:59