mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
feat: multiple backup schedules per database #108
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 @commKnightWeb on 2/21/2026
Summary
backup_configsprimary key fromdatabase_idtoid(UUID)namefield to identify distinct schedules for the same DBBackupcore model to log whichBackupConfigIDcreated itBackupConfigControllerto support creating, fetching lists, updating, and removing distinct configurations per databaseTest Plan
make lint/go test ./...in the backend