From 054be5aea12d767a577fc5688f7e66fd6d2a1a4f Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 9 Aug 2017 18:27:39 +0200 Subject: [PATCH] fbb-db - increase max connections --- customer/fbb-db/production.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customer/fbb-db/production.yaml b/customer/fbb-db/production.yaml index 257c073d..399c35e2 100644 --- a/customer/fbb-db/production.yaml +++ b/customer/fbb-db/production.yaml @@ -40,6 +40,8 @@ infra::profile::galera_cluster::override_options: max_allowed_packet: '128M' # temporaer FBBUBPP-33 sql-mode: "NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER" + # temporaerer Hotfix + max_connections: 600 mysql::server::backup::backupdir: /var/backup/mysql mysql::server::backup::backuprotate: '1' -- 2.39.5