Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • anilkale 15 posts 115 karma points notactivated
    May 05, 2020 @ 15:03
    anilkale
    0

    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.

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    May 06, 2020 @ 14:59
    Ismail Mayat
    0

    To move between envs you need combination of source code in source control and usync https://our.umbraco.com/packages/developer-tools/usync/

  • anilkale 15 posts 115 karma points notactivated
    May 06, 2020 @ 15:05
    anilkale
    0

    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.

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    May 06, 2020 @ 15:13
    Ismail Mayat
    0
    1. If we change content - it will change umbraco db (Yes)

    2. 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)

    3. 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

Please Sign in or register to post replies

Write your reply to:

Draft