Created
December 12, 2016 21:21
-
-
Save brianherman/a1bb64d22efac9d3e54fb4c9596dce5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
how to upgrade sentry | |
sudo docker rm -f my-sentry | |
sudo docker -i -t my-sentry /bin/bash(attach to sentry) | |
while attached run command: | |
sentry upgrade | |
re run sentry with secret key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
://github.com/getsentry/sentry/issues/3842
Found it. The SENTRY_EMAIL_HOST env var and its companions need to be set for the workers as well as the main sentry container instance. Apologies again for thread necro.