Forum Discussion
Upgrading SharePoint 2013 to 2019
- May 13, 2019
follow the below steps.
1. Take the Backup of the SP2013 Contnet Database
2. Attach it to the SP2016 SQL Server. Give DbOwner access to the account that you you will use in SP2016 to mount the content Database. Could be your Farm account.
3. Run the test-spcontentdatabase to check for any errors
4. From Sharepoint POwershell run the Mount-spcontentDatabase . This will upgrade the Content Database to the SP2016 version.
5. Test the Site Collection from the new content Database
6. Take a Backup of the Database from the SP2016 Database server
7. repeat the Step 2,3,4,5, on the SP2019 Environment
follow the below steps.
1. Take the Backup of the SP2013 Contnet Database
2. Attach it to the SP2016 SQL Server. Give DbOwner access to the account that you you will use in SP2016 to mount the content Database. Could be your Farm account.
3. Run the test-spcontentdatabase to check for any errors
4. From Sharepoint POwershell run the Mount-spcontentDatabase . This will upgrade the Content Database to the SP2016 version.
5. Test the Site Collection from the new content Database
6. Take a Backup of the Database from the SP2016 Database server
7. repeat the Step 2,3,4,5, on the SP2019 Environment
- ChillyJun 23, 2023Copper Contributor
- andyb12321May 13, 2019Copper ContributorThank you for the guide. This makes much more sense than the directions I was looking at!