-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fresh install of 23.11.2 or 23.12.1 does not work out of the box #2691
Comments
That's weird. Are you using an external Postgres by any chance? Or do you use everything default on docker-compose.yml? |
@aldy505 No I am not using any external Postgres. I use everything default on docker-compose.yml |
I can't reproduce it. I did a clean install on a fresh VM on 23.12.1 and got nothing wrong. What I did was exactly this: git clone https://github.com/getsentry/self-hosted.git sentry-self-hosted
cd sentry-self-hosted
git checkout 23.12.1
sudo ./install.sh
sudo docker compose up -d Is there any configuration or extra steps/commands that you did? |
Thank you for your response. I tried again but got the same error
Maybe it's because I am on Apple M1 Max (Ventura 13.4)? |
@hubertdeng Can you repro this on M1? |
I also encountered the same problem |
Hello @itDjango are you also running the self hosted sentry on Apple M1? |
Same for me, AWS EC2, Ubuntu and Debian T2.medium and large and T3 medium and large. |
@Pixel-Minions Do you have the exact output text as per the issue author's "Actual Output" section? |
May be related #2704 |
I believe this is related to this: We do not have a timeline for when this will be completed by |
I have same question with you #2 ERROR: failed to copy: httpReadSeeker: failed open: server message: insufficient_scope: authorization failed
Dockerfile:11 | >>> FROM debian:bookworm-slim
|
This is likely a permission error on your OS. Some permission is not configured, preventing necessary files from being read. |
Self-Hosted Version
23.11.2
CPU Architecture
aarch64
Docker Version
24.0.7
Docker Compose Version
2.23.3-desktop.2
Steps to Reproduce
> ./install.sh
Expected Result
It's a fresh install, should work out of the box?
Actual Result
Event ID
No response
The text was updated successfully, but these errors were encountered: