mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Feature Request: Snapshot-Based Backup and Restore for Full Database State #145
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 @Sohail2949000 on 2/10/2026
Description:
As a new user to self-hosting, I greatly appreciate the work put into this software. I’d like to suggest a feature that would help with testing and development workflows:
A snapshot-based backup and restore system for the entire database state—including all databases, roles, permissions, and related configurations. This would allow users to take a snapshot before testing new software, running experimental queries, or making database changes. If something goes wrong, we could quickly restore to that snapshot without affecting other applications or requiring complex recovery steps.
Use Case:
Benefits:
Thank you for considering this feature!