Hi, first thank you I found a lot of useful information here on how to use msdeploy. However, i'm not sure how to use msdeploy in this scenario and was hoping someone could help. If not, tell me if it is even possible.
I am trying to migrate Sites, SSL Certs and AppPools from three IIS6 servers to one IIS7 server. I would be okay if I could just move all the sites and manually move the AppPools and SSL certs if need be.
At this moment, I have been able to migrate an entire server using the webserver60 provider. However, when I migrate a second server to the same IIS box it overwrites the previous sites which were migrated.
So, my question is... what is the best way to go about completing this migration? Thanks
Bulk export example to a file...
On your source iis6 server:
msdeploy -verb:sync -source:webserver60 -dest:package=D:\temp\WebServer60.zip,encryptPassword=pswd > WebDeployPackage_Bulk02.log
On your destination iis7 server:
msdeploy -verb:sync -source:package=D:\temp\WebServer60.zip,encryptPassword=pswd -dest:auto > WebDeployPackage_Bulk02.log