If we want to move from SharePoint 2013 to SharePoint 2016, should we do an upgrade or migration and why?

john john 946 Reputation points
2022-12-05T11:17:36.707+00:00

We have an on-premises SharePoint 2013 and we want to migrate/upgrade it to SharePoint 2016. so which approach we need to follow? Migrating the farm or upgrading it and why?

Second question, if we have Farm solutions (including Event Receivers) & Sandbox solutions inside SharePoint 2013 will they work as-is inside SharePoint 2016?

Thanks

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,227 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,810 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yi Lu_MSFT 17,456 Reputation points
    2022-12-06T09:29:27.497+00:00

    Hi @john john
    To upgrade from Microsoft SharePoint Server 2013 with the March 2013 Cumulative Update to SharePoint Server 2016, you use the database-attach method. In the database-attach method, you first create and configure a SharePoint Server 2016 farm. Then you copy the content and service application databases from the SharePoint Server 2013 with the March 2013 Cumulative Update farm, and then attach and upgrade the databases. This upgrades the data to the new version. Site owners can then upgrade individual site collections. (SharePoint Server 2016 supports an upgrade from SharePoint Server 2013 with the March 2013 Cumulative Update (CU), version 15.0.4481.1005 or higher.)

    The whole process is as below:

    1. create a new farm for SharePoint Server 2016
    2. copy the databases to the new environment
    3. upgrade the databases and service applications
    4. upgrade the site collections.

    For more details, you could refer to this article:
    https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/overview-of-the-upgrade-process

    As to the second question, commonly your custom solutions need not make any changes, you just need to upgrade the solution version using visual studio 2016, here is a similar issue for you:
    https://learn.microsoft.com/en-us/answers/questions/527415/migrating-custom-solutions-from-sharepoint-2013-to.html


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.