Copy SharePoint 2010 site collection site / web application

I have a SharePoint 2010 web application with one site collection. I want to copy this site collection to a new web application on the same server.

I took a backup and restored it to a new database on sql server. Then I created a new web application with a temporary database, which I deleted from the web application. Then I added a restored copy of the original web application to the new web application.

The problem is that the recently added content database shows 0 site collections, but in fact there is 1 single site.

I assume this has something to do with id? I tried to add the contents of db both with the assignment of a new identifier and without it.

Any idea how you can copy a site collection to a new web application on a single server?

- Christian

+3
source share
2 answers

Try using import / export. The main difference between import / export and backup / restore is that import / export generates new Guides.

http://technet.microsoft.com/en-us/library/ee428301.aspx

+3
source

Use Windows PowerShell to export a site, list, or document library to SharePoint Server

Windows PowerShell , script, . , Windows PowerShell

Verify that you meet the following minimum requirements: See Add-SPShellAdmin.

On the Start menu, click All Programs.

Click Microsoft SharePoint 2010 Products.

Click SharePoint 2010 Management Shell.

At the Windows PowerShell command prompt, type the following command:
-1

Source: https://habr.com/ru/post/1780617/


All Articles