-
Notifications
You must be signed in to change notification settings - Fork 68
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
Document REDIS_PATH #125
Comments
@Showfom since you have a new install, have you tried |
I tried, also I drop the whole database and created a new one, that's why the db name is pixelfed_database2 Still this error:
I also tried the unreleased version from Github and the v0.11.4 version from https://github.com/pixelfed/pixelfed/releases/tag/v0.11.4 Both failed :( |
Problem solved after changing redis back to tcp instead of unix |
Looks like the installation instructions are out of date, you need REDIS_PATH instead of REDIS_HOST for a unix socket. |
stumbled on this today, it's unfortunate that the error message doesn't make it clear that this is an issue with redis setup rather than postgresql. |
Hello,
I just try to install a new pixelfed today but failed when I run
php artisan migrate --force
Database version
Firstly, I try to use
127.0.0.1
as theDB_HOST
but failed:Then I switch to
DB_SOCKET
When I try to run the second time:
The text was updated successfully, but these errors were encountered: