SlideShare a Scribd company logo
Upgrading
to SharePoint 2013
Bert Johnson
About Bert Johnson
• SharePoint Architect with Protiviti
• Microsoft Certified Master since 2010
• bert@bertjohnson.net
• http://www.slideshare.net/bertjohnsonnet/
• Twitter: @SPBert
Agenda
• Overcoming Upgrade Constraints
• What To Know Before Upgrading
• Upgrade Planning and Preparation
• Executing the Upgrade
• Upgrade Verification and Cleanup
• Troubleshooting Upgrades
• Behind the Scenes
Overcoming Upgrade
Constraints
Cost Constraints
• Licensing, which may be included in your Enterprise Agreement
• No “in-place upgrade”, so SharePoint 2013 will require
dedicated servers / VMs
• Legacy version upgrades (SPS2003, MOSS2007) may require
third-party migration applications
• Training investments shouldn’t be overlooked
Time Constraints
• One or more trial upgrades should take place beforehand
• Features and Information Architecture may need planning
• Overall duration constrained by database size and IOPS
• Once binaries and databases are upgraded, the search index
needs to be rebuilt
• Can be performed in phases:
• Upgrade service applications before web applications
• As-needed or “deferred” web application upgrades
• Individual site collection upgrades can be delegated to users
Usability Constraints
• No more “pre-upgrade check”; the process is more manual
• To leverage new functionality, master pages need to be
converted to 15 mode
• Overall, SharePoint 2013 provides a much more intuitive UI
and requires less core training
• SharePoint 2013 is mostly accretive, but some features have
been removed
What To Know Before
Upgrading
Upgrade Improvements
• Test-SPContentDatabase
• Deferred Site Collection Upgrades
• Evaluation Upgrade Sites
• Event Notifications System
• Health Checks and Logging Improvements
• Upgrade Throttling
• V2V Service Application Support
• All 2010 binaries, etc. installed; all features; existing
customizations work; default
SPC.Org - Upgrading to SharePoint 2013
SPC.Org - Upgrading to SharePoint 2013
SPC.Org - Upgrading to SharePoint 2013
Upgrading from Legacy Versions
• No direct upgrade path from SPS2001/2003 or MOSS2007
• Options:
• Upgrade to intermediate versions first
• Use third-party tools
• Manually migrate content
• These are the most complex upgrades
Office 365
• Nothing to worry about; Microsoft has it covered…
• …except for usability, training, and communications
• Office 365 is “versionless” going forward
• Most SP2010->2013 cloud upgrades completed by end of
summer
Deprecated Features
• Legacy Web Analytics Feature
• Barcodes
• Chart Web Part
• Document and Meeting Workspaces
• Internet Explorer 7 Support
• PowerPoint Broadcasting
• Project Web Access
• Slide Libraries
• Visual Upgrade
Upgrade Planning
What Happens in a SharePoint Upgrade?
1. Planning
A. Inventory settings
B. Test for blocking issues
C. Plan for customizations and UI updates
D. Determine upgrade parameters
E. Create project plan
F. Change Management and communications
2. Preparation
A. Install new farm
B. Mitigate blocking issues
C. Prepare customization upgrades
3. Execution
A. Backup
B. Upgrade service applications
C. Set upgrade parameters
D. Upgrade web applications
E. Upgrade site collections (at once or deferred)
4. Verify, Clean Up, and Communicate
Why Upgrades Succeed or Fail
Planning Step 1: Inventory Settings
• Survey:
• Servers
• Databases
• Customizations and solution packages
• Save Get-SPFeature and Get-SPSolution files
• Back up FEATURES directory
• “Unghosted” / customized files
• Search Settings
• Authentication
• Now is a great time to clean up unneeded content
Planning Step 2: Test for Blocking Issues
• Install a SharePoint 2013 farm to test existing content databases
• This doesn’t have to be the eventual production environment
• No, there’s no way to accurately test a 2010 database without 2013
• Run Test-SPContentDatabase for each content database and
save the output
Planning Step 3: Plan for Customizations/UI
• Review known customizations
• Ensure that all WSPs are available
• These can be exported using Get-SPSolution and its SaveAs() method
• Look for FEATURE differences between farm servers
• Determine how UI changes will be applied
• We can use the default 15 master page or create our own using the
new Design Manager
• Plan for any custom authentication, such as FBA
Planning Step 4: Determine Upgrade Parameters
• Are we doing a “big bang” upgrade with everything at once or a
gradual, user-defined upgrade?
• If gradual, will “preview sites” be enabled?
• Are we going to apply other changes, such as navigation
changes or feature roll-outs at the same time?
• Should it be possible to create “SharePoint 2010 Mode” sites in
the new farm?
• Will upgrade reminder emails be sent out?
• How should concurrent site upgrades be throttled?
Planning Step 5: Create the Project Plan
• Schedule pre-work and trial upgrades as far ahead as possible
• If necessary, assign pre-work to end users first (e.g. delete
unused content ahead of time)
• Account for usual SLAs
• Create a master checklist with explicit task assignments
Planning Step 6: Change Management
• Always account for:
• Awareness
• Desire
• Knowledge
• Ability
• Reinforcement
• Alert to the coming change early and get people on board
• Leverage your “SharePoint” champions
• If performing other changes, hold focus groups and pilots
• SharePoint 2013 shouldn’t need extensive training over 2010
Upgrade Preparation
Preparation Step 1: Install New Farm
• First create and execute upgrades of preproduction farms
• You have those, right?
• Ensure there’s plenty of storage for database upgrades
• Deploy all solution packages and settings, including
authentication
• Patch to desired Cumulative Update
Preparation Step 2: Test for Blocking Issues
• Re-run Test-SPContentDatabase on each database
• Address common issues at the source:
• Missing dependencies
• Copy and deploy solution packages and/or feature folders
• Orphaned sites
• Remove-SPSite
• Wide lists
• Delete excess lookup, choice, or managed metadata columns
• Consider upgrading to claims authentication
• In 2010, $wa.UseClaimsAuthentication = $true; $wa.Update()
Preparation Step 3: Customization Upgrades
• Recreate master pages using Design Manager
• Plan feature-specific upgrades if appropriate
• Check for deprecated APIs
• Switch to using new REST web services
• Make all custom code claims-aware
Upgrade Execution
Upgrade Step 1: Back Up Everything
• Databases
• File System
• Encryption Key from User Profile Service
Upgrade Step 2: Service Applications
• Core Service Applications are backwards compatible
• Run PowerShell to upgrade each of the following first:
• Business Data Connectivity
• Managed Metadata
• PerformancePoint
• Search
• Administration Database Only
• Secure Store
• User Profile
• Profile, Social, and Sync Databases Only
• Can attach to service proxies from original farm
Upgrade Step 2: Service Applications
• Other Service Applications can be created from scratch
• FAST Search
• Requires several manual steps: http://technet.microsoft.com/en-
us/library/dn130132(v=office.15)
• Office Web Apps
• New version should be installed; no need to upgrade data
Upgrade Step 3: Set Parameters
• $wa.CompatabilityRange: OldVersions, NewVersion, or
AllVersions?
• $wa.UpgradeReminderDelay and
$wa.UpgradeMaintenanceLink
• $wa.SiteUpgradeThrottlingSettings limits
• $site.AllowSelfServiceUpdate: $true or $false?
Upgrade Step 4: Upgrade Content Databases
• Attach each content database using Mount-
SPContentDatabase
• Automatically starts upgrade; Upgrade-SPContentDatabase resumes
• Can run multiple database upgrades at a time
• Can even do this on separate farms / SQL servers, then move the upgraded
databases later
• Optimize spindles / IOPS when possible
• Very upgraded sites work and are unlocked
Upgrade Step 5: Upgrade Site Collections
• Optionally, can choose to preupgrade some or all site
collections
• MySite host should be upgraded before MySites
• Can be done through UI:
• Run site collection health checks
• Request evaluation site
• Upgrade the site
• Upgrade information logged to new _catalogs directory
• Can be scripted:
• Upgrade-SPSite
• Note: upgraded files aren’t shredded by default
Verify Upgrade, Clean Up,
and Communicate
Verify Upgrade, Clean Up, and Communicate
• Use the “Upgrade Status” page in Central Administration
• Review the log files for errors and warnings
• Spot check for:
• All content renders
• Permissions appear correct
• Search works
• Custom functionality works
• UI looks correct
• Clean up backups and optionally shrink databases
• Should be communicating throughout: make sure to highlight
the benefits when the new version launches
Troubleshooting Upgrades
Troubleshooting
• “Wide List” Issue
• Too many lookup, choice, and/or managed metadata columns
• No workaround short of removing columns
• Missing Solutions and Feature Definitions
• Can use PowerShell to export .WSP definitions
• As a last resort, can copy feature folders between environments
• Path conflicts
• Shouldn’t have created objects in _catalogs; will need to delete
• “Unghosted” / Customized Files
• No shortcut; need to revert customizations in order to use SharePoint 2013 look and
feel
• Site locked after upgrading
• Error likely occurred and upgrade didn’t finish; mitigate issue and rerun upgrade
• Always check the logs
Behind the Scenes
SharePoint Upgrade Internals
• Objects upgraded via SPSequence and SPAction in this hierarchy:
• SPFarm
• SPServices
• SPFeatures
• SPWebServiceInstances
• SPWebServices
• SPWebApplications
• SPIISWebSite
• SPFeatures
• SPContentDatabases
• SPSiteCollection
• SPFeatures
• SPWeb
• SPWebTemplates
• SPFeatures
• Upgrade pipeline can be viewed in [Hive]ConfigUpgrade
SPC.Org - Upgrading to SharePoint 2013
Q&A
Resources
• TechNet SP2013 Upgrade Center: http://technet.microsoft.com/en-
us/library/cc303420.aspx
• TechNet Known SP2013 Issues: http://office.microsoft.com/en-
us/help/sharepoint-foundation-2013-known-issues-
HA102919008.aspx
• Discontinued Features: http://office.microsoft.com/en-us/sharepoint-
help/discontinued-features-and-modified-functionality-in-microsoft-
sharepoint-2013-HA102892827.aspx
• Updates for SP2013: http://technet.microsoft.com/en-
us/sharepoint/jj891062.aspx
• Introduction to Upgrade:
http://blogs.technet.com/b/wbaer/archive/2012/07/17/introduction-
to-upgrade-in-sharepoint-server-2013.aspx
About Bert Johnson
• SharePoint Architect with Protiviti
• Microsoft Certified Master since 2010
• bert@bertjohnson.net
• http://www.slideshare.net/bertjohnsonnet/
• Twitter: @SPBert

