mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Feature request: on-demand backup + exclude tables by name/prefix (pg_dump style) #181
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 @beeyev on 1/29/2026
Hi! First of all, thank you for such a great project, it saves a lot of time and is very helpful.
Could you please consider adding a couple of extra features?
1) On-demand backup (without backup plan)
Allow creating a backup on demand without defining a specific backup plan/schedule.
Example flow:
This would be super useful for quick/manual backups before maintenance or deployments.
2) Exclude specific tables by name/prefix (pg_dump style) + schema option
This one is more important for me.
Allow configuring exclusions for specific tables:
--exclude-table/--exclude-table-dataAlso, please add an option for excluded tables:
Thanks!