-
Notifications
You must be signed in to change notification settings - Fork 789
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
Simplified steps in Major upgrades Cloud article #6718
Conversation
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.
I just realized that we have a challenge here.
In the guide, we mention that you need to update the .NET versions. This is not necessary for ALL major upgrades - only every other Major upgrade.
So, it was necessary for 15, but it wont be for 16 and will again be necessary for 17 🤔
If you have any ideas for how we can tackle this, please let me know!
Thanks, @sofietoft for your review. I've made some changes based on your suggestion. Regarding updating the .Net version, I added a decision-making step to the list. Depending on the user's target upgrade they can decide either to update or skip the step. Since Umbraco 16 and 17 are not yet released I have only added 15. Once the other versions are released, we can change it to something like this: Determine if you need to update the .NET version:
Optionally, we can add a Note instead - something like: Note: Updating the .NET version is necessary only for every other major upgrade. For example, .NET updates were required for version 15 but are not needed for version 16. The next .NET update will be required for version 17. |
Thanks for putting some thought into this! Also, since it's Cloud, we need to consider all versions going back to Umbraco 10, I think. At least all LTS versions and STS versions still supported. But, I also think we can get around this, without actually mentioning any specific versions regarding it. How about we do this:
Do you think that could work, perhaps? |
I've updated the steps as per your suggestions. Let me know what you think 🤔 |
I think the steps should be clear now 😀 |
Awesome 🙌 I've removed references to step 1 from step 5. Hopefully 🤞its good to merge now 🙈 |
Description
Removed screenshots, made the steps concise, fixed vale error of long sentence in Note
Type of suggestion
Product & version (if relevant)
Cloud
Deadline (if relevant)
Anytime