Philipp Kolberg
Philipp Kolberg
I have been testing the images locally using an empty database and have not had any migration issues. Since it tries to apply the same migration over and over again...
So you can not find any keys with the "authentik_channels_" prefix?
I try to replicate the problem locally. Your setup is one Redis master + read only replica + sentinel, correct?
This is the problem I have with the Python Redis implementation: It works under ideal circumstances but as soon as i.e. the cluster is still initializing nothing works as expected....
In theory it should. However, considering the frankenstein code other projects are using as wrapper around redis-py I can not tell whether it works reliably. Please try and report any...
Could you create another gist with the log file when changing masters?
@kashalls Fixing the ReadOnly error requires manually checking each existing connection for a master change as it is not automatically handled by redis-py. As a quick fix I am now...
I have removed the IP family configuration options in favor of `kubernetes_json_patches`.
I was not able to find examples in the documentation for the `kubernetes_json_patches` feature just a link to a RFC document. Is this something that will be added in the...
I will update the documentation in another PR.