puppet: Switch which S3 bucket we backup Postgres to

The old bucket was versioned and didn't allow deletes.  This was
great for paranoia, but not so great for being able to delete old
backups.

(imported from commit be79b5c582ca5ee466cdfea6d3093b6d5ba0e23d)
This commit is contained in:
Zev Benjamin
2013-05-10 12:14:18 -04:00
parent 1b6514b89f
commit 33b3b1fa62

View File

@@ -1,5 +1,5 @@
#!/bin/sh
export AWS_ACCESS_KEY_ID=xxxxxxxxxxxxxxxxxxxx
export AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
export WALE_S3_PREFIX=s3://humbug-postgres
export WALE_S3_PREFIX=s3://humbug-postgres-backups
exec /usr/local/bin/wal-e "$@"