view scripts/backup-usps.sh @ 115:151bd88f6c56

DEP-12: update tomcat version and ms fonts installer
author smith@nwoca.org
date Thu, 27 Apr 2017 20:57:22 +0100
parents 334d65dac778
children 303259c08b7d
line wrap: on
line source
#!/bin/bash
 docker-compose run --rm uspsdb sh -c \
   "pg_dump -Cc --if-exists --host=uspsdb \
      --dbname=\$USPSDB_ENV_DB_NAME \
	  --username=\$USPSDB_ENV_DB_USER | gzip \
	  > /backup/\$USPSDB_ENV_DB_NAME.$(date +%Y-%m-%d-%H-%M-%S).backup.gz"