Skip to content

Instantly share code, notes, and snippets.

@brianherman
Created December 12, 2016 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianherman/a1bb64d22efac9d3e54fb4c9596dce5c to your computer and use it in GitHub Desktop.
Save brianherman/a1bb64d22efac9d3e54fb4c9596dce5c to your computer and use it in GitHub Desktop.
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
@brianherman
Copy link
Author

://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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment