Bulk update document types and datatypes for 70+ websites
Hi there,
We are managing 70+ Umbraco websites using one visual studio solution with an Azure publish profile for each website. This copies over all the files (e.g. razor views, js etc.). However, how do we update the document types and datatypes for all websites?
@Marcio, each website has their own database and their own web app.
@Tim, we actually just tried out Usync and it's quite good. However, there seems to be an issue with Usync importing content picker start nodes where the content node is a listview. The search does not seem to work for the imported node.
Are you using Courier now? If that is the case you can setup each site as a sync target. Only downside is that you would have to sync each site individually. Other than that option, you would most definitely need to develop a custom solution.
Bulk update document types and datatypes for 70+ websites
Hi there,
We are managing 70+ Umbraco websites using one visual studio solution with an Azure publish profile for each website. This copies over all the files (e.g. razor views, js etc.). However, how do we update the document types and datatypes for all websites?
Thank you in advance.
Hi,
How are the databases? On the same server?
Comment author was deleted
You could use a tool like uSync https://our.umbraco.org/projects/developer-tools/usync/
Thanks for the reply Marcio and Tim.
@Marcio, each website has their own database and their own web app.
@Tim, we actually just tried out Usync and it's quite good. However, there seems to be an issue with Usync importing content picker start nodes where the content node is a listview. The search does not seem to work for the imported node.
Are you using Courier now? If that is the case you can setup each site as a sync target. Only downside is that you would have to sync each site individually. Other than that option, you would most definitely need to develop a custom solution.
is working on a reply...