ravendb - How to migrate NServiceBus Sagas from one Raven database to another? -


i need copy several types of sagas 1 database another. on different servers. i'm going export smuggler this:

raven.smuggler out http://localhost:8080/ dump.raven --database=host1 --metadata-filter=raven-entity-name=testsaga 

and import dump new database.

the question is: safe or need care additional things indexes or something?

if going point nservicebus server that, need create indexes well


Comments

Popular posts from this blog

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -