mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
[FR] Use external postgres db for Databasus #91
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 @mAAdhaTTah on 2/27/2026
Right now, Databasus ships Postgres in the Docker image. Given that I'm already running a Postgres instance, it's a bit duplicative to have a second one running in the Docker image. I would love to be able to leverage that existing instance for Databasus, and to go a step further, then be able to configure Databasus to backup Databasus's database alongside my other databases.