add the db name to the object name in s3 #473

Closed
opened 2026-04-05 16:16:32 +02:00 by MrUnknownDE · 0 comments
Owner

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.

*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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/databasus#473