mirror of https://github.com/zulip/zulip.git
wal-g: Set WALG_S3_PREFIX, instead of WALE_S3_PREFIX.
The `WALE_` prefix was only used for backwards compatibility. Switch to the canonical variable name.
This commit is contained in:
parent
052984bc14
commit
52eacd30c5
|
@ -21,5 +21,5 @@ if ! s3_backups_bucket=$(crudini --get "$ZULIP_SECRETS_CONF" secrets s3_backups_
|
|||
echo "Could not determine which s3 bucket to use:" "$s3_backups_bucket"
|
||||
exit 1
|
||||
fi
|
||||
export WALE_S3_PREFIX="s3://$s3_backups_bucket"
|
||||
export WALG_S3_PREFIX="s3://$s3_backups_bucket"
|
||||
exec /usr/local/bin/wal-g "$@"
|
||||
|
|
Loading…
Reference in New Issue