if you go to the advance settings for your server you can select "Include Content Config" and then the public access settings will be included as part of the sync.
I might have been a bit quick to mark this as the answer :)
This is not related to uSync.Publisher but to syncing content to and from disk.
We are using uSync to establish a new developer machine by instaloling a clean umbraco and serializing configuration and test content from disk using uSync. However, when installing a clean dev machine, the content config is not synced from disk.
Is there a way to serialize content config to disk through "standard" uSync?
n.b It behaves slightly diffrently then the notmal handlers in that it doesn't save a file everytime you update public access you need to run an export inorder for the values to be written to disk - but after doing this it does export and import as expected
Sync page restrictions with uSync Complete
Maybe it is better to ask this question in this channel as it relates to the licensed uSync:
Is there any way to get uSync to include page restrictions in the serialization? Am I missing something obvious?
Hi Thomas,
if you go to the advance settings for your server you can select "Include Content Config" and then the public access settings will be included as part of the sync.
https://docs.jumoo.co.uk/usync/complete/publisher/send#advanced
they do depend on your membership groups/etc existing on your target but if they do then the settings should be synced between servers
I might have been a bit quick to mark this as the answer :) This is not related to uSync.Publisher but to syncing content to and from disk.
We are using uSync to establish a new developer machine by instaloling a clean umbraco and serializing configuration and test content from disk using uSync. However, when installing a clean dev machine, the content config is not synced from disk.
Is there a way to serialize content config to disk through "standard" uSync?
Hi Thomas,
Unfortunately the serializers that sync the content config are part of uSync.Complete.
but If you have complete then you can set it up to sync these things to and from disk. if the "PublicAccessHandler" is enabled in the config.
e.g in the usync8.config file add the following to he Default Handler group
n.b It behaves slightly diffrently then the notmal handlers in that it doesn't save a file everytime you update public access you need to run an export inorder for the values to be written to disk - but after doing this it does export and import as expected
Thank you, that worked!
is working on a reply...