It stores data in the database but it also cahces it in a local XML file. Look in /data/umbraco.config for the cached XML representation of your content.
If you are running your Umbraco installation on a SQL CE database, then you can find the database in the /App_Data folder in your umbraco installation.
Where does Umbraco store data?
So this is a basic question, but one I need answering.
How does Ummbraco store data? Is it stored in a database and if so, where would that be if I have installed Umbraco locally?
Also, where does it store uploaded images, videos, etc?
Thanks.
It stores data in the database but it also cahces it in a local XML file. Look in /data/umbraco.config for the cached XML representation of your content.
And media files are stores under /media
Cheers
Paul
Umbraco stores some data in database and some data on the filesystem, and in some cases a little of both.
Along with the locations Paul mentioned it also stores usercontrols, stylesheets, scripts, xslt, config and masterpage files on the filesystem.
-Chris
Hi guys,
where is the database files in umbraco (local automatic intallation)?
Thank you
JK
Hi John and welcome to our.
If you are running your Umbraco installation on a SQL CE database, then you can find the database in the /App_Data folder in your umbraco installation.
Hope this helps,
/Dennis
Just to add to what Dennis had told. It will be a .sdf file
Hi guys,
firstly I want to thank you for your quick response.
I found the .sdf file. A huge thank you for all UI guys like me :)
JK
Thanks Dennis and Libin! Saved me hours!
is working on a reply...