Postgres to S3 backup cron template rror
matthewrevell
HOBBYOP

2 years ago

Hi. I just installed the Postgres S3 backup cron template in my project.

The logs show an error of:

pg_isready: error: too many command-line arguments (first is "my local Postgres URL")

Has something changed in the arguments that pg_isready expects since the template was last updated?

Thanks!

3 Replies

brody
EMPLOYEE

2 years ago

Have you properly set the database url?


matthewrevell
HOBBYOP

2 years ago

hey, yeah I'm using ${{Postgres.DATABASEPRIVATEURL}} which results in the correct private network URL showing up in the env variable.



Loading...