We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current install docs say:
Set DB_HOST to the IP of the machine Set DB_PORT to the port on which your database server is exposed Alternatively, if you are using a Unix socket: Set DB_SOCKET to the path of the socket, e.g. /run/mysqld/mysqld.sock
Alternatively, if you are using a Unix socket:
But this doesn't work for Postgresql. The only way I could make it work was:
DB_CONNECTION=pgsql # DB_SOCKET=/run/postgresql/ DB_HOST=/run/postgresql/ DB_PASSWORD=null DB_PORT=5432 # ? DB_DATABASE=pixelfed DB_USERNAME=pixelfed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current install docs say:
But this doesn't work for Postgresql. The only way I could make it work was:
The text was updated successfully, but these errors were encountered: