Quick tip: Troubleshoot “Your backup is from a different version of Windows SharePoint Services and cannot be restored to a server running the current version.”

If you’re trying to restore a SharePoint 2007 backup file of a site from one SharePoint installation to another, you might get the following error:

Your backup is from a different version of Windows SharePoint Services and cannot be restored to a server running the current version. The backup file should be restored to a server with version ‘12.0.0.xxxx’ or later.

The message is actually spot on. What happens is actually identified in the second sentence. The backup file expects a specific SharePoint version to install to. If that version is not present (or, a newer one), the restore command will not succeed. You need to apply the patch or service pack that will raise your SharePoint installation to at least the version number of the SharePoint installation where your backup file came from.

PS: To install the backup file, you will need to powershell the following command:

stsadm.exe -o restore -url siteCollectionURL -filename “navigationPath\backupFile.bak” -overwrite

MGR: the Intelogist

About MGR: the Intelogist

SharePoint Server developer, turned Sitefinity developer, turned Angular developer, turned SharePoint Online consultant, turned Unily consultant, turned O365 consultant... Never a dull moment!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> 

This site uses Akismet to reduce spam. Learn how your comment data is processed.