I'm having troubles when trying to connect to local docker postgres db. I have spun up a new postgres db container on port 5434 which I can confirm is successfully running. I have added the docker ps command response below. For some reason when trying to connect to the new 5434 port though on DbBeaver I just get the following error EOFException. I've also attached image of that below.
Don't really understand what is happening, as I'm certain I'm putting in correct auth details, and I have tried multiple times on other ports, but only connection to 5432 works. Anyone know how to get another port working?