Hi All, I use Jackrabbit v 2.8 with webapp deployment mode.
I am using the default generated configuration: - For the FileSystem, I am using LocalFileSystem. - For the datastore, I am using FileDataStore - For the workspace, I am using LocalFileSystem and DerbyPersistenceManager. Same thing for Versioning. Currently, the repository contains a lot of documents. Now, I want to migrate to full database storage with MySQL (FileSystem, DataStore, workspace, versioning). I have the correct configuration file for that. My question, how to migrate all the repository content to the new configuration? because if apply the new configuration I will loose the link to all stored documents. Thanks for your help. Tarek