Unable to connect to server: connection to server at "localhost" (::1), port 5432 failed: FATAL: role "postgres" does not exist

2023. 8. 1. 19:18에러대응

pgAdmin 에서 서버를 생성하는데 아래와 같은 에러가 발생하여 생성이 불가하게됨

 

Unable to connect to server: connection to server at "localhost" (::1), port 5432 failed: FATAL: role "postgres" does not exist

 

터미널에서 확인을 위해 psql 을 입력하였으나 아래와 같은 에러 발생

 

psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: FATAL:  database "yunmun-yeol" does not exist

 


SOLVE

 

psql -U postgres

 

유저가 없어서 그런거였음.. 허무함

 

참고링크

 

http://daplus.net/database-createuser-%EB%8D%B0%EC%9D%B4%ED%84%B0%EB%B2%A0%EC%9D%B4%EC%8A%A4-postgres%EC%97%90-%EC%97%B0%EA%B2%B0%ED%95%A0-%EC%88%98-%EC%97%86%EC%9D%8C-%EC%B9%98%EB%AA%85%EC%A0%81-tom/

 

[database] Createuser : 데이터베이스 postgres에 연결할 수 없음 : 치명적 : "tom"역할이 없습니다. - 리뷰

Postgres를 처음 설정하려고하는데 데이터베이스를 읽고 만들 수있는 권한이있는 사용자를 만들어야합니다. 그러나 내가 사용할 때 : createuser username 내 터미널에서 다음 메시지가 나타납니다. crea

daplus.net

https://velog.io/@wijoonwu/FATAL-role-postgres-does-not-exist-%EC%98%A4%EB%A5%98-%ED%95%B4%EA%B2%B0-%EA%B8%B0%EB%A1%9D

 

FATAL: role "postgres" does not exist 오류 해결 기록

FATAL: role "postgres" does not exist 오류 해결 기록... 끈질긴 오류... 하지만 내가 더 끈질겨~

velog.io