This is just a quick post which explains how you can rename an existing database in RavenDB. Actually you can’t. What you can apply is the following procedure: Create a new destination database in RavenDB with the new desired name Export the source database into a RavenDB dump Import the dump into the destination database This operation is an offline operation. You could also use the replication bundle to replicate information from one database into the other on the same server but this...
Rename a database in RavenDB
R