From 14458502895ac7bb10085bb84092c08fdacc9964 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Thu, 29 Jun 2017 16:42:43 +0200 Subject: [PATCH] fbb-db - Set sql-mode FBBUBPP-33 --- customer/fbb-db/development.yaml | 2 ++ customer/fbb-db/production.yaml | 2 ++ customer/fbb-db/test.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/customer/fbb-db/development.yaml b/customer/fbb-db/development.yaml index 852d769b..6110f02b 100644 --- a/customer/fbb-db/development.yaml +++ b/customer/fbb-db/development.yaml @@ -10,6 +10,8 @@ mysql::server::backup::backuppassword: ENC[PKCS7,MIIBiQYJKoZIhvcNAQcDoIIBejCCAXY mysql::server::override_options: mysqld: bind-address: 0.0.0.0 + # temporaer FBBUBPP-33 + sql-mode: "NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER" infra::profile::mysql_server::databases: mobile_apps_backend: diff --git a/customer/fbb-db/production.yaml b/customer/fbb-db/production.yaml index f9e62a89..a53066f9 100644 --- a/customer/fbb-db/production.yaml +++ b/customer/fbb-db/production.yaml @@ -35,6 +35,8 @@ infra::profile::galera_cluster::override_options: wait_timeout: '600' interactive_timeout: '600' max_allowed_packet: '128M' + # temporaer FBBUBPP-33 + sql-mode: "NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER" mysql::server::backup::backupdir: /var/backup/mysql mysql::server::backup::backuprotate: '1' diff --git a/customer/fbb-db/test.yaml b/customer/fbb-db/test.yaml index eaaef08a..d16b0a7d 100644 --- a/customer/fbb-db/test.yaml +++ b/customer/fbb-db/test.yaml @@ -35,6 +35,8 @@ infra::profile::galera_cluster::override_options: wait_timeout: '600' interactive_timeout: '600' max_allowed_packet: '128M' + # temporaer FBBUBPP-33 + sql-mode: "NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER" mysql::server::backup::backupdir: /var/backup/mysql mysql::server::backup::backuprotate: '1' -- 2.39.5