We're now thinking about how we'd like to set up Publisher and I was wondering if the following was currently possible:
We have 4 environments live, staging, test and development.
Staging, Test and Development can pull content from Live, Staging or Test
Staging can push content to Live
Test can push content to Staging
Development can push content to Test
I'm happy to do this with config transforms but it looks like I can only set the incoming and outgoing permissions on the server you're communicating to rather than in the servers section of the config?
Publishing permissions
Hi,
We're now thinking about how we'd like to set up Publisher and I was wondering if the following was currently possible:
I'm happy to do this with config transforms but it looks like I can only set the incoming and outgoing permissions on the server you're communicating to rather than in the servers section of the config?
Thanks Andy
Hi,
In v8.5.0 you can turn individual servers on and off via the web.config.
e.g development server: (server alias is 'Cased')
Enabled is push, PullEnabled is pull.
so based on this, you can have the uSync.publish.config setup as needed and turn the servers on and off via web.config App settings?
Is this what you mean?
Really helpful addition, thanks Kevin!
Hi Kevin,
Worked a treat!
Thanks Andy
is working on a reply...