SharePoint 2013 Migration
SharePoint 2013 Migration
SharePoint 2013 Migration
Before going to upgradation steps, we need to configure the below steps first.
Prerequisites:
1. The 64-bit edition of Windows Server 2012 Standard or Datacenter
SharePoint 2010 Older Version SQL back up files (Content DB, Service application db and
Script Files for Page Layouts, Master page deployment.)
2. SharePoint Products Preparation Tool installs the following prerequisites for a single
server with built-in database.
There are many ways to take back up the content databases and Service databases.
Microsoft has several articles and tutorials dedicated to this subject. You can of course
use any method you prefer and are comfortable with.
Upgrade to either stand-alone or server farm (Complete) topologies- I suggested in my article
Standalone Server.But If your based on requirement (Big Industry and more service applications)
you can try with SharePoint FARM.
Bacup the SharePoint 2010 environment Databases With the farm and databases in readonly mode, from the SQL Server instance on the SharePoint 2010 Products farm.
Restore a copy of the databases to the SQL Server on the SharePoint 2013 farm and
sets the databases to read-write on the new SharePoint 2013.
Right Click on the Database name and select the Backup link,
Save the backup file into the new location and the backup file is to be .bak .The process
will take some time to complete so please be patient.
Step 2: Create a New SharePoint 2013 Farm in your server.
SharePoint 2013 Farm Admin should create a New Farm as it is like Old SharePoint 2010
Farm and configure all Farm Settings.
Source: msdn
(The Picture is taken from MSDN for clear understanding: https://i-technet.sec.smsft.com/en-us/library/cc262483.347f938d-3a0f-4492-9eaf27017532a1aa(v=office.15).gif?f=255&MSPPError=-2147217396)
Then Select the backup file which you need to restore it,
After Restored the database into the new farm,Content databases need to be test against
new Webapplicaton.
Step5: Install WSP and Customized files into the new Farm.
Deploy the WSP solutions using Powershell,
Add-SPSolution c:\SharePoint2010\SharePoint2010Webpart.wsp
Install-SPSolution Identity SharePoint2010Webpart.wsp WebApplication
http://sp20103Gowtham GACDeployment
Here I will explain about few service application configuration using PowerShell,
Application pool: Create a New Application pool for mms then enter the name here,
Database name: Enter the sp2010 Database name you want upgrade here.
MMS proxy:
Before upgrade your database ,we need to Test the content db any files are missing or
any conflict errors are there.
If your database having blocked errors, please dont upgrade it .Fix those issues in your
SharePoint 2010 Environment. Then Restore it again.
In the upgrade log files, you may see errors such as the following:
ERROR Found Reference Count web(s) using missing web template Site Template
Identifier (lcid: Site Template Language Code) in ContentDatabase Content
Database Name.
WARNING File [Relative File Path] is referenced [Reference Count] times in the
database, but is not installed on the current farm.
Mounting the Content Db process will take time to complete, If you want to check
the Process,
Go to Central Admin->Click Upgrade and Migration-> Upgrade Status
This page lists all farm, service, or content database upgrades and their statuses. This
includes a count of errors or warnings.
View the log files to look for errors or warnings. And mount was not successfully
completed, you can check the log files to find the issues, address them, and then restart
the upgrade process.
Log file Location: COMMONPROGRAMFILES%\Microsoft Shared\Web server
extensions\15\LOGS.
Another file will come with Separate error log file combines all errors and warnings in a
shorter file and is named Upgrade-YYYYMMDD-HHMMSS-SSS-error.log.
After we mounted the Database Successfully we can view the database in below location,
Here two database files are available, we must remove the old database file and
new upgraded database should be active.
that.
Test-SPSite http://gowtham.sharepoint.com
Go to the Site Settings ->Click Site Collections Admin->Select Site collections Visual
upgrade.
Click Upgrade this Site Collection and you will get below dialog window.
Click Iam ready and save it.
Errors: If you have any error in New SharePoint site you will get below output,
Success: If ran it without any errors/warnings and normally we can ignore the
warnings.
Warnings can fix after upgrading the site.
Once it is completed check your New SharePoint Site. Hope you have achieved it.
I have learned many things from MSDN article and tried in my environment .If
you can identified any issue try to inform here .I will try to improve this article.
Because this one could be first detailed explanation about this approach.
Reference: https://sharepointengineer.com/2012/11/15/sharepoint-2010-to-2013upgrade-step-by-step-2/
https://technet.microsoft.com/en-us/library/jj839719.aspx
https://technet.microsoft.com/en-IN/library/cc263299.aspx