sagedemage / steam_game_review

A website to review Steam games you own and games recommended to you.
MIT License
0 stars 0 forks source link

DB replication #32

Closed sagedemage closed 11 months ago

sagedemage commented 1 year ago

DB replication

Write documentation to perform DB replication. If possible, write a script to automate this process.

Resources

sagedemage commented 1 year ago
git fetch origin
git checkout 32-db-replication
hk442 commented 12 months ago

FIX FOR Step 3: Change replica_user to replica_admin in GRANT command: "GRANT REPLICATION SLAVE ON . TO 'replica_user'@'replica_server_ip';"