-
-
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
Congrats on new releases ! (insert pinata emoticon here), question regarding upgrade self-hosted #3329
Comments
No. Your upgrade path should be 23.5.1 -> 23.6.2 -> 23.11.0 -> 24.8.0 -> 24.9.0 |
Hi @aldy505 thank you for responses, yes i already read the documentation about that but i mean is there any glitch or unexpected behavior ? back then when i test upgrade by the checkpoint or the version stop like for example 23.5.1 -> 23.6.2 -> 23.11.0 -> 24.8.0 i facing issue with cache config even after update it like documentation said here 9936376 and got error regarding unexpected argument |
Hi @aldy505 got another update, i try same steps again
kinda fail to use cache after upgrade process, everything fine until upgrade to Do i need to stop at Thank you all! |
Found it why this happen, so it's look like https://github.com/getsentry/self-hosted/blob/master/install/_lib.sh#L32-L46 is checking if my sentry.conf.py exist or not because the old one (from 23.11.0) exist, the install.sh not create new one based on the example. Is there any background why it's not forced to create new config every install.sh executed? |
We are not forced to create new configs every time install.sh is executed to preserve previous settings that people may have. |
Thank you @hubertdeng123 that's make senses, then how about give heads up or updating docs to not only mentioning to update this 9936376 but also to review whole i know there is some part that mentioning to review all conf content but i don't expect Cheers ! |
We do have that said on the documentation: https://develop.sentry.dev/self-hosted/releases/#upgrading The easiest way to do that is to see at the git diff between the tags. Here is the sample on comparing 24.8.0 to 24.9.0: https://github.com/getsentry/self-hosted/compare/24.8.0..24.9.0 |
Got it, It's look like reviewing it manually it's the best choices, can't imagine if someone have enormous changes at the config then it automatically removed when upgrade is on it's way. Thank you for responses! |
I'm going to close this issue since it's been answered. Feel free to reply or open a new issue if you feel like asking something else. |
Hi guys,
Thank you all for the great works sentry is getting awesome time by time. Thank you to the creator and community. Just curious, recently i playing around with sentry and test some feature regarding it's maintainability and this morning i found out 24.9.0 is released.
So according this https://develop.sentry.dev/self-hosted/releases/ docs is it safe to upgrade to 24.9.0 from lets say 23.5.1 and following the version checkpoint and process to upgrade to 24.9.0 ?
Thank you so much!
best regards,
Baskoro
The text was updated successfully, but these errors were encountered: