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?
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.
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
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.
This is exactly the mistake that I made. I had a local database.
Thank you for your help.
is working on a reply...