-
Notifications
You must be signed in to change notification settings - Fork 23
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
Driver 'redis' failed - Fallback to 'useAutoDriver()' #194
Comments
Can you output if there's a config value in the db: SELECT * FROM config WHERE k='redis_password'; or as environment variable printenv | grep REDIS_ It seems like there's a non-null variable, but it's set to empty .. I'll add a fix for it at the upstream, but maybe we can find the root-cause for it |
Here ya go:
With latest image (stable-fpm) the substitution error in entrypoint.sh (as in #196) is gone, but no change to redis passwort error. I removed both env entries to get Friendica running without the error in the protocoll. |
I now applied the changes from friendica/friendica#11250 manually. Friendica starts with stating using Redis as session handler, no more errors shown in protocoll. |
Can I close this issue because you found a workaround until the root-cause is fixed? |
I have a list of errors when trying to use redis with my installation.
The text was updated successfully, but these errors were encountered: