fix: use postgres-backup bucket for S3 storage
All checks were successful
Deploy Prefect Flows / deploy (push) Successful in 50s

This commit is contained in:
2026-02-01 09:31:34 +00:00
parent d1c9450a79
commit 66118b9fa4

View File

@@ -29,8 +29,8 @@ def main():
"pg_database": "netbox",
"pg_user": "netbox",
"pg_password": "", # À définir via l'UI ou variables
"s3_bucket": "backups",
"s3_prefix": "postgresql/netbox",
"s3_bucket": "postgres-backup",
"s3_prefix": "netbox",
"aws_credentials_block": "garage-credentials",
},
tags=["backup", "postgresql", "netbox"],