Hi,
I do have little bit of a situation in my environment We run vCenter 5.1 and its database is on Microsoft SQL 2005. Our version of 5.1 vCenter is not compatible with SQL 2012 (I have checked that). I have plan soon to update to vCenter 5.5 but as we know vCenter 5.5 is not compatible with SQL 2005. We plan to move vcenter database to SQl 2012 standard and then perform upgrade to 5.5.
My database guy says that he will first backup database and then restore it on 2008 R2 and after that move it to SQL Server 2012. Then we will create new ODBC connection and connect vCenter 5.5 to the new database during upgrade.
VMware sent me this linkVMware KB: Migrating the vCenter Server database from SQL Express to full SQL Server
which basically says that we should create new database and then overwrite it with the backup. I was planing just to use existing database restore it on SQL Server and then new ODBC connection to this database.
How would you approach to this
Regards