Skip to content

22.3.0

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 15 Mar 23:16

Gotcha

If you're upgrading from < 21.12.0 then be sure to stop your old containers with this command before installing:

COMPOSE_PROJECT_NAME=sentry_onpremise docker compose down --rmi local --remove-orphans

Without this you may run into errors about snuba-api being unhealthy. This is because of we finished renaming from onpremise to self-hosted in 21.12.0 including the project name. We put the above code under install.sh in #1384, but it didn't make it into 22.3.0, sorry. 😕 It will be in 22.4.0.

Various fixes & improvements