You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Matthew Fulford <ma...@pfiks.com> on 2008/01/29 14:08:38 UTC

Migration to BundleDbPersistenceManager

Hi,
We're currently using SimpleDbPersistenceManager and intend to start
using a BundleDbPersistenceManager due to the reported performance
benefits.

What's the best way to migrate the data between these two
implementations? I presume it's:
	1. session.exportSystemView()
	2. drop DB tables and reconfigure
	3. session.importXML()

Is this the recommended method?

Thanks,
Matt

Re: Migration to BundleDbPersistenceManager

Posted by Thomas Mueller <th...@gmail.com>.
Hi,

Yes, this is possible solution. See also:
http://wiki.apache.org/jackrabbit/BackupAndMigration

Regards,
Thomas