mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
[feature-request] Ability to set local storage location #454
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 @vmdude on 10/30/2025
It would be useful to allow for custom local storage location.
For instance if we want to use it in Kubernetes with different pvc, or NFS volume mount, as location is hardcoded as
/postgresus/backups/and as app hardcodechowncommand on all its root data, it will automatically crash on startup due to permission issueHaving an envvar to set the local storage location could allow for it to work as expected.