mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug]: #615
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 @tomoxm on GitHub (Nov 24, 2024).
Where is the problem occurring?
I'm not sure
What browsers are you seeing the problem on?
Other
Current behaviour
I just discovered that planka is contacting my postgres server every second, is this normal behaviour ? I'm using newest docker version.
Desired behaviour
No response
Steps to reproduce
I have my own postgres server, connection setup with docker-compose.yml
Other information
No response
@meltyshev commented on GitHub (Nov 25, 2024):
Hi! Thanks for reporting this, we'll check it.
@meltyshev commented on GitHub (Nov 25, 2024):
I checked the traffic to port 5432 using
tcpdump -A -i any port 5432and noticed activity only when performing actions in Planka. After a few seconds, the connection drops, as expected. I also checked the connections usinglsof -i :5432and they don’t appear every second either. You might try usingtcpdumpto investigate what’s happening within these connections. It could be related to specific settings or caused by a third party continuously pinging the database.@tomoxm commented on GitHub (Nov 28, 2024):
i'm sorry you are right, i forgot that on the same docker lxc i have also gitlab installed and that is causing this behaviour. again, sorry for that :)