How to publish Document Type changes to production without restoring database
hi, I'm testing Umbraco 13 , I have build a basic site with few document types and elements for content blocks and content block settings
published the site in webserver . I have added few content blocks settings to site built in visual studio/ localhost and now I need to know how to publish these changes in to site on webserver.
Is it possible to do these kind of changes without database restore on production?
Do we need to keep testing and production site always parallel to match all content same in both env.. ? Can we publish changes to document types and and partial views from local test stage to webserver ?
hi, I have tried usync unpaid version to export settings and then copy the files in to server usync folder and import from published site. now backoffice shows the model properties, content settings can pick those changes, I have applied them to existing content but its not showing them.
Partial View for block list components says "Content is not editable when using runtime mode Production."
Then I have copied the modified partial view file into folder. modify a content page and publish but still its not taking effect.
what am I missing here ?
How to publish Document Type changes to production without restoring database
hi, I'm testing Umbraco 13 , I have build a basic site with few document types and elements for content blocks and content block settings published the site in webserver . I have added few content blocks settings to site built in visual studio/ localhost and now I need to know how to publish these changes in to site on webserver.
Is it possible to do these kind of changes without database restore on production?
Do we need to keep testing and production site always parallel to match all content same in both env.. ? Can we publish changes to document types and and partial views from local test stage to webserver ?
Hi,
Have you had a look at uSync? It allows for synchronizing doc types, data types etc as well as content if you get a licence.
Might do what you need?
https://jumoo.co.uk/usync/
hi, I have tried usync unpaid version to export settings and then copy the files in to server usync folder and import from published site. now backoffice shows the model properties, content settings can pick those changes, I have applied them to existing content but its not showing them.
Partial View for block list components says "Content is not editable when using runtime mode Production."
Then I have copied the modified partial view file into folder. modify a content page and publish but still its not taking effect. what am I missing here ?
its look like partial view modified with new settings applied has a cached , but I have re published content page, re start app pool .. nothing worked
any idea please ?
I have updated all dll files again and restart site and now all changes applied . Thanks Simon
is working on a reply...