Question

Where is this being stored physically?

I can see where the user created database gets stored, how do I find out where the data for the system database is being stored?

Was it helpful?

Solution

Did you check in the folder that the Raven/DataDir key is set to, in the app.config file for RavenDB ?

Default is as follows.

<add key="Raven/DataDir" value="~\Data"/> 

So it would be in a Data folder under your root installation.

Source: http://ravendb.net/docs/server/administration/configuration

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top