hi i created cron job from blueprint yaml following Backup PostgreSQL to Amazon S3 | Render Docs
to backup my pg to s3
bludprint yaml: postgres-s3-backups/render.yaml at main · Weixuanf/postgres-s3-backups · GitHub
my pg version is 16, its hosted on render so i set my env var POSTGRES_VERSION as 16
But i got this error when building my cron job: #10 0.068 POSTGRES_VERSION must be one of 11, 12, 13, 14, 15
Can you support pg 16 backup? thank you!
#9 [4/6] COPY install-pg-dump.sh .
#9 DONE 0.0s
#10 [5/6] RUN "/scripts/install-pg-dump.sh"
#10 0.068 POSTGRES_VERSION must be one of 11, 12, 13, 14, 15
#10 ERROR: process "/bin/sh -c \"/scripts/install-pg-dump.sh\"" did not complete successfully: exit code: 1
------
> [5/6] RUN "/scripts/install-pg-dump.sh":
0.068 POSTGRES_VERSION must be one of 11, 12, 13, 14, 15
------
Dockerfile:9
--------------------
7 | WORKDIR /scripts
8 | COPY install-pg-dump.sh .
9 | >>> RUN "/scripts/install-pg-dump.sh"
10 |
11 | COPY backup.sh .
--------------------
error: failed to solve: process "/bin/sh -c \"/scripts/install-pg-dump.sh\"" did not complete successfully: exit code: 1
error: exit status 1