Open okpierre opened 3 years ago
Are you using predis or phpredis?
if you are using phpredis:
if you are using predis:
Maybe this could be mentioned in the "Generic installation guide" ...
This occurred to me when doing php artisan migrate --force
, and when correcting the setting(s) as suggested above, another exception is thrown because stuff already exists :wink:
I bumped into the exact same problem. Please update the installation guide.
Another issue I've encountered after resolving the one in the OP was a permission denied error on the Redis socket. The problem was that the user running the php artisan migrate --force
command did not have rwx access to /run/redis/redis.sock
.
php artisan migrate --force
to run without errors.
usermod -aG redis pixelfed
Not entirely a big deal, but it would have been courteous if this was mentioned in the guide for using a dedicated pixelfed user.
Testing sock connection
Command:
php artisan horizon:status
and then getting this errorHere's my settings: