Offline migration error when using Web Deploy v3
I have installed Web Deploy V3 onto a W2K3 64 bit server and ran the archive command to an external drive, using the following command;
msdeploy.exe -verb:sync -source:metakey=lm/w3svc/1 -dest:archivedir=g:\archive,encryptPassword=mypassword >msdeployarchive.log
When I try to import this archive from the external drive to a W2K8R2 server using this command;
msdeploy -verb:sync -source:archivedir=c:\archive,encryptPassword=mypassword -dest:metakey=lm/w3svc/1 >msDeploy.log
I get this error;
“Metabase keys /lm and /lm/w3svc/1 are not compatible for synchronizing”
I am not finding solutions online so far.
1 by the way is our site ID on the W2K3 64 bit server.
Does anyone have any ideas on how I solve this issue?
Any help is greatly appreciated.
Marc