More Related Content

PPTX
How to upgrade from SharePoint 2010 to SharePoint 2013 – a quick guide
PPTX
SharePoint Saturday Silicon Valley - Upgrading from SharePoint 2010 to 2013
PPTX
SharePoint 2010 Upgrade Planning
PPTX
Upgrade webinar
PPTX
IberianSPC - SharePoint 2013 Upgrade
PDF
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...
PDF
O365con14 - the 4 major steps to migrate content from any on-premise source i...
PPTX
Successful Migration to SharePoint 2013 - Planning Considerations & Migration...
How to upgrade from SharePoint 2010 to SharePoint 2013 – a quick guide
SharePoint Saturday Silicon Valley - Upgrading from SharePoint 2010 to 2013
SharePoint 2010 Upgrade Planning
Upgrade webinar
IberianSPC - SharePoint 2013 Upgrade
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...
O365con14 - the 4 major steps to migrate content from any on-premise source i...
Successful Migration to SharePoint 2013 - Planning Considerations & Migration...

What's hot (20)

PPTX
WISPUG - Fun with SharePoint Migrations
PPTX
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel Oleson
PDF
Share point 2013 migration solutions
PPTX
SharePoint On-Premises Nirvana
PPTX
SharePoint Upgrades For The Business
PPTX
Don't upgrade to SharePoint 2013
PDF
Benefits of Upgrading to SharePoint 2013
PPTX
Monitoring and Maintaining SharePoint 2013 Server
PPTX
SharePoint 2016 Adoption - Lessons Learned and Advanced Troubleshooting
PDF
Envision IT - Application Lifecycle Management for SharePoint in the Enterprise
PPT
Oracle web-applications
PPTX
Advanced SharePoint Server Concepts
PPTX
Accelerate your journey to the cloud using the Microsoft SharePoint Migration...
PPTX
Migrate to share point 2016 (presentation)
PPTX
SPCSEA 2013 - Upgrading to SharePoint 2013
PDF
ECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenarios
PPTX
Hexa Corp Share Point Capabilities Presentation
PPTX
The Path through SharePoint Migrations
PDF
Tutorial, Part 1: SharePoint 101: Jump-Starting the Developer by Rob Windsor ...
PPTX
Fishbowl's Packaged Tools for WebCenter Automation
WISPUG - Fun with SharePoint Migrations
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel Oleson
Share point 2013 migration solutions
SharePoint On-Premises Nirvana
SharePoint Upgrades For The Business
Don't upgrade to SharePoint 2013
Benefits of Upgrading to SharePoint 2013
Monitoring and Maintaining SharePoint 2013 Server
SharePoint 2016 Adoption - Lessons Learned and Advanced Troubleshooting
Envision IT - Application Lifecycle Management for SharePoint in the Enterprise
Oracle web-applications
Advanced SharePoint Server Concepts
Accelerate your journey to the cloud using the Microsoft SharePoint Migration...
Migrate to share point 2016 (presentation)
SPCSEA 2013 - Upgrading to SharePoint 2013
ECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenarios
Hexa Corp Share Point Capabilities Presentation
The Path through SharePoint Migrations
Tutorial, Part 1: SharePoint 101: Jump-Starting the Developer by Rob Windsor ...
Fishbowl's Packaged Tools for WebCenter Automation
Ad

