Previous Next

Thread: sync to multiple destination servers?

Last post 08-08-2008 3:17 PM by tmayo. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 08-07-2008, 3:03 PM

    • tmayo
    • Not Ranked
    • Joined on 01-31-2007, 8:18 AM
    • Posts 3

    sync to multiple destination servers?

    Using msdeploy.exe is it possible to have a source of 1 server and sync to a destination of multiple servers (i.e. QA to PROD)?  any sample syntax / suggestions?

    Thanks,
    Tim

  • 08-07-2008, 5:08 PM In reply to

    Re: sync to multiple destination servers?

    Currently it isn't supported to do this all at one time. However, you can run the command multiple times to sync to multiple servers.

     For example:

    msdeploy -verb:sync -source:webserver -dest:webserver,computername=server1
    msdeploy -verb:sync -source:webserver -dest:webserver,computername=server2
    etc.

    -Nina

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 08-08-2008, 1:43 AM In reply to

    • ksingla
    • Top 10 Contributor
    • Joined on 06-13-2006, 11:02 PM
    • Redmond, WA
    • Posts 562

    Re: sync to multiple destination servers?

    Running commands multiple times will create source object multiple times. If you would like to save some precessing building view of source, you can use msdeploy powershell cmdlets which will let you create source object and then sync multiple destinations to this source one at a time.

    Thanks,
    Kj

  • 08-08-2008, 3:17 PM In reply to

    • tmayo
    • Not Ranked
    • Joined on 01-31-2007, 8:18 AM
    • Posts 3

    Re: sync to multiple destination servers?

    ninatang & KJ - thanks for the replies

    Tim

Page 1 of 1 (4 items)
Page view counter