From 8b2bf975132905a21b583a3401c7f4739b3dbfd1 Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 18 Sep 2025 13:43:02 -0400 Subject: [PATCH] fix(ci): RUN_MANUAL_MIGRATIONS=true (#10377) This variable was renamed and not updated in our docker-compose.yml, causing intermittent errors like this one: https://github.com/firezone/firezone/actions/runs/17835644646/job/50712540454 --- scripts/compose/portal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compose/portal.yml b/scripts/compose/portal.yml index 268897acd..90d970bc2 100644 --- a/scripts/compose/portal.yml +++ b/scripts/compose/portal.yml @@ -53,7 +53,7 @@ services: image: alpine:latest # Dummy, will always be overridden. environment: # Database - RUN_CONDITIONAL_MIGRATIONS: "true" + RUN_MANUAL_MIGRATIONS: "true" DATABASE_HOST: postgres DATABASE_PORT: 5432 DATABASE_NAME: firezone_dev