mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Split backups + temp directories ? #275
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 @Mikaciu on 1/6/2026
Hello,
I'm currently checking the tool and I'd have one question: is there a plan to split the three data directories (or at least the backups directory from the pgdata and temp directories) ?
My docker compose example (I couldn't make this work because of permissions):
This way, the databasus PG data is persisted in a Docker volume, safe from user alteration and the dumps can be stored elsewhere (like on an NFS mount).
Thx !