You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a mistake in my configuration and let a dbindex setting for the redis config, but as I am using a Redis cluster, there is no multiple databases so I got this failure:
Failed to setup redis subscription: Redis server refused to switch database- ResponseError
Redis server disconnected, reconnecting in 1s
Hello,
I made a mistake in my configuration and let a
dbindex
setting for the redis config, but as I am using a Redis cluster, there is no multiple databases so I got this failure:Nextcloud does not complain as they behave differently between cluster or normal mode (see https://github.com/nextcloud/server/blob/master/lib/private/RedisFactory.php#L79).
I think that notify_push should do the same.
(obviously, I removed the
dbindex
setting and it works now)The text was updated successfully, but these errors were encountered: