Fix dump with mysqldump 8 against mysql 5.7

This commit is contained in:
Laurent Indermuehle 2023-01-09 18:59:09 +01:00
parent 7fc8339418
commit ec76110d12
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -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