docs: point T04 at the general backup object-storage path

This commit is contained in:
tegwick 2026-08-14 19:19:56 +02:00
parent b14d8268fe
commit 7965a7295f
3 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ ROOT="$(cd "$(dirname "$0")/.." && pwd)"
ATTR="$ROOT/substrate/object-stores/platform-audit-storage.yaml"
BAO_ADDR="${BAO_ADDR:-${VAULT_ADDR:-https://bao.coulomb.social}}"
BOOTSTRAP_PATH="platform/workloads/railiance/scaleway/bootstrap"
SCOPED_PATH="platform/workloads/railiance/backup/platform-pg-backup-s3"
SCOPED_PATH="platform/workloads/railiance/backup/object-storage"
REGION="nl-ams"
BUCKET="${BUCKET:-railiance-platform-pg-backup}"
PREFIX="${PREFIX:-platform-pg/}"
@ -135,5 +135,5 @@ print(f"endpoint={ENDPOINT} bucket={BUCKET} region={REGION}")
PY
echo "Cost alert: set a project budget in the Scaleway console if scw billing is unavailable."
echo "Scoped Barman key is T04: $SCOPED_PATH (not written here)."
echo "Scoped backup key is T04: $SCOPED_PATH (not written here)."
echo "done. Commit the YAML; do not commit any key."