-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Setup for Postgres #9889
Comments
I think a socket setting was added to MySQL recently, so the same could probably be done for Postgres. |
I suggest renaming the issue title to be more specific about the unix socket support. |
As per the documentation this is supported by passing the path to the Postgres socket directory |
Specifying "/var/run/postgresql" triggers an Internal Server Error here. |
Ok, |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The setup with PostgreSQL is "kind of" broken.
owncloud does not allow an empty database host, if the field is left empty, the value will be replaced by "localhost". This is not a good thing, because empty host means "use unix socket" to Postgres.
I could fix the setup by editing the line 41 in private/setup/abstractdatabase.php
Indeed it is a big Problem if one does not want to setup postgres to listen on tcp connections.
The text was updated successfully, but these errors were encountered: