Why do I have to click "Update Umbraco Schema From Data Files" after I deploy to an environment?
We are on Umbraco v10 and use Umbraco deploy. We use ADO pipelines to push to qa, staging, etc. They are all hosted in Azure.
When I need to change a doc-type or data-type, I make the change locally, commit the uda file changes, merge to my main branch, and deploy to QA.
The problem is the QA site doesn't actually apply the doc-type changes. In the backoffice -> settings -> deploy, under "Schema Comparison", I can see the changes I made, and that the doc-type is out of sync.
Pressing "Update Umbraco Schema From Data Files" button updates the doc-type and solves my problem. But it is very annoying to go in and press this button every time. I also have to do it on staging etc..
Is there a way to have it automatically do this on deployments?
Why do I have to click "Update Umbraco Schema From Data Files" after I deploy to an environment?
We are on Umbraco v10 and use Umbraco deploy. We use ADO pipelines to push to qa, staging, etc. They are all hosted in Azure.
When I need to change a doc-type or data-type, I make the change locally, commit the uda file changes, merge to my main branch, and deploy to QA.
The problem is the QA site doesn't actually apply the doc-type changes. In the backoffice -> settings -> deploy, under "Schema Comparison", I can see the changes I made, and that the doc-type is out of sync.
Pressing "Update Umbraco Schema From Data Files" button updates the doc-type and solves my problem. But it is very annoying to go in and press this button every time. I also have to do it on staging etc..
Is there a way to have it automatically do this on deployments?
is working on a reply...