Please go through the below step for migrating the content Database of web application from one to another server.
Pre-Requisites :-
Step to Migrate Content DB :-
Pre-Requisites :-
- SiteCollection Content Backup.
- Custom Solutions.
- Version of SharePoint & SQL server
Step to Migrate Content DB :-
- Create Web application on new SP Server.
- Create Site Collection under Web application.
- Detach the database from SQL Server.
- Restore the database with same name on SQL Server.
- Run the below command's on powershell
- Dismount-SPContentDatabase "<ContentDb Name>"
- Mount-SPContentDatabase "<ContentDb>" -DatabaseServer "<DbServer>" -WebApplication "<web application url>"
- Change the Site collection administrator for Web Application
- Deploy the solution.
No comments:
Post a Comment