2020-10-17 00:19:28 +03:00
2020-10-17 00:19:28 +03:00
2020-10-16 16:54:25 +03:00
2020-07-04 20:05:43 +03:00
2020-07-04 20:05:43 +03:00
2020-10-07 10:59:15 +03:00

General notes

Script for fast launch mysql/mariadb replication between two servers. Support only Master-Slave replication.

TODO

  • optionally for master-master replication

Launch replication

  • prepare configs in .my.cnf and .remote.my.cnf
  • create _config.sh and chose who is databases has replication
  • launch start-replication.sh

You may use tee for intercept error to log like: ./start-replication.sh 2>&1 | tee -a replication.log

Description
No description provided
Readme 70 KiB
Languages
Shell 100%