Files
deploy-app-kargo-private/test-env
XoR 8e06e8a78d fix(test-env): make PG entrypoint idempotent for PVC reuse
Image entrypoint uses set -e + CREATE USER without IF NOT EXISTS.
On PVC reuse the role already exists → entrypoint exits with code 1.
Patch: sed replaces CREATE USER with IF NOT EXISTS variant at startup.
2026-03-12 13:19:23 +03:00
..