llm-applications icon indicating copy to clipboard operation
llm-applications copied to clipboard

Unable to connect to postgres

Open Tansha173 opened this issue 1 year ago • 0 comments

I get this error

psql: error: connection to server at "localhost" (127.0.0.1), port 5432 failed: FATAL: password authentication failed for user "postgres" connection to server at "localhost" (127.0.0.1), port 5432 failed: FATAL: password authentication failed for user "postgres" CompletedProcess(args=['sudo', '-u', 'postgres', 'psql', '-f', '/content/drive/MyDrive/llm/llm/llm-applications/data/sql_dumps/gte-base_300_50.sql'], returncode=1)

Tansha173 avatar Apr 29 '24 21:04 Tansha173