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

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -