kartoza / docker-pg-backup

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

pgenv.sh does no escaping, causing it to fail #6

Open fujiwara0 opened 8 years ago

fujiwara0 commented 8 years ago

In the postgress env settings I'm using the '&' character. This gives issues because it doesn't get escaped in pgenv.sh. The sourcing of the pgenv.sh file gives then an error which causes the backups not to run.