Just a quick query. We're refreshing a sitecollection in our MOSS dev environment with content from production. I'm running the preparetomove switch on prod before taking a backup of the site collection using stsadm.
stsadm
–o preparetomove –contentdb [servername:databasename] –site [http://sitecollectionURL]
stsadm
–o backup http://[sitecollectionURLsource] –filename “\\server\[filename].bak”
My query is do I need to undo the preparetomove on prod once the backup is complete or is this an automatic process ? documentation isn't very clear only saying it's temporary (for how long ?)
eg: stsadm –o preparetomove –contentdb [servername:databasename] –site [http://sitecollectionURL] -undo
and do i need to undo on the dev environment aswell once the content is refreshed.