[Bug]: #218

Closed
opened 2025-10-09 18:40:01 +03:00 by OVERLORD · 3 comments
Owner

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.

image

image

Desired behaviour

No response

Steps to reproduce

I have my own postgres server, connection setup with docker-compose.yml

environment:
      - BASE_URL=http://192.168.1.60:3000
      - DATABASE_URL=postgresql://postgres@postgres/planka
      - DATABASE_URL=postgresql://planka:plankaPassword@192.168.1.57:5432/planka
      - SECRET_KEY=secretkey

Other information

No response

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. ![image](https://github.com/user-attachments/assets/ce3293fd-d5ed-48ba-8930-e98ed0d919fa) ![image](https://github.com/user-attachments/assets/bdb39406-4af9-471a-828b-597b632bf076) ### Desired behaviour _No response_ ### Steps to reproduce I have my own postgres server, connection setup with docker-compose.yml ``` environment: - BASE_URL=http://192.168.1.60:3000 - DATABASE_URL=postgresql://postgres@postgres/planka - DATABASE_URL=postgresql://planka:plankaPassword@192.168.1.57:5432/planka - SECRET_KEY=secretkey ``` ### Other information _No response_
Author
Owner

@meltyshev commented on GitHub:

I checked the traffic to port 5432 using tcpdump -A -i any port 5432 and noticed activity only when performing actions in Planka. After a few seconds, the connection drops, as expected. I also checked the connections using lsof -i :5432 and they don’t appear every second either. You might try using tcpdump to investigate what’s happening within these connections. It could be related to specific settings or caused by a third party continuously pinging the database.

@meltyshev commented on GitHub: I checked the traffic to port 5432 using `tcpdump -A -i any port 5432` and noticed activity only when performing actions in Planka. After a few seconds, the connection drops, as expected. I also checked the connections using `lsof -i :5432` and they don’t appear every second either. You might try using `tcpdump` to investigate what’s happening within these connections. It could be related to specific settings or caused by a third party continuously pinging the database.
Author
Owner

@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 :)

@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 :)
Author
Owner

@meltyshev commented on GitHub:

Hi! Thanks for reporting this, we'll check it.

@meltyshev commented on GitHub: Hi! Thanks for reporting this, we'll check it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#218