My team is getting started with Umbraco and will have ~7 people working on the site in local copies. Page changes will then need to be deployed to a UAT environment for final approval before deploying them to production. Changes are being pushed into github but only templates etc show without the actual page contents.
I understand the page content is stored in the database so is there a way to get the content added to the migration scripts automatically or do I need to write something that can detect the changes and create the scripts?
If we cannot get the content added, how are other people deploying updated page content between environments?
Adding content to migration scripts
Hi all,
My team is getting started with Umbraco and will have ~7 people working on the site in local copies. Page changes will then need to be deployed to a UAT environment for final approval before deploying them to production. Changes are being pushed into github but only templates etc show without the actual page contents.
I understand the page content is stored in the database so is there a way to get the content added to the migration scripts automatically or do I need to write something that can detect the changes and create the scripts?
If we cannot get the content added, how are other people deploying updated page content between environments?
Thanks
Hi Samuel.
You can use either of these two packages: 1. https://jumoo.co.uk/usync/ 2. https://our.umbraco.com/packages/developer-tools/umbraco-deploy/
to transfer content and media files between envs.
You can also go with the custom built DB migration approach but I don't have any guides for that.
We use the 2nd package on Umbraco Cloud as it's a part of the Paas offering.
is working on a reply...