The problem
In some cases we want to control the lifecycle of the database backups. For example if we are writing from multiple different writers.
We should have a config value and an env variable to control the backup process. The default should be to perform the backups
Definition of "done"
Additional context
We already have a max backup number config value. Perhaps we reuse that?
The problem
In some cases we want to control the lifecycle of the database backups. For example if we are writing from multiple different writers.
We should have a config value and an env variable to control the backup process. The default should be to perform the backups
Definition of "done"
Additional context
We already have a max backup number config value. Perhaps we reuse that?