I have a backup of a SharePoint 2007 site. Is it possible to restore this backup on a SharePoint 2010 server?

link|improve this question
feedback

8 Answers

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:

Microsoft SharePoint Server 2010 Upgrade Approaches

link|improve this answer
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.

link|improve this answer
I have restored 2007 backups to servers with higher (but not lower) versions. – strongopinions Mar 11 '10 at 20:33
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

link|improve this answer
feedback

You can.

Here are the steps

  1. Take the backup of the content database from the SharePoint 2007 database server.
  2. restore it to the database server of the 2010 environment.
  3. Run the cmdlet

Test-SPContentDatabase –Name -WebApplication

using powershell to make sure that all the required dependencies are available on the 2010 server.

  1. create a new web application on the 2010 server and add the content database to it.
  2. upgrade the visual look of the web application by doing to the site settings.

Hope this helps

-Sahil Sagar

link|improve this answer
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.

link|improve this answer
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

link|improve this answer
feedback

Use following steps

  1. Restore the backup of your PROF, SITES and SERV databases to your SQL server, creating a new name for them in the process. *Note: Do not restore the configuration database.
  2. Install SharePoint 2003 on your test server.
  3. On the "Specify Configuration Database Settings" page, choose Create Configuration Database.
  4. Enter your SQL Server name and instance.
  5. Create a unique Configuration database name, and click OK.
  6. Complete the SharePoint 2003 installation.
  7. Install any SharePoint service packs or security updates that were in place in the initial environment. This is very important. If you do not have the new environment on the same patch level as the old, you may run into problems getting SharePoint to attach to the database.
  8. Re-associate the restored SQL database with your new SharePoint test environment:
    1. In Central Administration, click on SharePoint Portal Server.
    2. In the Portal Site and Virtual Server Configuration section, go to List and manage Portal Sites.
    3. Click on Restore Portal Site
    4. Choose the "Restore a Portal" radio button.
    5. Enter the SQL server and instance name, and then the name of the restored databases.
  9. Click Ok, and OK again to confirm the Portal Site creation.
  10. Hopefully at this point you get an "Operation Successful" message.
  11. Reboot the server, and verify that your sites are being served.

Sharepoint recovery

link|improve this answer
Your solution is unrelated to either SharePoint version mentioned in the question. – pauliephonic Apr 4 '11 at 10:30
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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown