Another Question Ayende please,
should i backup the default DB, because it keeps track of tenants documents so i can access them from Studio ?
and what is the command for that ? is it this
and when i restore the DBs what is the location i should restore them to, is the following correct?
for Default DB
Raven.Server.exe -src c:\backup\ravendb\DefaultDB -dest
c:\ravendb\web\data -restore
for TestDB
Raven.Server.exe -src c:\backup\ravendb\TestDB -dest c:\ravendb\web\Tenants\Tenants -restore
the reason i am asking this because i am confused a little, as i see that there is Data Folder which has Index Definitions,Logs,System, etc... and Tenants folder which has a folder For each DB but also it self has folders like Index Definitions,Logs,System, etc...
thanks in advanced.