mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
[Feature Request] Automated Restoration from Backups (Auto-Restore Config) #66
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 @K2Dmtz on 3/13/2026
Currently, Databasus provides an excellent experience for automated, scheduled backups. However, to maintain environment parity (e.g., syncing Production data to QA), the restoration process still requires manual intervention. I am proposing a new Auto-Restore feature that allows users to configure a destination database to automatically ingest backups based on specific selection logic.
Use Case
Proposed Features
"Restore" Tab in UI: A dedicated section to manage restoration jobs, similar to the existing backup configurations.
Backup Selection Logic (Restoration Source):
Auto-Restore Configuration:
Security & Maintenance:
Current Workaround
Currently, users must manually download the encrypted file from storage (S3, SFTP, etc.), decrypt it using the secret key, and then run manual pg_restore or mysql commands. Automating this would make Databasus a true end-to-end database lifecycle tool.