Copied to clipboard

Flag this post as spam?

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


  • Edvin Mujalo 6 posts 76 karma points notactivated
    Apr 07, 2022 @ 07:38
    Edvin Mujalo
    0

    Best practice to work with customers

    We have a customer who can also create new content himself in Umbraco. With every change in Umbraco and when I deploy it, his content is deleted. Can anyone tell me the best possible work structure, how I can deal with such things and how I can keep the content from the customer after any changes and deployments?

    Thanks and kind regards

  • Ambert van Unen 175 posts 819 karma points c-trib
    Apr 07, 2022 @ 08:05
    Ambert van Unen
    1

    What kind of content is this? Normally content is stored in a separate database and you do not overwrite this with every deployment.. That would be something ;-)

    Do you perhaps have a local database that you use ? Then it's possible that if you deploy your development database, the live one gets overwritten. Best to seperate the database,or do not include the database in your deployments.

  • Edvin Mujalo 6 posts 76 karma points notactivated
    Apr 07, 2022 @ 08:18
    Edvin Mujalo
    0

    This is exactly the mistake that I made. I had a local database.

    Thank you for your help.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies