mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Using an External PostgreSQL Instance Instead of the Built-in One #402
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 @reynaldots on 11/17/2025
Hi, thank you for your work on this project!
I would like to ask whether it is possible to configure postgresus to use my own existing PostgreSQL instance for managing its data. I noticed in the Dockerfile that it creates its own internal PostgreSQL database, but in my case I already have a separate PostgreSQL server dedicated to administrative applications.
Is there a way to point postgresus to an external PostgreSQL instance instead of running the built-in one? If so, could you provide some guidance on the required configuration?
Thank you!