Commit7a03066
fix: DB connection string with inline credentials
1 file changed+1−17a03066d49f1eb0d4eb8d597e026f63866bbf558
1 changed file+1−1
Modifieddocs/ops/DEPLOYMENT_RUNBOOK.md+1−1View fileUnifiedSplit
@@ -38,7 +38,7 @@ ecosystem, **not** as a paid product.
3838 `gluecron`.
39392. From the project dashboard, copy the pooled connection string.
4040 It looks like:
41 `postgresql://user:pass@ep-xxx.eu-west-2.aws.neon.tech/neondb?sslmode=require`
41 `postgresql://user:REDACTED@ep-xxx.eu-west-2.aws.neon.tech/neondb?sslmode=require`
42423. Save this value — it becomes `DATABASE_URL` in Phase 3.
43434. **Do NOT run migrations yet.** The container runs them as its
4444 release step (see `fly.toml` → `[deploy] release_command`).
4545