Update-sentry: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "'''Context:''' This procedure was written at the time of Sentry 25.5.1, and applies to upgrades performed on the sentry server. '''Important Notes''' * It is possible to skip version while upgrading, except for Hard-Stops, which you need to install before updating to newer releases, [https://develop.sentry.dev/self-hosted/releases/#hard-stops see Sentry docs on hard stops] * Always consult the official [https://develop.sentry.dev/self-hosted/releases/ Sentry upgrade doc...")
 
No edit summary
 
Line 1: Line 1:
'''Context:'''
'''Context:'''
This procedure was written at the time of Sentry 25.5.1, and applies to upgrades performed on the sentry server.
This procedure was written at the time of Sentry 25.10.0, and applies to upgrades performed on the sentry server.


'''Important Notes'''
'''Important Notes'''
Line 19: Line 19:
# Compare `.sentry/sentry.conf.py` with `./sentry/sentry.conf.example.py`, amend where necessary
# Compare `.sentry/sentry.conf.py` with `./sentry/sentry.conf.example.py`, amend where necessary
# Compare `./.env.delftsolutions` with `./.env` , amend where necessary
# Compare `./.env.delftsolutions` with `./.env` , amend where necessary
# Until we use Podman, Sentry finally lowers the docker-compose version requirement, or until the below steps stop working:
## In file install/dc-detect-version.sh need to modify the dcr variable (short for docker compose run, is boilerplate) command to remove the --pull flag
## In file install/_min-requirements.sh lower the min required version to at most 2.26.1 (or what version is currently installed)
# Run `./install.sh`
# Run `./install.sh`
# Run `docker compose --env-file .env.delftsolutions up -d`
# Run `docker compose --env-file .env.delftsolutions up -d`
58

edits

Navigation menu