You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
450 B

4 years ago
  1. # General notes
  2. Script for fast launch mysql/mariadb replication between two servers.
  3. Support only Master-Slave replication.
  4. ## TODO
  5. + optionally for master-master replication
  6. # Launch replication
  7. - prepare configs in .my.cnf and .remote.my.cnf
  8. - create _config.sh and chose who is databases has replication
  9. - launch `start-replication.sh`
  10. You may use tee for intercept error to log like: `./start-replication.sh 2>&1 | tee -a replication.log`