From ae558917f125b3f82ebfed1f6c60553906259215 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 10 Oct 2025 16:06:38 -0400 Subject: [PATCH] Add MariaDB auto-upgrade parameters to fix InnoDB initialization issues --- stack.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stack.yml b/stack.yml index a7ab9e2..979cc2f 100644 --- a/stack.yml +++ b/stack.yml @@ -60,6 +60,8 @@ services: - MYSQL_USER=woodpecker - MYSQL_PASSWORD=woodpecker - MYSQL_RANDOM_ROOT_PASSWORD=1 + - MARIADB_AUTO_UPGRADE=1 + - MARIADB_DISABLE_UPGRADE_BACKUP=1 volumes: - /mnt/tank/persist/nixc.us/woodpecker/production/db:/var/lib/mysql networks: