server:replication_decomission
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
server:replication_decomission [2022/02/15 00:47] – created Scott Cunliffe | server:replication_decomission [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== DB Config File ===== | ===== DB Config File ===== | ||
- | On the server that your master Framework Server is installed, navigate in Windows File Explorer to the TapeTrack Installation folder (default = C:\Program Files\TapeTrack\TapeTrack Framework Server\var\db) and open the file DB_CONFIF | + | On the server that your master Framework Server is installed, navigate in Windows File Explorer to the TapeTrack Installation folder (default = C:\Program Files\TapeTrack\TapeTrack Framework Server\var\db) and open the file '' |
+ | {{open_db_config.gif}} | ||
===== Edit Config File ===== | ===== Edit Config File ===== | ||
Scroll to the bottom of the config file until you see the replication code section | Scroll to the bottom of the config file until you see the replication code section | ||
+ | |||
+ | < | ||
+ | rep_set_priority 1 | ||
+ | repmgr_site replicant-1.tapetrack.com 5010 | ||
+ | repmgr_site master.tapetrack.com 5010 db_local_site on db_group_creator on | ||
+ | </ | ||
+ | |||
+ | Add a hash tag to the start of the lines of code to convert them to comments so they will be skipped when TapeTrack loads the config file. | ||
< | < | ||
Line 14: | Line 23: | ||
# | # | ||
</ | </ | ||
+ | |||
+ | {{edit_db_config.gif}} | ||
+ | |||
+ | < | ||
+ | |||
+ | Save the file, ensuring that it saves as '' | ||
+ | |||
+ | |||
+ | |||
+ | ===== Stop The Server ===== | ||
+ | |||
+ | Follow instructions at [[server: | ||
+ | |||
+ | {{stop_server.gif}} | ||
+ | |||
+ | The embedded database used by TapeTrack uses transactional protection. This means that as updates are applied to the underlying database, they are first written to a log file. | ||
+ | |||
+ | If you plan to not make use of replication again disabling the replication subsystem will allow the database to automatically remove any log files that are no longer active and save on disk space. This can be accomplished easily by using the Framework Server Helper (recommended method) or by direct registry edit (advanced method). | ||
+ | |||
+ | Instructions for disabling the replication subsystem can be viewed at [[technote: | ||
+ | |||
+ | {{replication_false.gif}} | ||
+ | |||
+ | ===== Start The Server ===== | ||
+ | |||
+ | Follow instructions at [[server: | ||
+ | |||
+ | |||
+ | {{start_server.gif}} | ||
+ | |||
+ | |||
+ | You can now login to the TapeTrack Desktop Software as usual. | ||
+ | |||
+ | |||
+ | |||
+ | ===== Stop Replicant Database ===== | ||
+ | |||
+ | Navigate to the location of your Replicant Server installation and [[server: | ||
+ | |||
+ | {{tag> replication server registry technote }} | ||
+ | |||
+ | |||
+ | |||
+ | |||
server/replication_decomission.1644886056.txt.gz · Last modified: 2025/01/21 22:07 (external edit)