docker-postgres-backup-local
docker-postgres-backup-local copied to clipboard
Change boolean environment variables to case insensitive
Proposal to change all boolean environment variables to case insensitive. Currently this affects this variables:
-
BACKUP_ON_START
-
POSTGRES_CLUSTER
Comment:
It is apparently case sensitive changing it to
BACKUP_ON_START: "TRUE"
did the trick for me, but I'd suggest making it lowercase or even 1 instead of true for convenience.
Originally proposed by @TiraelSedai in https://github.com/prodrigestivill/docker-postgres-backup-local/issues/159#issuecomment-2352502245