Viewers also liked (7)

PDF
Office 365 Deployment Strategies
PPTX
Customizing SharePoint Online
PDF
Office 365 deployment fast track
PPTX
Office 365 Deployment Strategies 2.0
PPTX
SPC.Org - SharePoint 2013 Search
PPTX
Office 365 Migration Planning
PPTX
Office 365: Do’s and Don’ts, Lessons learned from the field
Office 365 Deployment Strategies
Customizing SharePoint Online
Office 365 deployment fast track
Office 365 Deployment Strategies 2.0
SPC.Org - SharePoint 2013 Search
Office 365 Migration Planning
Office 365: Do’s and Don’ts, Lessons learned from the field
Ad

Similar to SPC.Org - Upgrading to SharePoint 2013 (20)

PPTX
Plan, prepare & overall process of upgrade and migrate to SharePoint 2013
PDF
SharePoint 2013 – the upgrade story
PDF
High-level Guide: Upgrading to SharePoint 2013
PPTX
ECS19 - Robi Voncina - Upgrade to SharePoint 2019
PPTX
SPCA2013 - Upgrade to SharePoint 2013 - A Cautioned Approach
PPTX
Ensuring a Successful Migration to SharePoint 2013 - SharePoint Day 2013
PDF
SPS Barcelona 2015 - Real world scenarios to migrate to SharePoint 2016 or Of...
PDF
Collab 365 - Real world scenarios to migrate to SharePoint 2016 or Office 365
PPTX
SharePoint 2010 upgrades!
PPTX
Share point development 101
PPTX
SharePoint Migration - To Be Or Not To Be ‘In The Cloud’
PDF
BrownSites: Year Two
PPTX
Modernize Solutions with SharePoint & the Power Platform
PDF
DFW SPUG FastTrack migration service for SharePoint
PPTX
Getting to 2010 SharePoint Saturday Sacramento 2012
PDF
Migration sp2013
PPTX
SharePoint 2010 Upgrade Strategies and Best Practices - MS Days Bulgaria - Jo...
PPTX
Developing Reusable Workflow Features (SPS Richmond)
PPTX
Upgrading to SharePoint 2013 - SharePoint Saturday UK 2013
PPTX
Drew madelung sp designer workflows - sp-biz
Plan, prepare & overall process of upgrade and migrate to SharePoint 2013
SharePoint 2013 – the upgrade story
High-level Guide: Upgrading to SharePoint 2013
ECS19 - Robi Voncina - Upgrade to SharePoint 2019
SPCA2013 - Upgrade to SharePoint 2013 - A Cautioned Approach
Ensuring a Successful Migration to SharePoint 2013 - SharePoint Day 2013
SPS Barcelona 2015 - Real world scenarios to migrate to SharePoint 2016 or Of...
Collab 365 - Real world scenarios to migrate to SharePoint 2016 or Office 365
SharePoint 2010 upgrades!
Share point development 101
SharePoint Migration - To Be Or Not To Be ‘In The Cloud’
BrownSites: Year Two
Modernize Solutions with SharePoint & the Power Platform
DFW SPUG FastTrack migration service for SharePoint
Getting to 2010 SharePoint Saturday Sacramento 2012
Migration sp2013
SharePoint 2010 Upgrade Strategies and Best Practices - MS Days Bulgaria - Jo...
Developing Reusable Workflow Features (SPS Richmond)
Upgrading to SharePoint 2013 - SharePoint Saturday UK 2013
Drew madelung sp designer workflows - sp-biz

