mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-27 04:41:28 -07:00
Fix dump with mysqldump 8 against mysql 5.7
This commit is contained in:
parent
7fc8339418
commit
ec76110d12
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
|||
--ignore-table=mysql.innodb_index_stats
|
||||
--ignore-table=mysql.innodb_table_stats
|
||||
--master-data=2
|
||||
{% if db_engine == 'mysql' %}--column-statistics=0{% endif %}
|
||||
> {{ dump_path }}
|
||||
|
||||
- name: Restore the dump to replica1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue