kartoza / docker-pg-backup

A cron job that will back up databases running in a docker postgres container
GNU General Public License v2.0
474 stars 106 forks source link

POSTGRES_PASS_FILE #28

Closed L-U-C-K-Y closed 4 years ago

L-U-C-K-Y commented 4 years ago

Hi all

Thanks for the great repos!

I'm trying to setup postgres and postgres-backup and was wondering if postgres-backup also supports POSTGRES_PASS_FILE environment command to set a secret.

Kind regards

NyakudyaA commented 4 years ago

@lucbas ideally it should. The image inherits from our upstream docker postgis.

L-U-C-K-Y commented 4 years ago

Thanks! I’m going to test and let you know.