I have several site collections that have been created in development. I now need to move them to live. In the live environment these site collections do not exists. What is the best way to migrate the site collections in full? My site collections depend on a custom feature that I will deploy in the live environment beforehand.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Backup/restore using the command line stsadm is as good as any. In development environment run this command:
Copy the .bak file to the prod environment and then simply restore:
|
||||
|
If you want do it one time, do stsadm backup\restore. If you want to do it on regular basis, Consider Content Deployment. Check this as well before you go for Content Deployment : Plan content deployment |
|||
|
|