I'm trying to migrate a number of sites from Server 2003 to Server 2008 with msdeploy. All going well until I got to the site that has SSL. This one required me to enter a password when archiving the site using encryptPassword which I did. Now I have come to install it on the new server (2008) it is giving me the following error :
Error: The property 'value' is encrypted. The same password that was used for encryption must be specified in order to continue.
Error count: 1
I am using the same password. I even went back and made another archive just to make sure but I got the same error. I've Googled this error message but it didn't find a single page about it.
The commands I used are :
msdeploy -verb:sync -source:metakey=lm/w3svc/711308 -dest:archivedir=c:\sitearchive\711308,encryptPassword=MyPassKey
msdeploy -verb:migrate -source:archivedir=D:\sitearchive\711308 -dest:metakey=lm/w3svc/711308,encryptPassword=MyPassKey
Can anyone help me with this please?
Thanks
Aled