Postgresql port 5432 is already in use error.
See original GitHub issueBug report
Describe the bug
I get postgresql port 5432 is already in use error. I am currently running docker on synology NAS and I am aware of that other packages in synology(plex server, photo station etc. ) already uses postgresql. I don’t want stop those packages for supabase rather I want my supabase to work without killing other process that use postgresql.
To Reproduce
sudo docker-compose up -d
Expected behavior
localhos:3000 opens up supabase studio with table editing function
Screenshots


System information
- Synology NAS DS220+
- OS : DSM 7.1.1-42962 Update 1
Additional context
Add any other context about the problem here.
Issue Analytics
- State:
- Created 9 months ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
PostgreSQL - port 5432 already in use - DEV Community
In my case, I downloaded PostgreSQL, but apparently I already had a different version running on my computer and it was using the...
Read more >Port 5432 is already in use - GitHub
Port 5432 is already in use Usually this means that there is already a PostgreSQL server running on your Mac. If you want...
Read more >Postgres.app Could not start on port 5432 - Stack Overflow
HINT: This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory or swap space, or exceeded your ...
Read more >usually this means that there is already a postgresql server ...
Port 5432 is already in use Usually this means that there is already a PostgreSQL server running on your Mac. If you want...
Read more >Could not start Postgres database, The port 5432 is in use.
Hi Roman, The default port used for Postgres DB is 65432. This can be checked by executing sh ChangeDBserver.sh from the Bin directory....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@burmecia - #10959 has solved my issue.
A workaround is to replace this line, with port number
6432
or port number other than5432
.From
To