SharePoint 2013 Site Migration process

Source: Internet
Author: User

    1. In the new Farm(Farm), create a new Web application (Webapplication) without creating site Collection(site collection)
    1. Copy(copy) custom developed WSP packages to new farmserver (farm servers) using PowerShell for deploy (Deployment)
    1. Web. config (configuration file) under Copy (copy) Web site to overwrite under new Web site
    1. copy(copy)The Bak backup file for the content database to the newly created empty database with the same name, using the test-spcontentdatabase and mount-spcontentdatabse for additional database operations
    1. In Central Administration(Admin center), change the administrator for the corresponding site collection
    1. If the migrated domain(domain name) is different, you need to reassign all the parts of the authorization; For example:Workflow approver
    1. If you appear in the Web application General Settings (Common settings for Web applications ) in Central Administration (Admin center), the Updates is current disallowed on GET requests. To allow updates for a GET, set the ' Allowunsafeupdates ' property on SPWeb, using the following PowerShell statement:

$w = Get-spwebapplication Http://siteURL

$w. httpthrottlesettings

$w. Update ()

    1. If you visit the primary site, for example:http://sharepoint2013t:1000/ appears "Sorry, this site hasn ' t been gkfx with you. , while direct access to the actual jump page is no problem, you can Open this Web application(Web application) anonymous access in central administration, and then close

SharePoint 2013 Site Migration process

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.