From 263ae347b53c1a6e00eccc2e9a2987f4755964ed Mon Sep 17 00:00:00 2001 From: Mike Morano Date: Sun, 24 Dec 2023 15:04:14 -0500 Subject: [PATCH] use pg16 in scripts as we have upgraded recently --- tools/publish_photos.sh | 2 +- tools/publish_videos.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/publish_photos.sh b/tools/publish_photos.sh index 79a7d584..c063bccb 100755 --- a/tools/publish_photos.sh +++ b/tools/publish_photos.sh @@ -16,7 +16,7 @@ PREVIEW_MODE= IMG_SIZE_PHOTOS=docker.io/aerisg222/maw-size-photos IMG_GLACIER_BACKUP=docker.io/aerisg222/maw-glacier-backup -IMG_POSTGRES=docker.io/postgres:15-alpine +IMG_POSTGRES=docker.io/postgres:16-alpine RAW_THERAPEE_CONFIG_DIR=/home/mmorano/maw_size_photos/rawtherapee-config/ RAW_THERAPEE_ENV_FILE=/home/mmorano/maw_size_photos/podman-env/rawtherapee.env CPUS_SIZE_PHOTOS=24 diff --git a/tools/publish_videos.sh b/tools/publish_videos.sh index 0072ffad..1981ca99 100755 --- a/tools/publish_videos.sh +++ b/tools/publish_videos.sh @@ -15,7 +15,7 @@ ALLOWED_ROLES= IMG_CONVERT_PHOTOS=docker.io/aerisg222/maw-convert-videos IMG_GLACIER_BACKUP=docker.io/aerisg222/maw-glacier-backup -IMG_POSTGRES=docker.io/postgres:15-alpine +IMG_POSTGRES=docker.io/postgres:16-alpine CPUS_CONVERT_VIDEOS=28 CPUS_GLACIER_BACKUP=12