Is there a way to convert KahaDB persistence to LevelDB persistence?

In case of 1 KahaDB Persistence Store for all Broker-Content: How can I
switch to LevelDB without losing persistent messages?

- A command line with direct conversion would be the preferred way for the
upgrade pipeline.
- But also an manual kahadb export, broker restart with new leveldb store +
replay the exported data into the running broker with empty leveldb store
could be an option.

- Another idea was to create a network of brokers with the original instance
(w/ kahadb persistence) and the new instance (w/ leveldb persistence) +
resending all content, if required...

(And last but not least: multi KahaDb configuration should be portable to
multi LevelDb adapter configurations ;-))

Are there any good practices for this?







--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Data-Migration-from-KahaDB-to-LevelDB-tp4692615.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to