How to move the LobbyCentral Database
This article will explain how to move your LobbyCentral database to a new server.
Notice: Before you begin, you will need to know the LobbyCentral database username and password which can be found in c:\program files\fuhr software\lobbycentral\server\lobbycentralservice.exe.config.
- Using SQL Management Studio, connect to the existing LobbyCentral database and perform a full database back-up.
- Copy the file to the new database server.
- Disconnect and connect to the new database server.
- Restore the LobbyCentral database.
- Expand the LobbyCentral database and the Security, Users section.
- If present, delete the LobbyCentral or lobbyCentralUser account.
- Expand the Security, Logins section under the database server.
- Create a new login account using the same username and password found in the LobbyCentralService.exe.config file.
- In User Mappings, grant the “dbo” role for the LobbyCentral database.
- Update the LobbyCentralService.exe.config file and change the DataSource property from the old database server name to the new.
- Update c:\program files\fuhr software\lobbycentral\web\CustomerSettings.config and change the DataSource property to the new server name.