mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
[Request] Separate Config and Backup data paths #435
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 @Stitch10925 on 11/5/2025
Hi developer,
I was trying to test out your backup tool on docker swarm, but I have run into an issue:
Currently the config and backup data paths are located under the same folder:
This causes issues if you want to separate your backup data from your config data. If I separate the paths like this:
I get the following error:
If the data and config paths were separated from each other this will not be a problem and it gives the user more flexibility in where to store their data. An example could be:
Where:
"/postgresus-data" would contain the "temp" and "backup" folders
"/postgresus-config" would contain the "pgdata" folder
Thank you for considering this!