Emma Smith
Emma Smith
I believe this is really https://github.com/getsentry/sentry-dotnet/issues/1817, since the Unity SDK depends on the dotnet SDK. @bruno-garcia, does that makes sense? If so, is the fix here a new sentry-unity release?...
The related sentry-unity issue is closed, so I think we are good here. @ishuyueyue if you run into further problems, feel free to open a new issue!
Hi, I believe the best option to configure the docker daemon to put logs in CloudWatch https://docs.docker.com/config/containers/logging/awslogs/ You can also set the root point of storage for volumes using this...
The volumes that persist are here: https://github.com/getsentry/self-hosted/blob/eb4d70995bbbfaee4524b8f43cdbfd00e44d008d/docker-compose.yml#L375
One other thing you can try @fadeinflames is running pg_repack: https://develop.sentry.dev/self-hosted/troubleshooting/#postgres
> what do you think about changing docker-compose versions in our CI to something greater than 2.2.4 and using --no-recreate That would be great! Flaky CI is always rather annoying...
Hi, could you please send any errors in the server logs please? You should be able to run `docker-compose logs web`.
@tacoberu you may need to follow the backup and restore procedure: https://develop.sentry.dev/self-hosted/backup If there error persists please open a new issue.
I'm going to close this. The solution for OP is to use the official installer. If anyone runs into the same problem, please open a new issue.
> I'm inclined to say that the db upgrade should be manual rather than trying to make it automatic in the install.sh script. What does everyone think? Yeah I think...