1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added a mariadb replica watcher to fix replication issues

This commit is contained in:
2025-09-30 16:31:43 -04:00
parent 3e1ae22b6b
commit d0f19e855f
4 changed files with 206 additions and 2 deletions

View File

@@ -14,6 +14,11 @@ stringData:
gmailpassword: PUT_EMAIL_PASSWORD_HERE # gmail password
gmailemail: PUT EMAIL ADDRESS HERE
passenger_pool_size: "2"
# Replication credentials (create a dedicated user for replication)
replication_user: replica_user_here
replication_password: PUT_REPLICATION_PASSWORD_HERE
# Replication host used by the replica to connect to the master
replication_host: wrestlingdev-mariadb
# OPTIONAL
# DELETE THESE LINES IF YOU'RE NOT USING THEM
influxdb_database: PUT INFLUXDB DATABASE NAME HERE