1

guys while installing posqresql I got those 2 error message

first error messeage

and when I clicked ok then the second error message displayed on my screen

second error message

and now when I try to connect with my DB using my terminal or git bash I got another error message which is

error in terminal

So, what could I do to solve this problem?

please note that I have tried to re-install postgres

1 Answer 1

1

Try these and let us know the results;

netstat -an | find /I "5432"

pg_isready

psql -U postgres
Sign up to request clarification or add additional context in comments.

6 Comments

no response netstat -an | find /I "5432" find: ‘/I’: No such file or directory find: ‘5432’: No such file or directory
and when I tried to connect with my db it responsed with the same error message
Hi, ok that tells me that Postgresql is not running. You could run "services.msc" and look for Postgresql and try to start it. Worth trying. If that doesn't work I'm not sure. It does seem like it hasn't installed correctly. Is the issue something like admin rights?
I can confirm that it's not about admin right because there is only one admin for this PC whom is me no either postgresql is not there at servvices.mc so what do you suggest ?
Good Luck!! Anyway google "failed to load sql modules into the database cluster" gives quite a few options. The most likely looking answer was to create the data directory yourself completely new like (C:\PostgreSQL\data) and giving it full access for the group "Users", specifying that folder for the install. There are quite a few search results, hope you find one that works
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.