fix: avoid recursive PostGIS startup ownership rewrite
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-22 03:58:56 +02:00
parent ab01c93d49
commit 20da1d3dd4
4 changed files with 12 additions and 1 deletions
+3
View File
@@ -3676,6 +3676,9 @@ Validation:
- A live Tower deploy exposed PostGIS crash recovery exceeding the former
startup/deploy waits. Raised both bounded waits to 15/16 minutes and added a
release regression so recovery can finish without a premature rollback.
- The same live restart exposed an unconditional recursive `chown` over the
persistent database. Replaced it with root-directory ownership only to avoid
rewriting relation metadata and delaying every all-in-one startup.
This file must be updated by Codex after each implementation pass.