Replies: 1 comment
-
I think, this is what you need. the only thing I couldn't figure out is the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Between the Operator, Patroni, Spilo and WAL-G, I'm not sure which is the correct project to ask this, so I'm starting at the top ;)
We are currently using the Postgres Operator with logical backups to MinIO. All essential settings (MinIO coordinates, credentials, ...) are done in operator settings. This allows projects to easily opt in/out to the backups by setting
enableLogicalBackup
in their PostgreSQL resource definition.We would now like to enable projects to switch over to WAL-G plus base backups. This should be opt-in, and we would like to avoid the need for projects to deal with the MinIO nitty gritty as far as possible. However, unlike logical backup, there does not seem to be a neat switch to toggle this backup mode.
So my question is: Which settings actually toggle WAL-G/base backups? I.e. what's the minimal amount of properties I have to leave out of the Operator config so projects can opt in by setting those?
Beta Was this translation helpful? Give feedback.
All reactions