mirror of
https://github.com/plankanban/planka.git
synced 2025-12-15 17:23:19 +03:00
[Bug]: #218
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.
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:
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:
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 :)
@meltyshev commented on GitHub:
Hi! Thanks for reporting this, we'll check it.