Recently uploaded (20)

PDF
Electronic commerce courselecture one. Pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
Encapsulation theory and applications.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
1. Introduction to Computer Programming.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPT
Teaching material agriculture food technology
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Spectroscopy.pptx food analysis technology
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
Electronic commerce courselecture one. Pdf
Unlocking AI with Model Context Protocol (MCP)
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
gpt5_lecture_notes_comprehensive_20250812015547.pdf
A Presentation on Artificial Intelligence
Encapsulation theory and applications.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
MYSQL Presentation for SQL database connectivity
1. Introduction to Computer Programming.pptx
Network Security Unit 5.pdf for BCA BBA.
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
MIND Revenue Release Quarter 2 2025 Press Release
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Dropbox Q2 2025 Financial Results & Investor Presentation
Assigned Numbers - 2025 - Bluetooth® Document
Teaching material agriculture food technology
20250228 LYD VKU AI Blended-Learning.pptx
Spectroscopy.pptx food analysis technology
Reach Out and Touch Someone: Haptics and Empathic Computing
Per capita expenditure prediction using model stacking based on satellite ima...

SPC.Org - Upgrading to SharePoint 2013

  • 2. About Bert Johnson • SharePoint Architect with Protiviti • Microsoft Certified Master since 2010 • bert@bertjohnson.net • http://www.slideshare.net/bertjohnsonnet/ • Twitter: @SPBert
  • 3. Agenda • Overcoming Upgrade Constraints • What To Know Before Upgrading • Upgrade Planning and Preparation • Executing the Upgrade • Upgrade Verification and Cleanup • Troubleshooting Upgrades • Behind the Scenes
  • 5. Cost Constraints • Licensing, which may be included in your Enterprise Agreement • No “in-place upgrade”, so SharePoint 2013 will require dedicated servers / VMs • Legacy version upgrades (SPS2003, MOSS2007) may require third-party migration applications • Training investments shouldn’t be overlooked
  • 6. Time Constraints • One or more trial upgrades should take place beforehand • Features and Information Architecture may need planning • Overall duration constrained by database size and IOPS • Once binaries and databases are upgraded, the search index needs to be rebuilt • Can be performed in phases: • Upgrade service applications before web applications • As-needed or “deferred” web application upgrades • Individual site collection upgrades can be delegated to users
  • 7. Usability Constraints • No more “pre-upgrade check”; the process is more manual • To leverage new functionality, master pages need to be converted to 15 mode • Overall, SharePoint 2013 provides a much more intuitive UI and requires less core training • SharePoint 2013 is mostly accretive, but some features have been removed
  • 8. What To Know Before Upgrading
  • 9. Upgrade Improvements • Test-SPContentDatabase • Deferred Site Collection Upgrades • Evaluation Upgrade Sites • Event Notifications System • Health Checks and Logging Improvements • Upgrade Throttling • V2V Service Application Support • All 2010 binaries, etc. installed; all features; existing customizations work; default
  • 13. Upgrading from Legacy Versions • No direct upgrade path from SPS2001/2003 or MOSS2007 • Options: • Upgrade to intermediate versions first • Use third-party tools • Manually migrate content • These are the most complex upgrades
  • 14. Office 365 • Nothing to worry about; Microsoft has it covered… • …except for usability, training, and communications • Office 365 is “versionless” going forward • Most SP2010->2013 cloud upgrades completed by end of summer
  • 15. Deprecated Features • Legacy Web Analytics Feature • Barcodes • Chart Web Part • Document and Meeting Workspaces • Internet Explorer 7 Support • PowerPoint Broadcasting • Project Web Access • Slide Libraries • Visual Upgrade
  • 17. What Happens in a SharePoint Upgrade? 1. Planning A. Inventory settings B. Test for blocking issues C. Plan for customizations and UI updates D. Determine upgrade parameters E. Create project plan F. Change Management and communications 2. Preparation A. Install new farm B. Mitigate blocking issues C. Prepare customization upgrades 3. Execution A. Backup B. Upgrade service applications C. Set upgrade parameters D. Upgrade web applications E. Upgrade site collections (at once or deferred) 4. Verify, Clean Up, and Communicate Why Upgrades Succeed or Fail
  • 18. Planning Step 1: Inventory Settings • Survey: • Servers • Databases • Customizations and solution packages • Save Get-SPFeature and Get-SPSolution files • Back up FEATURES directory • “Unghosted” / customized files • Search Settings • Authentication • Now is a great time to clean up unneeded content
  • 19. Planning Step 2: Test for Blocking Issues • Install a SharePoint 2013 farm to test existing content databases • This doesn’t have to be the eventual production environment • No, there’s no way to accurately test a 2010 database without 2013 • Run Test-SPContentDatabase for each content database and save the output
  • 20. Planning Step 3: Plan for Customizations/UI • Review known customizations • Ensure that all WSPs are available • These can be exported using Get-SPSolution and its SaveAs() method • Look for FEATURE differences between farm servers • Determine how UI changes will be applied • We can use the default 15 master page or create our own using the new Design Manager • Plan for any custom authentication, such as FBA
  • 21. Planning Step 4: Determine Upgrade Parameters • Are we doing a “big bang” upgrade with everything at once or a gradual, user-defined upgrade? • If gradual, will “preview sites” be enabled? • Are we going to apply other changes, such as navigation changes or feature roll-outs at the same time? • Should it be possible to create “SharePoint 2010 Mode” sites in the new farm? • Will upgrade reminder emails be sent out? • How should concurrent site upgrades be throttled?
  • 22. Planning Step 5: Create the Project Plan • Schedule pre-work and trial upgrades as far ahead as possible • If necessary, assign pre-work to end users first (e.g. delete unused content ahead of time) • Account for usual SLAs • Create a master checklist with explicit task assignments
  • 23. Planning Step 6: Change Management • Always account for: • Awareness • Desire • Knowledge • Ability • Reinforcement • Alert to the coming change early and get people on board • Leverage your “SharePoint” champions • If performing other changes, hold focus groups and pilots • SharePoint 2013 shouldn’t need extensive training over 2010
  • 25. Preparation Step 1: Install New Farm • First create and execute upgrades of preproduction farms • You have those, right? • Ensure there’s plenty of storage for database upgrades • Deploy all solution packages and settings, including authentication • Patch to desired Cumulative Update
  • 26. Preparation Step 2: Test for Blocking Issues • Re-run Test-SPContentDatabase on each database • Address common issues at the source: • Missing dependencies • Copy and deploy solution packages and/or feature folders • Orphaned sites • Remove-SPSite • Wide lists • Delete excess lookup, choice, or managed metadata columns • Consider upgrading to claims authentication • In 2010, $wa.UseClaimsAuthentication = $true; $wa.Update()
  • 27. Preparation Step 3: Customization Upgrades • Recreate master pages using Design Manager • Plan feature-specific upgrades if appropriate • Check for deprecated APIs • Switch to using new REST web services • Make all custom code claims-aware
  • 29. Upgrade Step 1: Back Up Everything • Databases • File System • Encryption Key from User Profile Service
  • 30. Upgrade Step 2: Service Applications • Core Service Applications are backwards compatible • Run PowerShell to upgrade each of the following first: • Business Data Connectivity • Managed Metadata • PerformancePoint • Search • Administration Database Only • Secure Store • User Profile • Profile, Social, and Sync Databases Only • Can attach to service proxies from original farm
  • 31. Upgrade Step 2: Service Applications • Other Service Applications can be created from scratch • FAST Search • Requires several manual steps: http://technet.microsoft.com/en- us/library/dn130132(v=office.15) • Office Web Apps • New version should be installed; no need to upgrade data
  • 32. Upgrade Step 3: Set Parameters • $wa.CompatabilityRange: OldVersions, NewVersion, or AllVersions? • $wa.UpgradeReminderDelay and $wa.UpgradeMaintenanceLink • $wa.SiteUpgradeThrottlingSettings limits • $site.AllowSelfServiceUpdate: $true or $false?
  • 33. Upgrade Step 4: Upgrade Content Databases • Attach each content database using Mount- SPContentDatabase • Automatically starts upgrade; Upgrade-SPContentDatabase resumes • Can run multiple database upgrades at a time • Can even do this on separate farms / SQL servers, then move the upgraded databases later • Optimize spindles / IOPS when possible • Very upgraded sites work and are unlocked
  • 34. Upgrade Step 5: Upgrade Site Collections • Optionally, can choose to preupgrade some or all site collections • MySite host should be upgraded before MySites • Can be done through UI: • Run site collection health checks • Request evaluation site • Upgrade the site • Upgrade information logged to new _catalogs directory • Can be scripted: • Upgrade-SPSite • Note: upgraded files aren’t shredded by default
  • 35. Verify Upgrade, Clean Up, and Communicate
  • 36. Verify Upgrade, Clean Up, and Communicate • Use the “Upgrade Status” page in Central Administration • Review the log files for errors and warnings • Spot check for: • All content renders • Permissions appear correct • Search works • Custom functionality works • UI looks correct • Clean up backups and optionally shrink databases • Should be communicating throughout: make sure to highlight the benefits when the new version launches
  • 38. Troubleshooting • “Wide List” Issue • Too many lookup, choice, and/or managed metadata columns • No workaround short of removing columns • Missing Solutions and Feature Definitions • Can use PowerShell to export .WSP definitions • As a last resort, can copy feature folders between environments • Path conflicts • Shouldn’t have created objects in _catalogs; will need to delete • “Unghosted” / Customized Files • No shortcut; need to revert customizations in order to use SharePoint 2013 look and feel • Site locked after upgrading • Error likely occurred and upgrade didn’t finish; mitigate issue and rerun upgrade • Always check the logs
  • 40. SharePoint Upgrade Internals • Objects upgraded via SPSequence and SPAction in this hierarchy: • SPFarm • SPServices • SPFeatures • SPWebServiceInstances • SPWebServices • SPWebApplications • SPIISWebSite • SPFeatures • SPContentDatabases • SPSiteCollection • SPFeatures • SPWeb • SPWebTemplates • SPFeatures • Upgrade pipeline can be viewed in [Hive]ConfigUpgrade
  • 42. Q&A
  • 43. Resources • TechNet SP2013 Upgrade Center: http://technet.microsoft.com/en- us/library/cc303420.aspx • TechNet Known SP2013 Issues: http://office.microsoft.com/en- us/help/sharepoint-foundation-2013-known-issues- HA102919008.aspx • Discontinued Features: http://office.microsoft.com/en-us/sharepoint- help/discontinued-features-and-modified-functionality-in-microsoft- sharepoint-2013-HA102892827.aspx • Updates for SP2013: http://technet.microsoft.com/en- us/sharepoint/jj891062.aspx • Introduction to Upgrade: http://blogs.technet.com/b/wbaer/archive/2012/07/17/introduction- to-upgrade-in-sharepoint-server-2013.aspx
  • 44. About Bert Johnson • SharePoint Architect with Protiviti • Microsoft Certified Master since 2010 • bert@bertjohnson.net • http://www.slideshare.net/bertjohnsonnet/ • Twitter: @SPBert