Replies: 1 comment 1 reply
-
Hi! Thank you for sharing your feedback. I would appreciate if you could share a convenient way how it might look like (e.g. CMD options, config attributes, etc.). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm setting up a daily job dumping data from various Postgres servers across multiple AWS accounts in a single bucket accessible to our developers, so that they can get their hands on a masked dump of a production-level database from a specific server and a specific version.
Right now, the
list-backups
table only shows the timestamp and the source DB name. All our instances use the same database name, and the timestamp/version relationship is not straightforward.I wonder if I can tag/name the dumps during export?
Beta Was this translation helpful? Give feedback.
All reactions