I'm looking to start using uSync to migrate new fields across all our environments. I am using Umbraco 7.1.4 and have installed uSync, added 2 fields to a document type and then pushed the code to the next environment but the new fields are not showing.
Do I need to change the default uSync configuration? Is there a way to debug where this could be going wrong?
You may want to double check that read and attach are enabled within uSync's config file located at ~/config/uSyncSettings.config. The read property will enable uSync to synchronise when the application starts.
If you find your new properties have not been created, verify they exist within your document type definition file located at ~/uSync/DocumentTypes/<Alias>/<Alias>.def. If you have logging enabled on your installation, you should be able to see what going on there /app_data/logs/.
If that all fails, you could always try a manual import from the uSync Dashboard tab located within Umbraco's Developer section.
uSync not migrating document type changes
I'm looking to start using uSync to migrate new fields across all our environments. I am using Umbraco 7.1.4 and have installed uSync, added 2 fields to a document type and then pushed the code to the next environment but the new fields are not showing.
Do I need to change the default uSync configuration? Is there a way to debug where this could be going wrong?
Thanks
Hi Shane,
You may want to double check that
read
andattach
are enabled within uSync's config file located at~/config/uSyncSettings.config
. The read property will enable uSync to synchronise when the application starts.If you find your new properties have not been created, verify they exist within your document type definition file located at
~/uSync/DocumentTypes/<Alias>/<Alias>.def
. If you have logging enabled on your installation, you should be able to see what going on there/app_data/logs/
.If that all fails, you could always try a manual import from the uSync Dashboard tab located within Umbraco's Developer section.
Hope that helps.
Thanks, Dan.
Hi Shane,
Try to restart application by touch to the web.config. It it didn't help, try to fix uSync configuration.
Thanks
Hi,
Thanks for the responses. I deleted this topic so not sure why it's still visible.
It turned out to be a MS Build problem. It wasn't including the uSync dll.
Thanks
is working on a reply...