-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
socket: address family not supported by protocol #33581
Comments
What's your postgres version? |
I updated to 13.18 but no difference
pg_hba.conf contains
the gitea user can connect to the socket via local no password auth
the socket file exists in the expected location
This worked last month, broke after update to 1.23.3, it worked on 1.22 IIRC, I can try to do a disect in the coming days. Commenting out the password in the ini file has no effect it works if I add this to ph_hba.conf
and change host in ini to |
Description
With the database config
I'm getting
2025/02/13 11:05:35 routers/common/db.go:36:InitDBEngine() [E] ORM engine initialization attempt #1/10 failed. Error: dial unix /run/postgresql/.s.PGSQL.5432: socket: address family not supported by protocol
Gitea Version
1.23.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
git version 2.43.5
Operating System
Rocky Linux release 9.4 (Blue Onyx)
How are you running Gitea?
deployed using https://github.com/roles-ansible/ansible_role_gitea in an lxc container on proxmox
Database
None
The text was updated successfully, but these errors were encountered: