Andreas Haumer a écrit : > > I tried with a fresh installation today and here it works: > documents _and_ metadata are stored in the RDBMS, there are > only a few index files stored on the filesystem. The fresh > installation uses exact the same configuration files for > default-repository-config.xml and all the other config > files related to persistence as my production installation! > > So it looks like if you already have some data in a filesystem- > based repository you can't switch to a RDBMS based reporitory. > Is this true?
There is not such thing as automatic persistence manager upgrade tool. > Now the question arises: How can I get the documents which > represent the work of several weeks from the filesystem > into the database repository? I don't want to lose all the > history, comments, timestamps etc. For the document them-selves the nuxeo-core-io project should help to export and reimport the content of the repository. The history, comments and so own are stored in external database so should not get affected (except if the IdRef of the document are not maintained during the export / import steps). -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
