I currently am in middle of migrating sharepoint 2010 site to another server. My current version of SharePoint server database says:
Database Schema Versions
Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence Current Schema Version: 4.0.145.0, Maximum Schema Version: 4.1.10.0Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence2 Current Schema Version: 4.0.8.0,
Maximum Schema Version: 4.1.3.0
Microsoft.SharePoint.Administration.SPContentDatabase Current Schema Version: 14.0.4762.1000, Maximum Schema Version: 14.0.6112.5000
But the destination server says:
Configuration Database version 14.0.6112.5000
Content Database
->SPContentDatabaseSequence – Current: 4.1.10.0 Max: 4.1.10.0
->SPContentDatabaseSequence2 – Current: 4.1.3.0 Max: 4.1.3.0
->SPContentDatabase – Current: 14.0.6112.5000 Max: 14.0.6112.5000
How do I update my first server to meet requirement of second server?
I know that we have to install a patch. Where would I find it? Could you also please explain the precautions I should take before I update the database of my SharePoint server?