Setting Up Replication
Search
Setting Up Replication
Follow the steps below to set up Replication for a new track.
- Grab the latest version of the database and ClubSpeed folders from another location; best to inquire a manager as to what track will be better for the location you’re currently building in the event they have more than two locations.
- Run 2 truncate scripts (both located under the Replication category in ZenDesk)
- In the Database copied over, update LocationID setting in ControlPanel
- Ensure that the following settings in the ControlPanel are set to true
- ReplicateCustomerInfo
- ReplicateFB_Customer
- Add IP address of new server into locations by opening IIS and going to Default Web Site > SP_Services and opening up the IP/Domain Restrictions
- Add the new location’s public IP address to ALL location servers (including new location) by going into the Database, ClubSpeedV8 > Locations table. You can use the script below and adjust to the track you’re modifying
- *NOTE: If the sub-domain is already set up to their public IP, you can insert the sub-domain instead of the IP in the Locations table
- insert into clubspeedv8.dbo.locations(locationid,locationname,ipaddress,timeoutMS, disabled, OnlineBookingName)
values(LocationID,'Name Of Track','licensename.clubspeedtiming.com','5000', 'False', 'Name of Track')
- insert into clubspeedv8.dbo.locations(locationid,locationname,ipaddress,timeoutMS, disabled, OnlineBookingName)
- Values to replace in the above script:
- LocationID – Match to what you inserted into the LocationID setting in the ControlPanel of the new location
- Name Of Track – Add the name of the new track
- licensename.clubspeedtiming.com – Change the licensename part to the new track’s sub-domain
- Set up the replication task in the Task Scheduler
- Run the customer signature program. You can download it from the Club Speed Colo or from the attachment on this document.
If you'd like to "catch up" the new location, follow our guide on Catching a Track Up on Replication
7z (555 KB)