Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Andy Felton 185 posts 484 karma points c-trib
    Feb 27, 2020 @ 14:36
    Andy Felton
    0

    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:

    • 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?

    Thanks Andy

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Feb 27, 2020 @ 15:02
    Kevin Jump
    2

    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')

    <add key="uSyncPublish:Development:Enabled" value="true"/>
    <add key="uSyncPublish:Development:PullEnabled" value="false"/>
    

    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?

  • Bradley Roberts 3 posts 73 karma points
    Mar 05, 2020 @ 16:47
    Bradley Roberts
    0

    Really helpful addition, thanks Kevin!

  • Andy Felton 185 posts 484 karma points c-trib
    Mar 04, 2020 @ 10:04
    Andy Felton
    0

    Hi Kevin,

    Worked a treat!

    Thanks Andy

Please Sign in or register to post replies

Write your reply to:

Draft