Search Results

  1. Jun 8, 2016 · 18 Answers. Sorted by: 695. You can run Postgres this way (map a port): docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres.

  2. 113. I installed the Bitnami Django stack which included PostgreSQL 8.4. When I run psql -U postgres I get the following error: psql: could not connect to server: No such file or directory. Is the server running locally and accepting. connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

  3. Sep 9, 2014 · It seems we need to have an open TCP port 5432 to the world, where a customer has access to his PostgreSQL database. For obvious reasons, we can't say just "no", only as a last-last resort. What are the biggest troubles? How can I defend our infrastructure? Anyways: why shouldn't it be opened to the world?

  4. Port 5432 Details. Xerox WorkCentre and WorkCentre Pro do not block the postgres port (5432/tcp), which has unknown impact and remote attack vectors, probably related to unauthorized connections to a PostgreSQL daemon. Backdoor.Win32.GateHell.21 / Authentication Bypass - the malware runs an FTP server on TCP ports 5301,5432,5300,5299,5298,5297 ...

  5. PORT STATE SERVICE. 22/tcp open ssh. 25/tcp open smtp. 80/tcp open http. 587/tcp open submission. 5432/tcp open postgresql. 10000/tcp open snet-sensor-mgmt. Device type: general purpose. Running: Linux 2.6.X. OS details: Linux 2.6.15 - 2.6.30. Network Distance: 0 hops. OS detection performed.

  6. May 1, 2021 · 31 3. 2. Your postgresql server is probably already occupying that port, or maybe some other program is. Try finding the program that uses the port using netstat -aon | findstr '5432' and terminate it, or change the postgresql config to use a different port instead. answered May 1, 2021 at 15:27. Ruben Helsloot. 12.9k 6 31 52.

  7. Dec 4, 2020 · Ask Question. Asked 3 years, 4 months ago. Modified 3 years, 4 months ago. Viewed 2k times. 0. I'm trying to setup my server so that port 5432 (Postgres) is accessible only from localhost. So I've denied everything, and added back port 5432, however I cannot connect to it. Here is my UFW config: $ sudo ufw status verbose. Status: active.

  1. People also search for