fix: use postgres-backup bucket for S3 storage
All checks were successful
Deploy Prefect Flows / deploy (push) Successful in 50s
All checks were successful
Deploy Prefect Flows / deploy (push) Successful in 50s
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user