krishraghuram / mess

Mess Feedback System using RFID, Raspberry Pi and Django
GNU General Public License v2.0
0 stars 0 forks source link

Give instructions to setup mysql replication #10

Open krishraghuram opened 7 years ago

krishraghuram commented 7 years ago

https://www.digitalocean.com/community/tutorials/how-to-set-up-master-slave-replication-in-mysql

krishraghuram commented 6 years ago

The original intent of this was,

  1. Backup
  2. Submitting data to HAB office every month

But since then, the requirements have changed. The mysql replication will be done using cron jobs or something similar - purely for the purpose of backup.

Submitting data to HAB office will be done by exporting data from django admin.

Thus, this issue is purely a deployment/operations issue.