Files
vulncheck/patches/feedback-2026-06-02
vulncheck 638f6de0a5 docs(runbook): stamp-or-upgrade one-liner + psql tip
Tested on the staging instance: the bare `alembic upgrade head` flow
errors out with "0 found when updating 027 to 028" when the
`alembic_version` table is empty (a state the pre-feedback DB on
docker-01 was in). Replace the single command with stamp-then-upgrade
so the same runbook works whether the version row is present or not.

Also add a tip on the right way to inspect alembic_version: Postgres
runs in its own container, `docker compose exec backend psql` hits
the wrong socket.
2026-06-02 14:51:01 +02:00
..