docker-postgres-backup-local icon indicating copy to clipboard operation
docker-postgres-backup-local copied to clipboard

Change boolean environment variables to case insensitive

Open prodrigestivill opened this issue 5 months ago • 0 comments

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

prodrigestivill avatar Sep 25 '24 16:09 prodrigestivill