id
stringlengths
14
16
text
stringlengths
2
3.14k
source
stringlengths
45
175
2114ed9e4743-5
Look for any language or resource loading issues. This is an issue that can occur when customizations exist in 2010 mode and new customizations replace them in 2013 mode. Because there is only one global directory for language resources, there can be an issue loading the correct file. Make sure that replacement 2013 ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/use-a-trial-upgrade-to-sharepoint-2013-to-find-potential-issues
2114ed9e4743-6
The size and complexity of the data subset closely resembles the actual size and complexity of your environment. Important Testing a subset of your data does not produce a valid benchmark for how long it will take to process the whole volume of data for your environment. After you copy the data, take a fi...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/use-a-trial-upgrade-to-sharepoint-2013-to-find-potential-issues
2114ed9e4743-7
Review the log files Review the upgrade log file and the upgrade error log file (generated when you run the upgrade). The upgrade log file (.log) and the upgrade error log file (.err) are located at %COMMONPROGRAMFILES%\Microsoft Shared\Web server extensions\15\LOGS. The log files are named in the following format: U...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/use-a-trial-upgrade-to-sharepoint-2013-to-find-potential-issues
2114ed9e4743-8
Run upgrade again, if it is necessary If you have to, you can restart the upgrade process for a database by using the Upgrade-SPContentDatabase Microsoft PowerShell cmdlet. For more information about this cmdlet, see Upgrade-SPContentDatabase . For more information, see Restart a database-attach upgrade or a site...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/use-a-trial-upgrade-to-sharepoint-2013-to-find-potential-issues
2114ed9e4743-9
Review the site collection upgrade log files to check for any issues, starting from the top down. Check the summary section near the end of the log file to see a count of issues and the actual upgrade status (if there is no status, that means that the upgrade process failed and site upgrade must be retried). The site c...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/use-a-trial-upgrade-to-sharepoint-2013-to-find-potential-issues
53d596639f7e-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 Before you start to upgrade from SharePoint 2010 Products to SharePoint 2013, you should make sure that your environment is functioning in a healthy state and that you clean up any content that you don't have to upgrade. You can also ta...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/clean-up-an-environment-before-an-upgrade-to-sharepoint-2013
53d596639f7e-1
Remove-SPSite Remove-SPWeb Check large lists (lists with lots of data) By default, large list query throttling is turned on in SharePoint 2010 Products. This behavior hasn't changed in SharePoint 2013. If a list is very large, and users use a view or perform a query that exceeds the limit or throttling thre...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/clean-up-an-environment-before-an-upgrade-to-sharepoint-2013
53d596639f7e-2
Consider moving site collections into separate databases If you've 5,000 or more site collections in a database, consider breaking them out into multiple databases. In SharePoint 2010 Products, there was a default warning at 9,000 site collections and a hard limit at 15,000 site collections. In SharePoint 2013, these...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/clean-up-an-environment-before-an-upgrade-to-sharepoint-2013
53d596639f7e-3
Remove unused templates, features, and Web Parts First, verify that no sites are using the template, feature, or Web Part. You can use the Stsadm - EnumAllWebs operation with the - includefeatures and - includewebparts parameters to identify these customizations in your environment. This operation identifies We...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/clean-up-an-environment-before-an-upgrade-to-sharepoint-2013
53d596639f7e-4
Get-SPSite | Where-Object{$_.RootWeb.Template -eq "PowerPointBroadcast#0"} This will return all sites that use that template. You can also use the Get-SPSite and Remove-SPSite PowerShell commands together with the following options to remove these sites: Get-SPSite | Where-Object{$_.RootWeb.Template -eq "Pow...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/clean-up-an-environment-before-an-upgrade-to-sharepoint-2013
53d596639f7e-5
You can have users be involved in reviewing and fixing issues in their sites. You can roll back to the old experience temporarily if it's necessary. You can't roll back when you are in the SharePoint 2013 experience. You avoid adding potential errors to the upgrade process. The fewer operations occurring during...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/clean-up-an-environment-before-an-upgrade-to-sharepoint-2013
53d596639f7e-6
On the Start menu, click All Programs . Click Microsoft SharePoint 2010 Products . Click SharePoint 2010 Management Shell . At the PowerShell command prompt, type the following command to return all site collections that are in or have subwebs in the old experience: Get-SPSite | ForEach-Object{$_...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/clean-up-an-environment-before-an-upgrade-to-sharepoint-2013
53d596639f7e-7
Check databases for duplicate or orphaned site collections Make sure that site collections exist in only one content database. Occasionally, site collections can leave behind duplicate or orphaned references in old content databases if they're moved to new databases, or if a copy of a database was attached to the far...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/clean-up-an-environment-before-an-upgrade-to-sharepoint-2013
53d596639f7e-8
Move-SPSite Use this to move site collections between databases. If a database is very large or contains lots of site collections, you can move sites to address this to make upgrade more efficient. Also, you can move all collaboration sites into one database and all My Sites into another to make the upgrade administra...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/clean-up-an-environment-before-an-upgrade-to-sharepoint-2013
4a663d699193-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 It is important that you communicate with users during the upgrade process from SharePoint 2010 Products to SharePoint 2013. Site users have to know what to expect when they visit their sites again after you have upgraded the environmen...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-a-communication-plan-for-the-upgrade-to-sharepoint-2013
4a663d699193-1
Server security teams You must coordinate with your security teams, such as the Active Directory Domain Services (AD DS) team, to verify accounts and permissions or to take advantage of the new policy settings that you can apply for SharePoint 2013. Network teams You must coordinate with the network teams, especi...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-a-communication-plan-for-the-upgrade-to-sharepoint-2013
4a663d699193-2
Site designers and developers and third-party solution providers If you have custom templates, Web Parts, Web services, or other custom elements that are associated with your sites, you must work with the associated site designers and developers or third-party solution providers. Because custom elements can fail or pe...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-a-communication-plan-for-the-upgrade-to-sharepoint-2013
4a663d699193-3
The whole upgrade team must work together to determine the dates and times to perform the upgrade. We recommend that you choose an upgrade window to occur when site usage is lowest. For small single-server deployments, upgrade may be completed in less than a day. Larger deployments can take more time, up to a weekend. ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-a-communication-plan-for-the-upgrade-to-sharepoint-2013
4a663d699193-4
When and what to communicate to site users It is equally important to communicate with the users of the sites to tell them about the following issues: When the environment will be upgraded In particular, you must also inform them if their sites will be unavailable during the upgrade. When their sites wil...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-a-communication-plan-for-the-upgrade-to-sharepoint-2013
ea07e0e01a59-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 When you upgrade from SharePoint 2010 Products to SharePoint 2013, site collections are not upgraded when you upgrade the content databases to a new version. The upgrade process is split to allow site collection administrators to decide...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/plan-for-site-collection-upgrades-in-sharepoint-2013
ea07e0e01a59-1
Highly-customized sites Carefully test sites that are based on custom site definitions or that have many other customizations before you upgrade them. If there are issues with server-side customizations, then farm administrators should address them, test again, and then perform the upgrade so that they can troublesho...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/plan-for-site-collection-upgrades-in-sharepoint-2013
ea07e0e01a59-2
Whether the site collection administrator can upgrade the site collection. Which mode (2010 or 2013, or both) can be used when a user creates a site collection. For example, you might want users to keep creating 2010 mode sites for a while, until most of site collections are upgraded, or you might want to force n...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/plan-for-site-collection-upgrades-in-sharepoint-2013
ea07e0e01a59-3
Whether to add a link to more information from the Upgrading now status bar. How many days to wait before reminding a site collection administrator about upgrade if they choose Remind me later on the status bar. If a user clicks Remind me later , the current date is added to the number that is set for the Up...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/plan-for-site-collection-upgrades-in-sharepoint-2013
ea07e0e01a59-4
Plan for upgrade evaluation sites Site collection administrators can request a preview of their site collection. This preview site is called an upgrade evaluation site collection. An upgrade evaluation site collection enables site collection administrators to see their site's content in a new, separate copy of th...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/plan-for-site-collection-upgrades-in-sharepoint-2013
ea07e0e01a59-5
Runs daily, between 1:00 and 1:30 AM Delete Upgrade Evaluation Site (job-delete-upgrade-eval-sites) Deletes expired upgrade evaluation sites and sends notifications for sites near their expiration date. Runs daily, between 1:00 and 1:30 AM Upgrade site collections (job-upgrade-sites) Upgrade...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/plan-for-site-collection-upgrades-in-sharepoint-2013
ea07e0e01a59-6
Plan site collection upgrade throttling and queues To make sure that site collection upgrades do not cause an outage on your farm, there are throttles built in at the web application, database, and content level. This means that even if 100 site collection administrators decide to upgrade their site collections a...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/plan-for-site-collection-upgrades-in-sharepoint-2013
ea07e0e01a59-7
Content database Default is 10 per content database. Additional requests are queued. SPContentDatabase.ConcurrentSiteUpgradeSessionLimit If multiple sites are queued in one content DB, only one site at a time will be upgraded by one timer service instance. That behavior is by design. The ConcurrentSit...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/plan-for-site-collection-upgrades-in-sharepoint-2013
ea07e0e01a59-8
The following illustration shows the relationship between the web application and content database upgrade throttle limits. Upgrade throttles and the site upgrade queue for web applications and content databases In this illustration, the content database contains fifteen sites, and all sites were requested to sta...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/plan-for-site-collection-upgrades-in-sharepoint-2013
ea07e0e01a59-9
About site collection modes In order to make it possible to upgrade site collections separately from upgrading content databases, SharePoint 2013 introduces the concept of site collection "modes" (also known as compatibility levels). Site collections are in 2010 mode in the new environment until they are specific...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/plan-for-site-collection-upgrades-in-sharepoint-2013
ea07e0e01a59-10
By default, site collection administrators control upgrade for their sites. They can use upgrade evaluation site collections to preview the new user interface and features. This gives them time to make sure that everything works correctly, and they can address any issues in their original site before upgrading it. When...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/plan-for-site-collection-upgrades-in-sharepoint-2013
fe06c70a4cd8-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 If you've extensively customized your sites based on SharePoint 2010 Products, you must determine how you want to handle your customizations when you upgrade to SharePoint 2013. Your approach will vary based on the extent of the customi...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-a-plan-for-current-customizations-during-upgrade-to-sharepoint-2013
fe06c70a4cd8-1
Data structure affecting Content types List types Web templates Site definitions Can affect database upgrade if content or list type names conflict with new content or list types in the product, or if templates or definitions are missing. Non-visually affecting Web services Windows servi...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-a-plan-for-current-customizations-during-upgrade-to-sharepoint-2013
fe06c70a4cd8-2
Replace or redo the customizations If you want to use new functionality, plan to redesign your sites, or are significantly changing the information architecture, the upgrade is your opportunity to start over with new features, a new look, or a new organization. When you replace or redo customizations, you can take adv...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-a-plan-for-current-customizations-during-upgrade-to-sharepoint-2013
fe06c70a4cd8-3
Customization type Recommendation Site definition Migrate sites to a supported, predefined site definition, then apply custom features by using solution deployment. You can also continue to use a custom site definition. You don't have to create a new site definition that is based on SharePoint 2013. ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-a-plan-for-current-customizations-during-upgrade-to-sharepoint-2013
fe06c70a4cd8-4
Workflows and server controls Depends on the solution. Contact the vendor to discover whether there's an updated solution. If a workflow is compatible with the new version, redeploy. Event handler Most event handlers will continue to work without changes. However, if the code for the event handler makes...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-a-plan-for-current-customizations-during-upgrade-to-sharepoint-2013
fe06c70a4cd8-5
Test to determine whether any actions are required. Web Parts Test to determine whether any actions are required. You might have to adjust the Web Parts to work with strict XHMTL mode. Test to verify that there haven't been changes to any object models or Web services that you call from the Web Part. ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-a-plan-for-current-customizations-during-upgrade-to-sharepoint-2013
fe06c70a4cd8-6
Custom search solutions that use SQL syntax Rework to use FQL syntax and KQL syntax. Custom search solutions in SharePoint 2013 don't support SQL syntax . Search in SharePoint 2013 supports FQL syntax and KQL syntax for custom search solutions. You can't use SQL syntax in custom search solutions using any techn...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-a-plan-for-current-customizations-during-upgrade-to-sharepoint-2013
fe06c70a4cd8-7
Manually deployed features, files, or changes You can re-deploy them to the equivalent directory in SharePoint 2013. However, consider packaging them into a deployable solution package for easier administration. Sandboxed solutions No special steps. Sandboxed solutions are upgraded with the content data...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-a-plan-for-current-customizations-during-upgrade-to-sharepoint-2013
fe06c70a4cd8-8
Caution Some predefined file types—such as document icons or actions—can be carried forward in a supportable way, although this does not occur automatically. Do not copy over the old version files as that can cause other issues, instead, make the same changes to the new version file Modifications to other predefined ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-a-plan-for-current-customizations-during-upgrade-to-sharepoint-2013
79eae9c323fe-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 When you upgrade your environment to SharePoint 2013, you want to limit how much downtime that users experience. You might also have a special case that you must address during upgrade. This article describes how to minimize downtime an...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/determine-strategy-for-upgrade-to-sharepoint-2013
79eae9c323fe-1
The instructions for using these techniques are included in Upgrade content databases from SharePoint 2010 to SharePoint 2013 . Special cases You might have other requirements or additional goals that you want to achieve when you perform an upgrade. The following table lists special cases and describes how to ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/determine-strategy-for-upgrade-to-sharepoint-2013
79eae9c323fe-2
Changing languages? You have two choices, depending on whether a single site or your whole environment is changing languages: To change the multiple user interface (MUI) language for a specific site, upgrade in the same language, and then install the new language pack and change to that language. CAUTION ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/determine-strategy-for-upgrade-to-sharepoint-2013
4371b97c4e5c-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 When you plan an upgrade process, make sure that you verify that the intended upgrade path is supported. This article describes the editions and products that are supported and unsupported to upgrade to SharePoint Server 2016. Be awar...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/review-supported-editions-and-products-for-upgrading-to-sharepoint-2013
4371b97c4e5c-1
Supported editions for upgrade The following table lists the editions available for SharePoint Server 2010 and the supported and unsupported ending editions when you upgrade to SharePoint Server 2016. Note that in-place upgrade is not supported. Database-attach upgrade is the only supported upgrade method. ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/review-supported-editions-and-products-for-upgrading-to-sharepoint-2013
4371b97c4e5c-2
SharePoint Server 2013 SharePoint Server 2013 SharePoint Foundation 2013 Search Server 2010 SharePoint Server 2013 SharePoint Foundation 2013 Project Server 2010 with SharePoint Server 2010, Enterprise Edition Project Server with SharePoint Server 2013, Enterprise Edition
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/review-supported-editions-and-products-for-upgrading-to-sharepoint-2013
c2a07816abd3-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 To increase your chances of a successful and faster upgrade to SharePoint 2013, follow these best practices to test and complete an upgrade. Best practices for testing upgrade To understand your environment before you upgrade it, an...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/best-practices-for-upgrading-from-sharepoint-2010-to-sharepoint-2013
c2a07816abd3-1
Use real data. Use copies of your actual databases to run the tests. When you use real data, you can identify trouble areas and also determine upgrade performance. You can also measure how long different upgrade sequences and actions take on different kinds of data. If you cannot test all the data, test a representat...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/best-practices-for-upgrading-from-sharepoint-2010-to-sharepoint-2013
c2a07816abd3-2
For more information about how to test upgrade, see Use a trial upgrade to SharePoint 2013 to find potential issues and the SharePoint 2013 Products Preview - Test Your Upgrade Process model . Best practices for upgrading to SharePoint 2013 To guarantee a smooth upgrade from SharePoint 2010 Products to SharePoin...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/best-practices-for-upgrading-from-sharepoint-2010-to-sharepoint-2013
c2a07816abd3-3
Plan for capacity. Ensure that you have enough disk, processor, and memory capacity to handle upgrade requirements. For more information about system requirements, see Hardware and software requirements for SharePoint 2013 . For more information about how to plan the disk space that is required for upgrade, see Pla...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/best-practices-for-upgrading-from-sharepoint-2010-to-sharepoint-2013
c2a07816abd3-4
If you expect a long outage period while you upgrade, you can set the databases in the original environment to read-only. Users can continue to access the data but cannot change it. For more information, see Upgrade content databases from SharePoint 2010 to SharePoint 2013 . After upgrade, review the Upgrade Statu...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/best-practices-for-upgrading-from-sharepoint-2010-to-sharepoint-2013
50a8dddeb033-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 Some services in SharePoint 2010 Products can be shared across multiple farms. A services farm hosts services such as Business Data Connectivity service, Search, and User Profiles that other farms consume. When you upgrade to SharePoint...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-farms-that-share-services-parent-and-child-farmsto-sharepoint-2013
50a8dddeb033-1
Upgrade the Search service application 4. Upgrade the other service applications. Upgrade the databases for the other service applications. Upgrade other service applications 5. Switch the services connection to SharePoint Server 2013 services farm Change the SharePoint 2010 Products content farm to consu...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-farms-that-share-services-parent-and-child-farmsto-sharepoint-2013
50a8dddeb033-2
See also Other Resources Upgrade content databases from SharePoint 2010 to SharePoint 2013 Overview of the upgrade process from SharePoint 2010 to SharePoint 2013
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-farms-that-share-services-parent-and-child-farmsto-sharepoint-2013
b91ce913685a-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 The upgrade process for SharePoint Server 2013 uses the database attach upgrade method. When you move your databases to a new farm and upgrade the content, you must create your services infrastructure in the new farm, and configure the ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/services-upgrade-overview-from-sharepoint-2010-to-sharepoint-server-2013
b91ce913685a-1
Business Data Connectivity service The Business Data Connectivity service uses a database to store information about external data. This database must be upgraded as part of a services database attach upgrade. This service application is also available in SharePoint Foundation 2013. Managed Metadata service The...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/services-upgrade-overview-from-sharepoint-2010-to-sharepoint-server-2013
b91ce913685a-2
User Profile service The User Profile service uses databases to store profile, social, and sync information. These databases must be upgraded as part of a services database attach upgrade. You have to attach and upgrade the databases for this service and for the Managed Metadata service before you can upgrade any My ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/services-upgrade-overview-from-sharepoint-2010-to-sharepoint-server-2013
b91ce913685a-3
InfoPath Forms Service This service is not part of the Farm Configuration Wizard. If you want to use this service, you can use the Configure InfoPath Forms Services link on the General Application Settings page in SharePoint Central Administration to configure it. If you want to continue using form templates from...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/services-upgrade-overview-from-sharepoint-2010-to-sharepoint-server-2013
2f7f998f858b-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 The following six videos (each video is less than five minutes) can help you understand how to upgrade to SharePoint 2013. Overview: SharePoint 2013 upgrade process This video provides a brief overview of the upgrade process for Sha...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-overview-videos-for-sharepoint-2013
2f7f998f858b-1
Resource Description Copy databases to the new farm for upgrade to SharePoint 2013 Copy SharePoint 2010 Products content and service databases to a SharePoint 2013 farm so that you can upgrade the data to SharePoint 2013. Phase 3: Upgrade the service applications This video provides a quick ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-overview-videos-for-sharepoint-2013
2f7f998f858b-2
Watch the SharePoint 2013 Upgrade: Phase 5 video Related resources Resource Description Upgrade a site collection to SharePoint 2013 Learn how site collection administrators can preview a copy of their sites in SharePoint 2013 mode, and then upgrade their sites. See also Upgrade ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-overview-videos-for-sharepoint-2013
34427cc709e1-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 To upgrade from SharePoint 2010 Products to SharePoint 2013, you use the database-attach method to upgrade. In the database-attach method, you first create and configure a SharePoint 2013 farm. Then you copy the content and service appl...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/overview-of-the-upgrade-process-from-sharepoint-2010-to-sharepoint-2013
34427cc709e1-1
With the farm and databases in read-only mode, a server farm administrator backs up the content and service application databases from the SQL Server instance on the SharePoint 2010 Products farm. The server farm administrator restores a copy of the databases to the SQL Server instance on the SharePoint 2013 farm a...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/overview-of-the-upgrade-process-from-sharepoint-2010-to-sharepoint-2013
34427cc709e1-2
Upgrade SharePoint 2010 Products site collections The final stage in the upgrade process is to upgrade the site collections. In SharePoint 2013, site owners are in charge of upgrading their sites. The upgrade process for My Sites is slightly different from for other types of site collections. Upgrade My Sites ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/overview-of-the-upgrade-process-from-sharepoint-2010-to-sharepoint-2013
34427cc709e1-3
Optionally, the site owner requests an upgrade evaluation site collection. A timer job runs to create the site collection and the site owner receives an email message when the evaluation site collection is ready. The site owner previews the new user interface. After several days or weeks, the evaluation site collection...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/overview-of-the-upgrade-process-from-sharepoint-2010-to-sharepoint-2013
81d2de392423-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 SharePoint 2013 does not support in-place upgrade for an existing environment. You must use the database-attach upgrade method to upgrade your databases to a new environment that is based on SharePoint 2013. Also, to provide more flexib...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/what-s-new-in-sharepoint-2013-upgrade
81d2de392423-1
Database-attach upgrade is available for some service application databases For the SharePoint 2013, you can use the database attach upgrade method to upgrade the following service application databases: Business Data Connectivity This service application is available for both SharePoint 2013 and SharePoint...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/what-s-new-in-sharepoint-2013-upgrade
81d2de392423-2
Site collection health checker Site collection owners or administrators can use a site collection health checker to detect any potential issues with their site collections and address them before they upgrade sites to the new version. The checker is available after upgrade also to detect any health issues on an o...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/what-s-new-in-sharepoint-2013-upgrade
81d2de392423-3
Throttles for site collection upgrade To make sure that site collection upgrades do not cause an outage on your farm, there are throttles built in at the web application, database, and content level. This means that even if 100 site collection owners decide to upgrade their site collections at the same time, only...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/what-s-new-in-sharepoint-2013-upgrade
81d2de392423-4
Because of these directories, you can continue hosting unupgraded sites in an upgraded environment until all site collections are ready to upgrade. For more information, see Plan for site collection upgrades in SharePoint 2013 . Log files now in ULS format The format of the upgrade, upgrade error, and site upg...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/what-s-new-in-sharepoint-2013-upgrade
06e8841a0fd1-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 By using Remote Microsoft PowerShell, you can make the administration of a SharePoint farm easier. To learn how to enable it, watch the following video.
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/video-how-to-enable-remote-windows-powershell-to-use-with-sharepoint-server
fd4a2946a7e9-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 Zero downtime patching (ZDP) is available in SharePoint Server 2016, SharePoint Server 2019, and SharePoint Server Subscription Edition. Let users keep working on, saving, and searching documents as you patch your SharePoint Server farm...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/sharepoint-server-2016-zero-downtime-patching-steps
fd4a2946a7e9-1
Important Even if all the servers in your SharePoint Server farm were configured to use the 'Custom' role, you can still manually configure a highly available farm. There are articles that will help you construct highly available farms, and the principles of fault tolerance (having redundant hardware) and high avai...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/sharepoint-server-2016-zero-downtime-patching-steps
fd4a2946a7e9-2
For the most part, everything you do on one side of the line (to the 01 servers) you'll exactly repeat for 02. Of all the steps involved in the relatively simple, two phase ZDP process, those taken with the WFEs (SPWeb01 and 02) are the most complex. We'll start there. Note General information on Software Updates...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/sharepoint-server-2016-zero-downtime-patching-steps
fd4a2946a7e9-3
$webapp.WebService.EnableSideBySide = $true $webapp.WebService.update() As of KB3178672 (March 2017 update) for SharePoint Server 2016 and above, PSCONFIG will automatically copy all .js, .css, and .htm files within the 16-HIVE\TEMPLATE\LAYOUTS folder to the 16-HIVE\TEMPLATE\LAYOUTS\<NEW BUILD NUMBER> folder,...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/sharepoint-server-2016-zero-downtime-patching-steps
fd4a2946a7e9-4
Reboot them when they're done. (The work sent by SPWeb01 will fall on servers in column 2). Now you repeat the 'patch and reboot' for column 2. For each of SPApp02, SPDCH02, and SPSRCH02 in column 2, patch with 'STS' and 'WSS' packages. Reboot them when they're done. (As you can see, work sent by SPWeb01 will no...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/sharepoint-server-2016-zero-downtime-patching-steps
fd4a2946a7e9-5
Tip The last step in the PSCONFIG process ensures that updates to the User Interface (UI) are copied from the /layouts folder to a version-specific folder. This is part of the side-by-side UI update that lets users browsing your farm have one experience of the UI until the upgrade is completed, and you're ready to sw...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/sharepoint-server-2016-zero-downtime-patching-steps
fd4a2946a7e9-6
For all remaining servers in column 1 (SPApp01, SPDCH01, SPSRCH01), run the same PSCONFIG command in the SharePoint Management Shell. Do this on each server, one at a time, until all servers in column 1 are upgraded. Important Remember to gracefully remove the Distributed Cache before running PSCONFIG and add ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/sharepoint-server-2016-zero-downtime-patching-steps
fd4a2946a7e9-7
$webapp.WebService.update() Now you're done, and the farm has been fully upgraded while in use and without downtime. Why could MinRole help? When you talk about ZDP you should also address the concept of MinRole. MinRole is an option in the installation of SharePoint Server 2016, SharePoint Server 2019,...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/sharepoint-server-2016-zero-downtime-patching-steps
fd4a2946a7e9-8
Why is High Availability required? HA is a broad topic in SharePoint. There are entire whitepapers and articles about it online, such as this documentation . To simplify the concept, at least for this article, realize that ZDP (and also MinRole) originated in SharePoint in Microsoft 365. In SharePoint in Microso...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/sharepoint-server-2016-zero-downtime-patching-steps
fd4a2946a7e9-9
In examples used here, I draw out physical servers to make concepts easier to grapple with. When it comes time to plan for ZDP, you should draw out your own environment, wherever it lives (complete with rack names/numbers, and server names where each SharePoint Server role can be found). This is one of the quickest way...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/sharepoint-server-2016-zero-downtime-patching-steps
3ea4a789ecc5-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 Overview One of the new features in SharePoint Server 2016 is Zero Downtime patching. Zero Downtime patching doesn't demand any server downtime while patching a SharePoint Server 2016 farm, but does require that your farm be set up ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/video-demo-of-zero-downtime-patching-in-sharepoint-server-2016
3ea4a789ecc5-1
Important : If you're actively using areas such as Microblogs, Newsfeeds etc. you'll instead need to use the following steps to gracefully shut down the Distributed Cache Service on each Distributed Cache Server during the patch and upgrade sequence: Gracefully STOP Distributed Cache Service $instanceName ="SPDistr...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/video-demo-of-zero-downtime-patching-in-sharepoint-server-2016
3ea4a789ecc5-2
Patch the following Application servers: SPAPP02, SPDCH02, and SPSRCH02 in parallel, and then restart the computers. With the front-end web server (SPWEB02) out of the Load balancer (See step 7), Open the SharePoint 2016 Management Shell, and then run following PSConfig command: PSConfig.exe -cmd upgrade -inplace...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/video-demo-of-zero-downtime-patching-in-sharepoint-server-2016
3ea4a789ecc5-3
During the video, the following Microsoft PowerShell script was used to take Servers out of the Azure Service Management Internal Load Balancer. #Remove the SPWEB01 Azure Load Balanced EndPoint $svc=<"NameYourLBService"> $vmname=<"NameofYourVM"> $epname="TCP-80-80" Get-AzureVM -ServiceName $svc -Name $vmname | Remove...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/video-demo-of-zero-downtime-patching-in-sharepoint-server-2016
3ea4a789ecc5-4
$vmname=<"NameofYourVM"> Get-AzureVM -ServiceName $svc -Name $vmname | Add-AzureEndpoint -Name $epname -LbSetName $lbsetname -Protocol $prot -LocalPort $locport -PublicPort $pubport -DefaultProbe -InternalLoadBalancerName $ilb | Update-AzureVM # B2B for SPWEB01::::: Phase Remove the SPWEB01 Azure Load Balanced EndPoint...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/video-demo-of-zero-downtime-patching-in-sharepoint-server-2016
3ea4a789ecc5-5
For additional information about the Microsoft PowerShell for Azure cmdlets, see Get-AzureVM and Add-AzureEndpoint . Related articles Install a software update for SharePoint Server 2016 SharePoint Server 2016 zero downtime patching steps Video: How to enable Remote Windows PowerShell to use with SharePoint ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/video-demo-of-zero-downtime-patching-in-sharepoint-server-2016
a71f025e88e9-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 Before you begin Before you begin the software update process, review the following information about permissions, hardware requirements, software requirements, and update processes. Account permissions and security settings i...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update
a71f025e88e9-1
SharePoint Server 2016, 2019, and Subscription Edition can handle certain upgrade failures after the patching phase finishes. However, if the build-to-build upgrade fails, you might have to restore from a backup. Therefore, make sure that you perform a full backup before you start the update process. After the restore ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update
a71f025e88e9-2
We recommend that you use the Upgrade and Migration page in Central Administration as the primary tool to view product and patch installation status, data status, and update status in real time. After Setup runs, you can also view the log files and use Microsoft PowerShell to check installation progress. Initial ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update
a71f025e88e9-3
Run the update executable file to install the update on the application server that hosts Central Administration (APP-1). Run the update executable file to install the update on all other application servers that host Search components (APP-2). To do this, perform the procedure Host Search components which appear...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update
a71f025e88e9-4
For information about how to run the wizard, see Install SharePoint Server across multiple servers for SharePoint Server 2016, 2019, or Subscription Edition. See Install SharePoint 2013 across multiple servers for a three-tier farm for SharePoint 2013. Run the SharePoint Products Configuration Wizard on the oth...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update
a71f025e88e9-5
Important During the update phase, the farm can continue to be in production with minimal downtime. However, during the build-to-build upgrade phase, the farm will be unavailable. If users attempt to access content while the farm is upgrading, the result could be failed upgrades or excessive slowdowns in the upgrade ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update
a71f025e88e9-6
The upgrade log file and the upgrade error log file are located at %COMMONPROGRAMFILES%\Microsoft Shared\Web server extensions\16\LOGS. Upgrade log file names are in the following format: Upgrade- YYYYMMDD-HHMMSS-SSS .log, where YYYYMMDD is the date and HHMMSS-SSS is the time (hours in 24-hour clock format, minut...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update
a71f025e88e9-7
Review the upgrade log files to verify that these application servers were updated successfully. At this point in the process, the databases and other components such as settings, features, and site-level data must still be upgraded because the SharePoint Products Configuration Wizard wasn't run on any of the far...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update
a71f025e88e9-8
You can also upgrade individual content databases in parallel for a very small number of content databases at the same time. However, don't attempt to upgrade too many content databases in parallel because it slows down the overall upgrade process and extends the outage time. We recommend that you don't upgrade more th...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update
a71f025e88e9-9
(Optional) Use the PowerShell Upgrade-SPContentDatabase cmdlet to upgrade each content database. For more information, see Upgrade-SPContentDatabase . This is an optional step, but it helps ensure that all content databases are upgraded first. It has the advantage of enabling some parallelism to reduce the outage ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update
a71f025e88e9-10
Run the SharePoint Products Configuration Wizard or PSConfig (as in step 4 of this procedure) on the web servers (WEB-1 to WEB-4). Verify update completion and success. For more information, see Verify database upgrades in SharePoint 2013 , Verify database upgrades in SharePoint Server 2016 , Verify database u...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update
a71f025e88e9-11
Note If the original farm uses a database mirror, configure mirroring after you deploy the software update on the new farm. Configure the databases on the existing farm so that they are in a read-only state. Note If the existing farm is mirrored, pause mirroring before setting the databases to read-only. ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update
a71f025e88e9-12
%Program Files%\Microsoft Office Servers\15.0\Synchronization Service\Bin\ Type the following command, and then press Enter: miiskmu.exe /e <Path> Where <Path> is the full path of the file to which you want to export the key. Back up the content databases on the existing farm. For more information, ...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update
a71f025e88e9-13
Restore the content databases to the new database server. Create service applications on the new farm for each existing service application in the old farm. Duplicate all the settings from your existing farm. Use the database-attach method to create the databases on the new farm. For more information, see Up...
https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update