Postgresql authentication error

PreetiKhare
Level 1
Postgresql authentication error

I want to get connection for PstgreSQL. But there is authentication error. I want to know how do I make superuser  in postgresql


Operating system used: linux

0 Kudos
1 Reply
AlexT
Dataiker

Hi,

Can you provide a bit more context here? What authentication error are you seeing?

Where is Postgres installed?

 

By default if you use psql  on the machine Postgres is, the default pg_hba.conf should allow you to be SUPERUSER privileges (postgres) users and thus be able to run the sample commands here if you are trying to set up the Postgres up like suggested in the DSS courses: 

https://knowledge.dataiku.com/latest/courses/sql-integration/tech-prerequisites/configure-database.h...

0 Kudos