I am trying to restore a Sharepoint2010 content database(SQL Server 2008 R2) to a Sharepoint 2013 contentDB(SQL Server 2008 R2), on two different servers.
On running the Mount-ContentDatabase command in Sharepoint Management Shell I am getting the following error.
sequence [Microsoft.sharepoint.upgrade.spcontentdatabasesequence]cannot upgrade an object [spcontentdatabasename name]whose build version[12.0.0.6565]is too old. upgrade requires [14.0.4762.1000] or higher
Though its clear that there is some version issue but I have done a couple of migrations earlier using same two DB Servers, didn't face any problem. Any idea why this error came all of sudden and how to fix it?