Content changes will only get updated into the SQL DB and code file changes were not updated into SQL DB?
Hi Team,
If we are using umbraco backoffice to do any changes in content as well as in other code files (JS, CSS, Views), then which changes will be saved into the umbraco associated database?
1. Only content related changes will be saved in to the DB?
2. code file changes will not be saved into the DB?
It will help us to deploy/replace DB from one environment to other environment .
Will tell you in different way,
1. If we change content - it will change umbraco db
2. If we add/update/delete *.js/.css/razor,/.cshtml/ project files - Will there be any change in umbraco DB?
3. If we add image then it will be saved at directory location - it will make entry in umbraco db instance.
If we change content - it will change umbraco db (Yes)
If we add/update/delete *.js/.css/razor,/.cshtml/ project files - Will there be any change in umbraco DB? (if you update through backoffice I believe there is a change however rendering it uses the files afaik)
If we add image then it will be saved at directory location - it will make entry in umbraco db instance. (File is in media folder and meta information about it will be in database)
Content changes will only get updated into the SQL DB and code file changes were not updated into SQL DB?
Hi Team,
If we are using umbraco backoffice to do any changes in content as well as in other code files (JS, CSS, Views), then which changes will be saved into the umbraco associated database? 1. Only content related changes will be saved in to the DB? 2. code file changes will not be saved into the DB?
It will help us to deploy/replace DB from one environment to other environment .
Also tell us, how to track db changes using sql?
Please assist.
To move between envs you need combination of source code in source control and usync https://our.umbraco.com/packages/developer-tools/usync/
Thank you for your input.
Will tell you in different way, 1. If we change content - it will change umbraco db 2. If we add/update/delete *.js/.css/razor,/.cshtml/ project files - Will there be any change in umbraco DB? 3. If we add image then it will be saved at directory location - it will make entry in umbraco db instance.
Please assist.
If we change content - it will change umbraco db (Yes)
If we add/update/delete *.js/.css/razor,/.cshtml/ project files - Will there be any change in umbraco DB? (if you update through backoffice I believe there is a change however rendering it uses the files afaik)
If we add image then it will be saved at directory location - it will make entry in umbraco db instance. (File is in media folder and meta information about it will be in database)
Regards
Ismail
is working on a reply...