Skip to content

Instantly share code, notes, and snippets.

@techgaun
Created June 9, 2014 07:12
Show Gist options
  • Select an option

  • Save techgaun/fcb7465c27dd440cfcc3 to your computer and use it in GitHub Desktop.

Select an option

Save techgaun/fcb7465c27dd440cfcc3 to your computer and use it in GitHub Desktop.
OpenShift Origin Cron for WAL-E
#!/bin/bash
# more at http://www.techgaun.com/2014/06/postgresql-backup-to-amazon-s3-on.html
if [ $OPENSHIFT_POSTGRESQL_DIR ]; then
/usr/bin/envdir /etc/wal-e.d/env /bin/wal-e backup-push ${OPENSHIFT_POSTGRESQL_DIR}data
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment