mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Cannot get the connection to work #300
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 @StefanArts on GitHub (Mar 27, 2023).
Hi there,
since Watchtower updated planka to the newest version automatically, I am not able to get a connection to the database, I just get a connection refused error. I checked if the problem could be with docker, but I am pretty sure everything works on that part, as it was working before the update.
My error log:
@meltyshev commented on GitHub (Apr 3, 2023):
Hi! Sorry for the late reply. It's very difficult to say why this error occurs. From what version was the update and what is the current version?
@StefanArts commented on GitHub (Apr 10, 2023):
Hi, I am actually not sure, but I've set the docker tag to latest. For some reason planka wants to connect to 127.0.0.1 and ignores my connection String.
@GauthierCrp commented on GitHub (Apr 12, 2023):
Hello,
Same Issue here,
Somoene can help ?
Thanks a lot,
Best Regards
@meltyshev commented on GitHub (May 1, 2023):
I think I figured it out, checked and got the same error. It seems to be because of the double quotes in
DATABASE_URL="postgresql://postgres@postgres/planka". Just remove themDATABASE_URL=postgresql://postgres@postgres/plankaand should work.@StefanArts commented on GitHub (May 1, 2023):
Yeah, seems to be working again.
Thanks!