I want to copy a site collection from a SharePoint 2010 farm to SharePoint 2013 farm.
I searched the web, and saw some process, but it seems that something missing.
I tried this article: http://artykul8.com/2014/10/backup-restore-migration-sp2013/
What I did is the following:
- Create a site collection with the same name at sp13 farm.
- Backup site content DB with SQL studio in SP10, and copied it to sp13 db.
- Restore the db with SQL studio at SP13
- On SP13 - run
Test-SPContentDatabasecommand (passed OK) - On SP13 - run
Mount-SPContentDatabase, I get an error that DB is already exist
create a site collection with the same name at sp13 farm.