I just got a .bak of my production site that I’m trying to restore to my local machine for development. When I try to run the following command…
Restore-SPSite http://mysite/ -Path C:\SharePointFiles\SiteBackup.bak
…I get the following message:
Your backup is from a different version of Microsoft SharePoint Foundation and cannot be restored to a server running the current version. The backup file should be restored to a server with version ‘14.0.0.7149’ or later.
But, my Central Admin is showing that the configuration database version is 14.0.7015.1000. That sounds like a later version to me… and I downloaded it TODAY!!! So, I’m not sure how it can be outdated already. Please help?
I’m running the command on Management Shell as Administrator. I tried to run upgrade-spcontentdatabase on the WSS_Content db, and it said it didn’t need to be upgraded. This makes no sense.