How to migrate web application from SharePoint2010 to SharePoint2013?
Here the steps for doing the migration:
1. Open Central Administration of sp2010.Then go to Application Management:
2. Under Application management, Go to view all site collection
3. Select the web application which you want to migrate.
After selecting the web application, copied its database name
4. Open sql server management studio
5. Take a back of the database before doing back up make the database read only.
6. Right click on the database and go to properties.
Now take backup of the database.
7. Now your back up file is ready so you have copied down this file to destination server.
Which is SharePoint 2013 server.
8. Now restore that back up file of the sp2010 database in Sp2013 server.
9. Open Sql Server Management studio
10. When you added the backup file here, please verify the backup media. If everything seems fine then take restore of it.
11. Restore has been done. Files get added here.
12. Next step is to mount this database to some web application of SharePoint 2013
13. I choose create a new web application and mount db to it. But you can also choose existing web application.
14. Open CA of SharePoint 2013. Under that click on Application management.
15. Click on Manage Web Application
16. Click on New on the ribbon
17. Enter the web application name accordingly. No need to do any thing else. Just click on oK.
18. Web application has been created in SP 2013
19. Now we have to take offline the database which is in connected with this web application of SP2013. And then mount our SP2010 db to it.
20. Go to application management => Click on Manage Content database.
21. Choose the web application on which you want to mount sp2010 database.
22. After the set the database status to offline and remove the content database.
23. After remove content database then the web application is not associated to any web application.
24. Now we have to mount database to web application by STSADM.EXE command.
STSADM.EXE –O ADDCONTENTDB -URL http://sitename –databasename wss_content_----------------
25. After mounting, Please check the content database.
26. If you mounted correctly then move forward and start web application.
27. Initially you will get look and feel of sp 2010. Then click on Start now to get SP 2013 look and feel.
28. This sp 2013 look and feel.
29. You will get the whole content of SP2010 but you can not get custom branding of SP2010.
30. For that customization is required at SP 2013.