-
Notifications
You must be signed in to change notification settings - Fork 813
Fixed vale errors in Cloud articles - Part 2 #7330
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -91,3 +91,4 @@ exceptions: | |
| - ASCII | ||
| - CMD | ||
| - NGINX | ||
| - SMTP | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...d-customize-your-solution/set-up-your-project/project-settings/smtp-settings.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| # Upgrade your Plan | ||
|
|
||
| In this article, you can read about how you can upgrade your Umbraco Cloud plan and what you need to be aware of before you do so. | ||
| This article discusses how to upgrade your Umbraco Cloud plan and important considerations to keep in mind. | ||
|
|
||
| ## Before you upgrade your plan | ||
|
|
||
|
|
@@ -12,9 +12,11 @@ Before you decide to upgrade your Umbraco Cloud plan, you need to consider a few | |
| * Before upgrading, make sure to check the [price difference](https://umbraco.com/umbraco-cloud-pricing) and the features you get on the new plan. | ||
|
|
||
| {% hint style="warning" %} | ||
|
|
||
| When upgrading your plan (for example, from Starter to Standard), log files such as trace logs will not be transferred to the new environment. | ||
|
|
||
| If you need to retain log history, make sure to download and back up the log files before upgrading. For more information on accessing the logs, see the [Log files](../../../optimize-and-maintain-your-site/monitor-and-troubleshoot/resolve-issues-quickly-and-efficiently/log-files.md) article. | ||
|
|
||
| {% endhint %} | ||
|
|
||
| ## How to upgrade your plan | ||
|
|
@@ -41,10 +43,10 @@ In the menu, you can find a tab called _"Upgrade plan"_. | |
| Follow the below steps to upgrade your plan: | ||
|
|
||
| 1. Click on the **Select Plan** button to choose the plan you want to upgrade to. | ||
| 2. _\[Optional]_ Choose to upgrade to a **dedicated option** in the next step. | ||
| 2. _[Optional]_ Choose to upgrade to a **dedicated option** in the next step. | ||
|
|
||
| <div align="left"><figure><img src="images/dedicated-option.png" alt=""><figcaption><p>Dedicated option on Cloud</p></figcaption></figure></div> | ||
| 3. Review the **Summary** to make sure that everything selected is correct in the last step. | ||
| 3. Review the **Summary** to make sure that everything selected is correct in the last step. | ||
|
|
||
| <figure><img src="images/upgrade-summary.png" alt=""><figcaption><p>Summary of project upgrade.</p></figcaption></figure> | ||
|
|
||
|
|
@@ -62,16 +64,16 @@ When upgrading or downgrading the plan, the ID of your project will be appended | |
|
|
||
| ## Automatic plan upgrades | ||
|
|
||
| If your project/website exceeds any of the usage limits, you will automatically get upgraded to a plan that fits your actual usage to ensure your website keeps running smoothly. | ||
| If your project exceeds usage limits, you'll be automatically upgraded to a suitable plan to keep your website running smoothly. | ||
|
|
||
| We will send an email to the project owner and the technical contact(s) of the project to let you know that this has happened. The upgrade to a new plan will be reflected in your next bill and will count from the day of the upgrade. | ||
| We will send an email to the project owner and the technical contact(s) to inform them about this update. The upgrade to a new plan will be reflected in your next bill and will take effect from the date of the upgrade. | ||
|
|
||
| When you get upgraded to a new plan, you also get access to all the features that are included in this plan. [Check out the list of features for the various Umbraco Cloud plans](https://umbraco.com/umbraco-cloud-pricing/). | ||
| Once you are upgraded to a new plan, you also get access to all the features that are included in that plan. [Check out the list of features for the Umbraco Cloud plans](https://umbraco.com/umbraco-cloud-pricing/). | ||
|
|
||
| ## Downgrade your plan | ||
|
|
||
| If you’d like to downgrade, this is possible if you make sure to lower your limit to fit the desired plan. | ||
| If you would like to downgrade your plan, you can do so by first lowering your data usage limit to match the desired plan. | ||
|
|
||
| When you’ve lowered the required data usage, reach out to Umbraco Support and they’ll be able to help downgrade your plan. When downgrading to a lower plan, this will come to effect immediately, meaning that your usage limits will be reduced and any extra features related to your previous plan will be deactivated. You will pay for the old plan until the next scheduled bill. | ||
| Once you have adjusted your data usage, contact Umbraco Support for assistance with the downgrade. Keep in mind that when you downgrade to a lower plan, the changes will take effect immediately. This means your usage limits will be reduced, and any extra features associated with your previous plan will be deactivated. You will continue to be billed for the old plan until your next scheduled billing date. | ||
|
|
||
| If you have any questions regarding this, feel free to reach out to [Umbraco Support](mailto:[email protected]). | ||
| If you have any questions regarding this process, feel free to reach out to [Umbraco Support](mailto:[email protected]). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.