Export/Import Document Types on differents Umbraco Installation
Hi there,
i've multiple installations of Umbraco, one for each customer's website.
Is there a way to keep the document types, with theirs relative properties, synced on every installation?
I usually export a document type from one installation, and then import it in the others, but when it's been imported it loses most of the properties prevalues.
For example, if i export a document "A" with a dropdown property with the values "1" and "2", when i import in other installation the "A" document udt, the dropdown will use a different property dropodown.
How can i sync the document types among my installations? Is something else except export/import document types and check all the properties?
Export/Import Document Types on differents Umbraco Installation
Hi there, i've multiple installations of Umbraco, one for each customer's website. Is there a way to keep the document types, with theirs relative properties, synced on every installation? I usually export a document type from one installation, and then import it in the others, but when it's been imported it loses most of the properties prevalues. For example, if i export a document "A" with a dropdown property with the values "1" and "2", when i import in other installation the "A" document udt, the dropdown will use a different property dropodown.
How can i sync the document types among my installations? Is something else except export/import document types and check all the properties?
Hi GiuServ
Try to use uSync - https://our.umbraco.org/projects/developer-tools/usync/
It can sync: Document types Media Types Data Types Macros Dictionary Items Languages Member Types Templates
And content, but you have to install content edition for synchronizing content - https://our.umbraco.org/projects/developer-tools/usynccontentedition/
Check out docs - http://usync.readthedocs.io/
Thanks,
Alex
is working on a reply...