🐛 Fix crash on non upstream calls with bad import sql file
parent
2fd648e62e
commit
bd8f9604f7
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
- name: COPY | Deploy first dump
|
- name: COPY | Deploy first dump
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: files/import1.sql
|
src: ../_shared/files/import1.sql
|
||||||
dest: /tmp/import1.sql
|
dest: /tmp/import1.sql
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
|
|
|
@ -110,8 +110,8 @@ slow_query_log = 1
|
||||||
|
|
||||||
# MariaDB default is Latin1, but in Debian we rather default to the full
|
# MariaDB default is Latin1, but in Debian we rather default to the full
|
||||||
# utf8 4-byte character set. See also client.cnf
|
# utf8 4-byte character set. See also client.cnf
|
||||||
character-set-server = utf8mb4
|
character-set-server = utf8mb4
|
||||||
character-set-collations = utf8mb4=uca1400_ai_ci
|
collation-server = utf8mb4_general_ci
|
||||||
|
|
||||||
#
|
#
|
||||||
# * InnoDB
|
# * InnoDB
|
||||||
|
|
Loading…
Reference in New Issue