-
Notifications
You must be signed in to change notification settings - Fork 354
Update upgrades.md #4148
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
Update upgrades.md #4148
Conversation
Added a note :::note You can change release channels at any time. However, in certain cases, the change will only apply to future releases. For example, if your service is already on the Fast release channel and has received the upgrade, switching to a regular or slow release channel will not downgrade your service to a previous version. it will follow the channel sepecific release schedule for upcoming updates. :::
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
docs/cloud/manage/upgrades.md
Outdated
@@ -97,6 +97,10 @@ Specifically, services will: | |||
- Receive ClickHouse releases ~ 2 weeks after the regular release | |||
- Be meant for customers that want additional time to test ClickHouse releases on their non-production environments before the production upgrade. Non-production environments can either get upgrades on the Fast or the Regular release channel for testing and validation. | |||
|
|||
:::note | |||
You can change release channels at any time. However, in certain cases, the change will only apply to future releases. For example, if your service is already on the Fast release channel and has received the upgrade, switching to a regular or slow release channel will not downgrade your service to a previous version. it will follow the channel specific release schedule for upcoming updates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
However, in certain cases, the change will only apply to future releases.
What are the cases? Maybe instead of listing one case we could be explicit and explain both cases.
- Moving to a faster channel will immediately upgrade your service.
- Moving to a slower channel will not downgrade your service and keep you on your current version until a newer one is available in that channel.
Co-authored-by: Michael Russell <[email protected]>
Added a note
:::note
You can change release channels at any time. However, in certain cases, the change will only apply to future releases. For example, if your service is already on the Fast release channel and has received the upgrade, switching to a regular or slow release channel will not downgrade your service to a previous version. it will follow the channel sepecific release schedule for upcoming updates. :::
Summary
Checklist