-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Unable to complete an installation of 24.5.X or 24.6.0 while a migration from 24.4.2 to 24.5.0 works. #6049
Comments
@getsentry/owners-snuba Did we add any new migrations after 24.5.0 was released? |
We did add a number of migrations, but I don't think that would be the problem. We have been upgrading Clickhouse versions, and from what I can find, that seems a more likely culprit. @plemelin Can you tell us which version of Clickhouse is running? If you look at the docker container for Clickhouse it should have the version number in it (e.g. |
@evanh, thank you for helping me here. Here are the clickhouse versions:
|
Hi @plemelin, Can you share the output of |
This is followed by multiple exception for subsequent queries. |
Try running
from your snuba container, and see if the problem persists |
When the This is a fresh install where the |
So I did the following:
And here is the result
|
@evanh you seem to have found the culprit. I tried the As I'm not 100% how to manage the users include to modify the profiles' default settings yet, i just copied over the current
Seems like the install is working now on my 24.6.0 test. Now, what would the proper way of addressing this? My current patch:
|
Hello! Have the same issue during upgrade from 23.11 to 24.8.0 according to instructions on page https://develop.sentry.dev/self-hosted/releases/. |
Self-Hosted Version
24.4.2
CPU Architecture
x86_64
Docker Version
26.1.4
Docker Compose Version
2.27.1
Steps to Reproduce
Expected Result
I get to the point where I can do a
docker compose up -d
Actual Result
The install seems to fail at the topic creation. The following lines are repeated for each topic
Then we get the crash
My production instance that is updated from 24.4.2 to 24.5.0 has migrated without issue.
This issue arise on the fresh install test I run on the CI.
I test fresh installs of 24.5.0, 24.5.1 and 24.6.0. All fail the same way now.
Looking for help in identifying the next steps to help me figure out this issue.
Event ID
No response
The text was updated successfully, but these errors were encountered: