From bf20b4a78fe90962e5dd7444f4278ac8b64810ca Mon Sep 17 00:00:00 2001 From: Bas van den Wollenberg Date: Sat, 11 Apr 2026 04:27:16 +0200 Subject: [PATCH] fix: use correct postgres container path for quadlet as well --- deploy/quadlets/tranquil-pds-db.container | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/quadlets/tranquil-pds-db.container b/deploy/quadlets/tranquil-pds-db.container index 2fffbac..3b83273 100644 --- a/deploy/quadlets/tranquil-pds-db.container +++ b/deploy/quadlets/tranquil-pds-db.container @@ -7,7 +7,8 @@ Pod=tranquil-pds.pod Environment=POSTGRES_USER=tranquil_pds Environment=POSTGRES_DB=pds Secret=tranquil-pds-db-password,type=env,target=POSTGRES_PASSWORD -Volume=/srv/tranquil-pds/postgres:/var/lib/postgresql/data:Z +# In memory of @cute.kyu.re when Lewis forgot to remove "/data" here after removing it from the compose file and another account was tragically lost :( +Volume=/srv/tranquil-pds/postgres:/var/lib/postgresql:Z HealthCmd=pg_isready -U tranquil_pds -d pds HealthInterval=10s HealthTimeout=5s