-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
nextcloud breaks with redis upgrade 5 to 6 #1411
Comments
Is your Redis password empty or still set to |
Heuu.. Neither? It's just not set. Let me share my docker configs nexcloud config (without the traefik labels and volume mounts):
redis config:
if instead of |
Have you checked your |
I haven't edited config.php. The password for redis is set to false there 'redis' =>
array (
'host' => 'redis',
'password' => false,
'port' => 6379,
), So basically I have to replace false by '' in config.php or declare an empty variable REDIS_HOST_PASSWORD ? |
It works when I replace false by '' in config.php, thank you J0wi I think the current documentation of the readme is misleading |
I am now getting a 303 error and am stuck on the login page when using redis 6. |
Have you tested with nc 21 already? |
I have the same problem with NC 21. |
See also #1291 |
I managed to workaround it on my side. |
Which config files are you exactly referring to? |
Those from nextcloud volume. |
I was seeing the following error in the logging pane of nextcloud. I was using version 19 (tag "19", the latest one)
Then I saw this bug report where people were having a similar issue:
https://help.nextcloud.com/t/solved-latest-docker-image-broke-the-installation-redis-password-auth/87598/18
I thought the following PR was the fix but it isn't: #1232
I thought that upgrading to version "20" would solve the issue because the fix was definitely not in image "19". Nextcloud wouldn't boot anymore like it is for the people reporting the issue I just linked. Full stack trace bellow
Adding a password to redis was not a solution for me because other images use the same redis and these images cannot be configured to authenticate with redis. I downgraded to version 5 of redis and nextcloud is now up and running again.
I am not sure but believe the issue I'm having is similar to #1404
The text was updated successfully, but these errors were encountered: