| * Remove Stretch and Percona support * Delete root password management (On Buster, it uses socket auth) * Fix sync backups files master -> slave * Cleanup legacy code on replication slave * Use modern configuration * Debian buster configuration style * Drop logrotate management (useless) * Add new default values in defaults/main.yml (according with MariaDB doc) * Travis with Ansible 2.8+ * Drop feature "don't replicate mysql database" * Fully compatible with python3 | ||
|---|---|---|
| .. | ||
| group_vars | ||
| README.md | ||
| import1.sql | ||
| import2.sql | ||
| inventory | ||
| test.yml | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	About tests
IMPORTANT
- DO NOT vagrant up! My Vagrantfile provides many VMs...
- Each slave communicate to his master.
Tests
- vagrant up the-master
- vagrant up the-slave
Wait master fully installed before run slave.
Example:
vagrant up vbox-buster-default-master
vagrant up vbox-buster-default-slave