Skip to content

Commit 6dd4ee8

Browse files
committed
Update more articles
1 parent b840f48 commit 6dd4ee8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

umbraco-cloud/getting-started/baselines/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Baselines
22

3-
A Baseline Child project is very similar to a Fork (forked repository) on GitHub where we create a clone of an existing project while maintaining a connection between the two projects. The connection exists between the _Live_ environment of the existing project, the **Baseline project**, and the _Development_ or Live environment - of the newly created project, the **Child project**.
3+
A Baseline Child project is similar to a Fork (forked repository) on GitHub where we create a clone of an existing project while maintaining a connection between the two projects. The connection exists between the _Live_ environment of the existing project, the **Baseline project**, and the left-most mainline environment of the newly created project, the **Child project**.
44

55
Any project can act as a Baseline project.
66

@@ -14,7 +14,7 @@ The basic idea is that you have a project that contains all your standard Umbrac
1414
Learn how to work with Baselines.
1515
{% endembed %}
1616

17-
## Creating a Child Project
17+
## Create a Child Project
1818

1919
To create a child project:
2020

umbraco-cloud/product-upgrades/major-upgrades.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Make sure any packages you use are compatible with the latest version of Umbraco
1616
Be aware of any [Breaking changes](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/upgrading/version-specific#breaking-changes) introduced in the latest version of Umbraco CMS to avoid issues during the upgrade.
1717
{% endhint %}
1818

19-
## **Before you start the upgrade**
19+
## Before you start the upgrade
2020

2121
Before upgrading your Umbraco Cloud project to the latest major version, you must consider the version your project is already on. This will impact the upgrade flow you will be following.
2222

23-
### **Upgrading from a Short Term Supported (STS) version**
23+
### Upgrading from a Short Term Supported (STS) version
2424

2525
When upgrading from an STS version, you must start by upgrading to the closest Long-term Support (LTS) major. If the version you are upgrading to is an STS version, you can upgrade to that version, directly from the closest LTS. You can upgrade directly if there are no LTS versions between the current one and the one you are upgrading to.
2626

@@ -30,7 +30,7 @@ Refer to the [Long-term support and EOL article](https://umbraco.com/products/kn
3030

3131
Start by upgrading to the closest LTS. In this case, that is Umbraco 13. After that, you can upgrade directly from Umbraco 13 to Umbraco 15.
3232

33-
### **Upgrading from a Long Term Supported (LTS) version**
33+
### Upgrading from a Long Term Supported (LTS) version
3434

3535
When upgrading from an LTS version, you must start by looking at the versions between yours and the one you are upgrading to. Is there another LTS version in that line, you need to upgrade to that version first.
3636

@@ -40,7 +40,7 @@ Refer to the [Long-term support and EOL article](https://umbraco.com/products/kn
4040
Skipping upgrades to STS versions, like 11 and 12, means you will not receive warnings about obsolete features. We recommend keeping the [Breaking Changes documentation](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/upgrading/version-specific#breaking-changes) handy to avoid any surprises.
4141
{% endhint %}
4242

43-
#### _Example: Upgrading from Umbraco 10 (LTS) to Umbraco 15 (STS)_
43+
#### Example: Upgrading from Umbraco 10 (LTS) to Umbraco 15 (STS)
4444

4545
Between version 10 and 15, there is another LTS version: Umbraco 13. The first step is therefore to upgrade to Umbraco 13. After that, you can upgrade directly from Umbraco 13 to Umbraco 15.
4646

@@ -53,7 +53,7 @@ Look for the "**Upgrade from/to Umbraco xx"** boxes. These boxes contain importa
5353
* Follow the **requirements** for [local development](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/requirements#local-development).
5454
* An Umbraco Cloud project running [the latest version of your current Umbraco CMS installation](https://our.umbraco.com/download/releases)
5555
* The **latest** .[NET version](https://dotnet.microsoft.com/en-us/download/visual-studio-sdks) is installed locally.
56-
* **At least 2 environments** on your Cloud project.
56+
* **At least 2two environments** on your Cloud project.
5757
* A backup of your project database.
5858
* Directly from your environment. See the [Database backups](../databases/backups.md) article,
5959
* Or clone down, restore the project, and back up the local database.
@@ -73,7 +73,7 @@ Refer to the [Choose the correct .NET version](https://docs.umbraco.com/umbraco-
7373

7474
## Step 2: Clone down your environment
7575

76-
1. Clone down the **Development** environment.
76+
1. Clone down the **left-most mainline environment**.
7777
2. Build and run the [project locally](../set-up/working-locally.md#running-the-site-locally).
7878
3. Log in to the backoffice.
7979
4. Restore content from your Cloud environment.
@@ -254,7 +254,7 @@ Remove the following files and folders _manually_ from your local project:
254254
* `/umbraco/UmbracoWebsite`
255255
* `/umbraco/config/lang`
256256

257-
Remove the same files from the development environment. This should be done from the **Development** environment through `KUDU` -> `Debug Console` -> `CMD` -> `Site` -> from both the `repository` and `wwwroot` folders.
257+
Remove the same files from the left-most environment. This should be done from the left-most environment through `KUDU` -> `Debug Console` -> `CMD` -> `Site` -> from both the `repository` and `wwwroot` folders.
258258

259259
</details>
260260

@@ -283,13 +283,13 @@ You can choose between two approaches based on your needs:
283283
The following steps involve setting a **content-freeze** period on the project. It is recommended to coordinate this with your content editors before moving forward.
284284
{% endhint %}
285285

286-
1. Delete any environments between your left-most (Development) and production environment.
287-
2. Create a new environment from the production environment.
286+
1. Delete any environments between your left-most and production environments.
287+
2. Create a new environment from the production environment - call it Staging.
288288
3. Initiate **content-freeze**.
289289
4. Import content using either of the following approaches:
290290
1. [Restore content and media](../deployment/restoring-content/) directly from the backoffice.
291291
2. Use the [Database Backup and Restore](../databases/backups.md) functionality in the Cloud Portal.
292-
5. Deploy the upgrade from the left-most environment (Development).
292+
5. Deploy the upgrade from the left-most environment.
293293
6. Verify and test all functionality on the upgraded environment.
294294
7. [Remove your custom hostname(s)](../set-up/project-settings/manage-hostnames/) from the production environment.
295295
8. Ensure the hostname(s) no longer point to the production environment.

0 commit comments

Comments
 (0)