-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Passphrase rotation doesn't work #140
Comments
Making secret generation always run should be safe and easy; we actually do that in the non-Docker Zulip webapp upgrade script already ( The postgres issue is actually kinda annoying; here's the upstream So there are two options:
|
For the second option above, I just opened docker-library/postgres#487. |
It looks like upstream closed as wontfix the feature request. Not sure there's a good option for us here, though we do extend an upstream postgres image. |
Probably the right answer is to add documentation on using |
According to the readme, just changing the vars within
docker-compose.yaml
should properly update all passphrases. Instead, the next container cluster boot ends abruptly with some unhappy services. So far, it looks like this is what's needed:The text was updated successfully, but these errors were encountered: