mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
Connecting to an existing Postgres database #16
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 @Trollwut on GitHub (Aug 17, 2020).
Hey folks!
Currently trying to set it up on my server.
I already have an existing databse set up, so I don't want to run a second one for Planka.
Now Planka's docker-compose says it connects with "trust" to a Postgres DB.
What would I need to change to let it connect to an already existing Postgres DB, but authentificated via a user in the DB?
@Trollwut commented on GitHub (Aug 17, 2020):
whoopsie, a quarter of an hour later, I answer it myself:
@nickbe commented on GitHub (Aug 18, 2020):
Great.