Hubert Deng
Hubert Deng
@chadwhitacre maybe this will fix the issue? https://github.com/getsentry/self-hosted/pull/2722
tests are now passing, precommit needs to be fixed though
I wonder if the docs here are specifically for SaaS, will transfer over to sentry-native to see if they have a better idea about this.
@Swatinem I'm assuming that the `SENTRY_EVENT_RETENTION_DAYS` would be what this user would be looking for then. This can be changed to 60 days.
This can be found here: https://github.com/getsentry/self-hosted/blob/master/.env#L2
The `SENTRY_EVENT_RETENTION_DAYS` is used in the `sentry cleanup` script for self-hosted. https://github.com/getsentry/self-hosted/blob/master/docker-compose.yml#L401C74-L401C74 Thanks for the context @Swatinem. I'm guessing if this user would specifically want to specifically set up a...
I believe this is related to this: https://github.com/getsentry/self-hosted/issues/1585 We do not have a timeline for when this will be completed by
If that still doesn't work, I'd try to maybe remake your kafka/zookeeper volumes as mentioned above.
> We worked around this issue by going to settings -> General and renamed "Organization Slug" then renamed it back Thanks for posting this workaround. We will need to investigate...
Thanks for chiming in with your solution @sblaisot. You shouldn't need to set the `MINIMIZE_DOWNTIME` but glad you were able to find a workaround. Could you give some more information...