I am not a programmer, I do my best, but I need help. I created and managed postgressql DB for my department needs on localhost, Windows. I set required ip to listens in postgresql.conf and configured pg_hba.conf. And it worked fine for 3 months.
But today I came to work, tried to connect to Postgresql server. And see this:
could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432?
I checked configs - there are no changes. I tested settings with listened_ip='*'. Still not working. And I see that message when i try to create new server.
What happened? How to fix all this?