Migrate SharePoint DBs
To Migrate SharePoint DBs from SQL Server to another either same version or to a new version (2008 to 2008 or 2008 to 2012) you can follow the following steps:
- Stop all SharePoint and IIS Related Services.
- Stop IIS.
- Detach all related SQL Server databases.
- Configuration database
- Central Administration content database
- Content databases
- Service application databases
-
- Move all database files (.mdf, .ldf, and .ndf) to the new server.
- Set up same user permissions on the new SQL server.
- Attach your databases to the new SQL Server.
- Verify ports in your new SQL server.
- Go to your SharePoint server and create your SQL Server Alias.
- Start all your SharePoint services.
Comments
Post a Comment