Files
ansible-mysql/tests
Emilien Mantel 589754e618 Improve log management (#27)
* New log management (see #25)

- Add logrotate (as optional feature) setup
- Delete obsolete log management (log + log_slow_queries)

* Change log path
2018-03-08 13:01:34 +01:00
..
2018-03-08 13:01:34 +01:00
2015-07-12 12:15:59 +02:00
2017-06-28 16:23:15 +02:00
2017-06-01 15:33:09 +02:00

About tests

IMPORTANT

  • DO NOT vagrant up! My Vagrantfile provides many VMs...
  • Each slave communicate to his master. You can't mix mysql and mariadb.

Tests

  • vagrant up the master
  • vagrant up the slave

Wait master fully installed before run slave.

Example:

vagrant up jessie-upstream-mariadb-master
vagrant up jessie-upstream-mariadb-slave