In the event of your master server going offline and you need to restore your replicant database from read only to fully functional master server you will need to:
Navigate to TapeTrack Framework Server installation folder (default installation location C:\Program Files\TapeTrack\TapeTrack Framework Server)
Stop the TapeTrack Framework Service.
Open the file TapeTrack\TapeTrack Framework Server\var\db\DB_CONFIG in a text editor such as Notepad.
Using the # symbol comment out the lines of code:
rep_set_priority 0 repmgr_site replicant-1.tapetrack.com 5010 db_local_site on repmgr_site master.tapetrack.com 5010 db_bootstrap_helper on rep_set_config DB_REP_CONF_BULK on
to match the following example
#rep_set_priority 0 #repmgr_site replicant-1.tapetrack.com 5010 db_local_site on #repmgr_site master.tapetrack.com 5010 db_bootstrap_helper on #rep_set_config DB_REP_CONF_BULK on
Save the file.
Restart the TapeTrack Framework Service.
The Framework server will now function as a master server and not a replicant.