mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 04:12:02 +00:00
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:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user