From 234a6b339426a0e9e3d685dba061a003c0b39c13 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Fri, 10 Jan 2025 14:40:40 +0100 Subject: [PATCH] More storage on the new BBM We can increase replication storage on the BBM since storage is not limiting anymore. This will give us more time to fix replication problem if they occur in the future. No impact on DEV, needs to be pushed on PROD but DB restart should probably be planned. --- docker-compose/mariadb-config/prod/mariadb.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/mariadb-config/prod/mariadb.cnf b/docker-compose/mariadb-config/prod/mariadb.cnf index 2cc848f4..22040129 100644 --- a/docker-compose/mariadb-config/prod/mariadb.cnf +++ b/docker-compose/mariadb-config/prod/mariadb.cnf @@ -36,7 +36,7 @@ server-id = 1 log-basename = mariadb log_bin -expire_logs_days = 5 +expire_logs_days = 14 max_binlog_size = 100M binlog_format = MIXED # the following permits to simplify the process of moving a replica to a