2aec278e00
- Support Debian Stretch (MariaDB debian/upstream + Galera) - Doc updated - New travis tests (with Vagrant) - Drop support of mysql_innodb_additional_mem_pool_size - Xtrabackup optionnal installation + package name updatable - Fix many issues with replication (Ansible 2.3) - Auto-retreive master IP address on tests - MySQL tools per OS release |
||
---|---|---|
.. | ||
group_vars | ||
README.md | ||
import1.sql | ||
import2.sql | ||
inventory | ||
test.yml | ||
travis.sh | ||
travis.yml |
README.md
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