Console Output
15:09:46 [2025-11-14T15:09:46.064Z] + export PG_DB=****
15:09:46 [2025-11-14T15:09:46.064Z] + export PG_USER=****
15:09:46 [2025-11-14T15:09:46.064Z] + export POSTGRES_HOST=****
15:09:46 [2025-11-14T15:09:46.064Z] + export PGPASSWORD=****
15:09:46 [2025-11-14T15:09:46.064Z] + echo 🐳 Container status:
15:09:46 [2025-11-14T15:09:46.064Z] 🐳 Container status:
15:09:46 [2025-11-14T15:09:46.064Z] + docker compose ps
15:09:46 [2025-11-14T15:09:46.315Z] error while interpolating services.worker.environment.AUTHENTIK_SECRET_KEY: required variable AUTHENTIK_SECRET_KEY is missing a value: secret key required
15:09:46 [2025-11-14T15:09:46.315Z] + echo ❌ Could not get container status
15:09:46 [2025-11-14T15:09:46.316Z] ❌ Could not get container status
15:09:46 [2025-11-14T15:09:46.316Z] + echo 🔗 Testing database connection to external PostgreSQL...
15:09:46 [2025-11-14T15:09:46.316Z] 🔗 Testing database connection to external PostgreSQL...
15:09:46 [2025-11-14T15:09:46.316Z] + docker exec -e PGPASSWORD=**** **** psql -h localhost -U **** -d **** -c SELECT 1 as connection_test;
15:09:46 [2025-11-14T15:09:46.567Z] connection_test
15:09:46 [2025-11-14T15:09:46.567Z] -----------------
15:09:46 [2025-11-14T15:09:46.567Z] 1
15:09:46 [2025-11-14T15:09:46.567Z] (1 row)
15:09:46 [2025-11-14T15:09:46.567Z]
15:09:46 [2025-11-14T15:09:46.567Z] + echo 📊 Database statistics:
15:09:46 [2025-11-14T15:09:46.567Z] 📊 Database statistics:
15:09:46 [2025-11-14T15:09:46.567Z] + docker exec -e PGPASSWORD=**** **** psql -h localhost -U **** -d **** -c
15:09:46 [2025-11-14T15:09:46.567Z] SELECT
15:09:46 [2025-11-14T15:09:46.567Z] schemaname,
15:09:46 [2025-11-14T15:09:46.567Z] tablename
15:09:46 [2025-11-14T15:09:46.567Z] FROM pg_tables
15:09:46 [2025-11-14T15:09:46.567Z] WHERE schemaname = 'public'
15:09:46 [2025-11-14T15:09:46.567Z] LIMIT 5;
15:09:46 [2025-11-14T15:09:46.567Z]
15:09:46 [2025-11-14T15:09:46.818Z] schemaname | tablename
15:09:46 [2025-11-14T15:09:46.818Z] ------------+-----------
15:09:46 [2025-11-14T15:09:46.818Z] (0 rows)
15:09:46 [2025-11-14T15:09:46.818Z]
15:09:46 [2025-11-14T15:09:46.818Z] + echo 🌐 Checking Authentik server...
15:09:46 [2025-11-14T15:09:46.818Z] 🌐 Checking Authentik server...
15:09:46 [2025-11-14T15:09:46.818Z] + sleep 5
15:09:52 [2025-11-14T15:09:52.015Z] + docker compose ps server
15:09:52 [2025-11-14T15:09:52.015Z] + grep -q Up
15:09:52 [2025-11-14T15:09:52.266Z] error while interpolating services.server.environment.AUTHENTIK_SECRET_KEY: required variable AUTHENTIK_SECRET_KEY is missing a value: secret key required
15:09:52 [2025-11-14T15:09:52.266Z] + echo ⚠️ Authentik server status unclear
15:09:52 [2025-11-14T15:09:52.266Z] ⚠️ Authentik server status unclear
15:09:52 [2025-11-14T15:09:52.266Z] + docker compose ps worker
15:09:52 [2025-11-14T15:09:52.266Z] + grep -q Up
15:09:52 [2025-11-14T15:09:52.518Z] error while interpolating services.server.environment.AUTHENTIK_SECRET_KEY: required variable AUTHENTIK_SECRET_KEY is missing a value: secret key required
15:09:52 [2025-11-14T15:09:52.518Z] + echo ⚠️ Authentik worker status unclear
15:09:52 [2025-11-14T15:09:52.518Z] ⚠️ Authentik worker status unclear