can you please give me a short instruction how to deploy an Umbraco Webseite without loosing information? What is the best deployment process?
At the moment, we deploy the filesystem via git push automation process, that works great. But there is no process to deploy changed content (documenttypes, new fields, pages etc). I manually create the new content and I dont like that, because I need to remember all changes. Best approach would be to only deploy changed content automatically or to show me the changed content.
Are there any important stepts after a db dump? In Wordpress I have to replace all hostnames in db.
What are the key points in a umbraco deployment process?
There are 2 ways of handling db changes between environments:
Use Umbraco Cloud - easy deploy, GIT and free Umbraco upgrades
uSync(https://our.umbraco.org/projects/developer-tools/usync/) - generates xml files, you transfer files via GIT or FTP - and uSync on the live environment do the changes from xml files
Live Deployment - Best practices
Hi,
can you please give me a short instruction how to deploy an Umbraco Webseite without loosing information? What is the best deployment process?
At the moment, we deploy the filesystem via git push automation process, that works great. But there is no process to deploy changed content (documenttypes, new fields, pages etc). I manually create the new content and I dont like that, because I need to remember all changes. Best approach would be to only deploy changed content automatically or to show me the changed content.
Are there any important stepts after a db dump? In Wordpress I have to replace all hostnames in db.
What are the key points in a umbraco deployment process?
Thanks in advance.
Nadine
Hi Nadine
There are 2 ways of handling db changes between environments:
Thanks,
Alex
is working on a reply...