mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
More extended backup retention plans? #279
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 @jicho on 1/5/2026
Hi,
Are there any plans to implement a backup retention plan, or something like it?
No Databasus backups for x-weeks/months/etc, that's great, but something like a retention schema would be nice to have.
In that way you can store your data for a longer period without having to keep all the version in between.
From my point of view it can be as simple as implemented in, for example, https://github.com/prodrigestivill/docker-postgres-backup-local:
More complex can be done, but something like this is easy readable.
Just wondering how to store less and keep more db versions :)