-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
9.1.2 install problem missing postgres #493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm having the same issue. Any help would be appreciated. |
Changing docker-compose.yml fixed it, will try full installation now, but the postgres container starts!
--- OLD MESSAGE --- Got an update on the issue, postgres just does not want to start because of ... misconfiguration ?
|
The edit from previous comment worked, got fully working installation! |
Yep ! It seems to work... I wonder if there is a real security issue here that could be avoided by a cleaner fix ? |
It's a security issue, if you are running postgres outside of a container ... |
I think this is due to docker-library/postgres#658. I'm going to close this out as we are not planning to service or update the Will reconsider if this keeps coming up but I wonder why you haven't preferred the latest version which has a lot more to offer than |
Thank you for pointing to the origin of the issue ! "A lot more" may sometime be too much. I don't need a large scale installation, few internal apps to monitor, few customer apps. To be honest, before finding out that the 9.1.2 was still available, I was looking for a simpler alternative - but couldn't find one. I just need dedupe exceptions & create an issue in gitlab. I don't need to manage all my deployments in sentry... I already have gitlab for all this stuff. I'm quite sure it fits the need for many companies & teams but installing & running 22 services in 10 instead of 7 in 9.1.2 was kind of surprising when I looked at the compose file. Again nothing against this wonderful piece of software (that I used early back then). I just feel that it may be too much for my needs. Thanks again ! |
They serve different purposes but I see your point regarding the complexity 🙂
This is good feedback, thank you. Most of those new "services" are message processors detached from the main app. The terminology |
For me, I was migrating my old Python setup to a new server and Sentry v10. I can safely say, no problems arise after migrating! (I did not migrate events though, just the important stuff like users and projects - wanted to keep the DSNs the same) |
Dear Sentry community,
first of all thank you for this wonderful tool.
I encountered a problem installing sentry 9.1.2 on ubuntu.
I followed the step in the README.
Docker version 19.03.6, build 369ce74a3c
docker-compose version 1.25.0, build unknown
ubuntu 20.04
Docker-compose file is the default one:
Console output with stacktrace is the following:
Any idea ?
The text was updated successfully, but these errors were encountered: