Moving the SharePoint Databases to a new SQL server instance
(Updated 20071004)
Well, you just have a brand new database server and you need to move all the databases from your old SQL server to the new SQL server.
This is what I did to change the SQL server instance of an existing EPM farm.
You cannot just backup and restore (or detach it) the databases. This is because the configuration database of your farm cannot be restored to a new SQL server. You have to use the backup/restore tools described here for EPM : https://technet2.microsoft.com/Office/en-us/library/8aee655b-1f87-4729-bf30-e79ad0debeec1033.mspx?mfr=true
This farm is configured with two separate servers: one web/application server and one sql server..
- Using the SharePoint Central Admin, make a full backup the whole farm.
- Start the SharePoint Products and Technologies Configuration Wizard and disconnect the web server from the farm
- Using the SharePoint Products and Technologies Configuration Wizard define a new farm in the SQL server, that creates a new configuration database
- (Updated) Using the SharePoint Central Admin restore the full backup in your new farm, running it twice. Select New configuration to be able to change the Database name.
- Restore first the content database
- Restore the SSP and its content
Enjoy your new SQL server !
In a next post, I will detail what you need to manually redo in your restored envirornment, depending on your original configuration.
Comments
Anonymous
July 05, 2007
Well, you just have a brand new database server and you need to move all the databases from your oldAnonymous
September 20, 2007
Steven, An interesting thing to note... while trying to create the new farm I got an error after the central admin configuration page. I don't have the exact text of the error anymore because I found the problem and can't reproduce the error... but the key words were: An error occurred validating configuration settings... system.runtime.interopservices.comexception thrown... Path not found... I had to delete the virtual servers and application pools related to sharepoint in IIS before it would allow me to continue. Posting this to your comments hoping that someone else seeing the same problem will see your quick instructions and the error message in the same context. Cheers! jamesAnonymous
September 20, 2007
Thanks, good point. You need to take into account the current state of your destination to restore the backup. It is better to clean it before restoring. StevenAnonymous
October 14, 2008
Movimiento de bases de datos de SharePoint (distintas opciones) SharePoint Site Moves, Database MovesAnonymous
October 14, 2008
Movimiento de bases de datos de SharePoint (distintas opciones) SharePoint Site Moves, Database MovesAnonymous
October 14, 2008
Movimiento de bases de datos de SharePoint (distintas opciones) SharePoint Site Moves, Database Moves