Moving site collection from one Virtual machine to another
-
Wednesday, December 12, 2012 11:17 PM
I have a SharePoint 2010 Site Collection in a Virtual Machine. I want to move it to another VM that has SharePoint 2010 installed. What's the procedure for that. Thanks a lot.
Mayank
All Replies
-
Wednesday, December 12, 2012 11:55 PMModerator
Are you talking about you have two separate farms?
If that is the case, if the Site Collection is the only thing in the content database, you can simply backup and restore the database to the secondary farm's SQL Server, and finally use Mount-SPContentDatabase to attach it to a Web Application.
If there is more than one Site Collection in the content database and you only want to move one of the Site Collections, then use Export-SPWeb and Import-SPWeb.
SharePoint - Nauplius Applications
Microsoft SharePoint Server MVP
MCITP: SharePoint Administrator 2010- Marked As Answer by Emir LiuMicrosoft Contingent Staff, Moderator Thursday, December 20, 2012 8:43 AM
-
Thursday, December 13, 2012 7:59 AM
In addition:
Instead of using the Export-SPWeb and Import-SPWeb, you should use Backup-SPSite and Restore-SPSite as Export-SPWeb will only export sites, not site collections.
Nico Martens - MCTS, MCITP
SharePoint 2010 Infrastructure Consultant / Trainer

- Marked As Answer by Emir LiuMicrosoft Contingent Staff, Moderator Thursday, December 20, 2012 8:43 AM

