After getting myself into a state with broken OAuth that I can’t remove, I’ve been trying to just wipe my Sentry instance and start again from scratch. I run these commands in my onpremise repo:
git clean -xf
docker-compose down -v
./install.sh
However, the install script does not ask me the setup questions, and after running docker-compose up -d I still get my oauth redirect at login.
It seems Sentry is storing some state outside of the onpremise folder, and outside of a Docker volume. Where is it? How do I rebuild my Sentry instance from scratch?
It only removes “local” volumes. We define certain volumes as external for easier backups and prevent accidental data loss (there’s also a legacy aspect).