mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
What happens on a destroyed / corrupted databasus instance? #282
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 @wzzrd on 1/5/2026
Hey,
so as cool as this program is becoming, what worries me a little is how to handle a corrupted / destroyed / broken databasus instance. The docs only say that each backup is encrypted with a unique key, but even if I have the
/databasus-data/secrey.key, I'm not sure how to manually download a backup from e.g. s3 and restore it in case of an emergency (read: databasus is lost, but I still need to recover another database from backup).What's the plan for backing up databasus and being able to restore even if my current instance of databasus is lost?