CRM database move
-
quinta-feira, 12 de abril de 2012 13:33
At this moment I'm at a client which has 2 CRM servers. It seems that somewhere in the middle of an upgrade project things have stopped.
There are 2 CRM servers at the moment:
1 = version: 4.0.7333.1352 - Web Application Server, Organization Web Service, Discovery Web Service, Help Server, Asynchronous Processing Server, Deployment Web Service, SQL Server
2 = version: 5.0.9688.583 - Full Server, SQL Server
The DNS records all point to the new version 5 server. On both servers SQL server is installed and the databases are present. The Organization_MSCRM database is present on both servers. When I shutdown server 1 than CRM goes down. This tells me the databases on the Server 1 are being used.I want to create a new SQL Instance on Server 2 and move the databases from server 1 to this new SQL Instance. Then change the CRM configuration to this new SQL instance.
My question is:
- Is this possible and are there procedures I can follow?Thanks.
- Movido Andrii ButenkoMVP, Moderator quinta-feira, 12 de abril de 2012 13:35 (From:CRM Development)
Todas as Respostas
-
sexta-feira, 13 de abril de 2012 06:56
It's possible, crm 2011 supports named instances.
I would do the following:
- Backup ORG databases
- Install new instance of SQL 2008 on server 2
- Restore all ORG CRM DBs to named instance
- Uninstall CRM 2011
- Install CRM 2011
- Use deployment manager to import org
This is probably the simplest way I can think of. You could also try restoring the mscrm_config to the named instance and try to get it up and running that way.
- Sugerido como Resposta Jimmy Morales sexta-feira, 13 de abril de 2012 12:50
- Marcado como Resposta Ronald v Ackooij segunda-feira, 16 de abril de 2012 13:40
- Backup ORG databases
-
segunda-feira, 16 de abril de 2012 13:43
Thanks!
This sounds like the way to go for me!
I'll probably will not be able to get to this very soon, but this is very helpfull for my action plan I needed!Thanks again!
Gr,
Ronald