I have a backup of a SharePoint 2007 site. Is it possible to restore this backup on a SharePoint 2010 server?
|
feedback
|
|
While you can't Restore, you can Upgrade. You've got three choices: in-place, database attach, and hybrid. This Visio poster is quite useful in summarising the options: | |||
|
feedback
|
|
No. In fact, you can only restore it to a SharePoint server that has the same exact version of SharePoint (patch level and all) - check the version of Microsoft.SharePoint.dll. | |||
feedback
|
|
"No. In fact, you can only restore it to a SharePoint server that has the same exact version of SharePoint (patch level and all) - check the version of Microsoft.SharePoint.dll." Not exactly true; you just need to have a later version of MOSS than the one you are upgrading the site from. You can also get the version by looking at the "Servers in Farm" link. http://(Your MOSS Server):(Your Admin Port)/_admin/FarmServers.aspx | |||
|
feedback
|
|
You can. Here are the steps
Test-SPContentDatabase –Name -WebApplication using powershell to make sure that all the required dependencies are available on the 2010 server.
Hope this helps -Sahil Sagar | |||
|
feedback
|
|
Create a site in SharePoint2010 and attach content database of your SharePoint 2007 site to your new SharePoint 2010 site. By this you can migrate your SharePoint 2007 site to SharePoint 2010. | |||
|
feedback
|
|
The 1st step is done 1.Take the backup of the content database from the SharePoint 2007 database server. But while doing this step, there's an error coming 2.restore it to the database server of the 2010 environment. This is giving the following error:= the media family on device is incorrectly formed. sql server cannot process this media family | |||
|
feedback
|
|
Use following steps
| ||||
feedback
|
|
In addition to microsoft link, here handy link for install and db attach upgrade method which we did: 1.http://sharepoint2010blog.blogspot.com/search/label/SharePoint%202010%20Installation 2.http://sharepoint2010blog.blogspot.com/2010/01/how-to-upgrade-to-sharepoint-2010-using_21.html | |||
|
feedback
|