Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Connetion to PostgreSQL not possible #1399

Open
FlorianFey opened this issue Jan 17, 2025 · 2 comments
Open

[BUG] Connetion to PostgreSQL not possible #1399

FlorianFey opened this issue Jan 17, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@FlorianFey
Copy link

FlorianFey commented Jan 17, 2025

Hi,

I can not connect to the PostgreSQL database with this extension. The connection string which creates the extension works, but not in the sidebar.

I am using Windows 11 with PSQL 17.

`D:\python_projekte\mira_django>set "PGPASSWORD=1234567" && psql -U postgres -h localhost -p 5432 -d postgres
psql (17.2)
WARNING: Console code page (850) differs from Windows code page (1252)
8-bit characters might not work correctly. See psql reference
page "Notes for Windows users" for details.
Type "help" for help.

postgres=# `

Image

Image

Thanks guys :)

@FlorianFey FlorianFey added the bug Something isn't working label Jan 17, 2025
@cweijan
Copy link
Owner

cweijan commented Jan 18, 2025

Strange thing is, it works fine for me, have you tried changing localhost to 127.0.0.1?

@FlorianFey
Copy link
Author

Yes, that's also not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants