Update somie comments

This commit is contained in:
Emilien Mantel
2018-03-17 18:47:35 +01:00
parent 0b0e395072
commit adf9e6074f
6 changed files with 9 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
mode: stopslave
- name: COMMAND | Migrate to MariaDB GTID
command: mysql -e "CHANGE MASTER TO master_use_gtid=current_pos";
command: mariadb -e "CHANGE MASTER TO master_use_gtid=current_pos";
- name: MYSQL_REPLICATION | Start slave
mysql_replication:

View File

@@ -32,7 +32,7 @@
mariadb_datadir: "{{ datadir.msg }}"
mariadb_binlog_info: "{{ datadir.msg }}/xtrabackup_binlog_info"
- name: SERVICE | Stop MySQL before importing data
- name: SERVICE | Stop MariaDB before importing data
service:
name: mysql
state: stopped