Finally, SharePoint 2010 migration step by step to SharePoint 2013, this will be a series of posts, here we are migrating content.
Prerequisites:
- Get to understand both environments pretty well
- Backup your SharePoint 2010 Web Application
- Be patient J
Currently we are in SP 2010, what do we need from here…
Installation of SharePoint 2010 environment;
- Windows Server 2008 R2
- Domain Controller
- SQL Server 2008 R2
- SharePoint 2010
I am going to start with you from scratch, by creating a web application first in 2010;
-
Open Central Administration > Application Management > and under Web Applications, click Manage Web Applications;

- Click the New buttom at top left, check the properties, if it is all ok, you can leave the same for now and click “Ok”



-
Now let’s create the Site Collection;


-
So below is the SharePoint 2010 Web Application from Team Site Template, and I added a text in the middle … so feel the difference after we migrate but this picture is going to show the difference as well, but I mean by adding text that basically content will be migrated.

- Now, since we are done by creating the SharePoint 2010 Web Application, we need to take a backup and copy this backup to our SharePoint 2013 environment 😉
Note:
Type backup will be SQL Server Database [the MDF & the LDF ] .. v simple
Now we need to know what is the Database name from this web application;
-
Go to Central Administration > Application Management > and under Database, click “Manage Content Databases”

-
Make sure you select, your web application that you just created, and that below the “Database Name” will be the database that we need to take a backup from,

-
Now in order, to take the MDF & LDF copy, we need to stop SQL Server service,
Note: if you don’t want to stop it, you can take another backup from SQL Server Management Studio and take backup by right clicking on the database name and the backup extension will be “.bak” this one you will not need to stop SQL Server service. So this screen shot below, is what happens when you take a copy from MDF & LDF without stopping SQL Server service


- To stop the SQL Server service, as below, open the “Services” from the “Administrative Tools”,

-
They are sorted alphabetically, now stop SQL SERVER, take a copy of the MDF & LDF to somewhere outside of this VM to anywhere, then copy from this anywhere to paste inside SharePoint 2013 environment or VM

- Now let’s go to SharePoint 2013 VM 😉 I hope you are enjoying like I am.. so below is what we should do to migrate.
What’s installed in SP 2013 environment;
- Windows Server 2012
- Domain Controller
- SQL Server 2012
- SharePoint 2013
And here I will start from scratch again; by creating first a web application but hey we won’t create a site collection, ok;
-
Click “Manage Web Applications”;

-
Click “New” again same as in 2010,

-
Its fine to leave everything as is for now and click ok,

- Now we have a web application, don’t create a site collection,
-
Now open SQL Server Management Studio to attach the MDF & LDF,

-
You see below, I am attaching the same Database for the web application we create in SharePoint 2010,


-
Now let’s test the database before migrate, run Test-SPContentDatabase cmdlet to identify missing components along with potential errors and related warnings. Check the upgrade log and deploy any missing components and re run the cmdlet to verify.

-
Once tested, now we can mount it to the newly created web application, as below;



-
Now below, is how it will look like the first time, the reason for this, is the Visual Upgrade from SharePoint 2010 is deprecated, now in SharePoint 2013 it is Site Collection upgrade…

TO BE CONTINUED …
Like this:
Like Loading...