mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
add the db name to the object name in s3 #473
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @coder966 on 9/1/2025
currently, the object name is a uuidv4 only. addin the db name to the file name is needed since if you lose access to postgresus then you can't make sense of the backup files in s3 bucket. But if you prepend the name to the object name then its easy.
This is because multiple dbs are being backed up to the same s3 bucket. And since there's a limit on the number of buckets per user account on aws and other compatible providers, creating a bucket for each db is not possible.