Alex Zaslavsky
Alex Zaslavsky
Can you check your memory usage? Often this happens when the system or container is OOM.
Just to clarify - did that reindexing operation work?
Just out of curiosity: what is the use case for doing this? I agree that we've been a bit sloppy about hard coding vs using this variable appropriately, it'd be...
Do you have errors in your `sentry-web` log when you try to do this?
Can you run through [this](https://stackoverflow.com/a/31647044) script to troubleshoot? I'm curious where things are breaking down - is `psql` not seeing the socket, does not exist, or something else.
Have you tried `sudo` as well with no luck?
Are you willing to try [docker system prune -a](https://github.com/getsentry/self-hosted/issues/1155#issuecomment-972992335) on this device, to clear any residual docker state? Note that this shouldn't cause loss of data in the volumes themselves,...
The reason this was a warning was because we don't know how folks have modified their setups post-install. Saying "must" implies we know it's definitely true for your setup, when...
Just to be clear: the literal URL it is redirecting to is https://sentry.example.com/orgredirect/organizations/:orgslug/settings/auth-tokens/, or does it actually correctly sub in your org slug for `:orgslug`?
We could potentially add some "N seconds elapsed" style logging in the future, though it would not be a very high priority. We'd welcome a PR to this effect though!...