From a0362b0142f58f7e77f68f8482be0fad959c8979 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sun, 28 Dec 2025 15:41:22 +0000 Subject: [PATCH] push --- mist_infra/scripts/backup_k8s_storage_to_s3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mist_infra/scripts/backup_k8s_storage_to_s3.sh b/mist_infra/scripts/backup_k8s_storage_to_s3.sh index 9909ae9..e667643 100644 --- a/mist_infra/scripts/backup_k8s_storage_to_s3.sh +++ b/mist_infra/scripts/backup_k8s_storage_to_s3.sh @@ -33,7 +33,7 @@ TAR_EXCLUDES=( case "$ENVIRONMENT" in dev) PG_SECRET_NAME="postgres-secret" - PG_POD_SELECTOR="app=postgres-dev" + PG_POD_SELECTOR="app=postgres" S3_PREFIX="dev" ;; prod)