You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: umbraco-cloud/getting-started/baselines/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Baselines
2
2
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**.
4
4
5
5
Any project can act as a Baseline project.
6
6
@@ -14,7 +14,7 @@ The basic idea is that you have a project that contains all your standard Umbrac
Copy file name to clipboardExpand all lines: umbraco-cloud/product-upgrades/major-upgrades.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ Make sure any packages you use are compatible with the latest version of Umbraco
16
16
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.
17
17
{% endhint %}
18
18
19
-
## **Before you start the upgrade**
19
+
## Before you start the upgrade
20
20
21
21
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.
22
22
23
-
### **Upgrading from a Short Term Supported (STS) version**
23
+
### Upgrading from a Short Term Supported (STS) version
24
24
25
25
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.
26
26
@@ -30,7 +30,7 @@ Refer to the [Long-term support and EOL article](https://umbraco.com/products/kn
30
30
31
31
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.
32
32
33
-
### **Upgrading from a Long Term Supported (LTS) version**
33
+
### Upgrading from a Long Term Supported (LTS) version
34
34
35
35
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.
36
36
@@ -40,7 +40,7 @@ Refer to the [Long-term support and EOL article](https://umbraco.com/products/kn
40
40
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.
41
41
{% endhint %}
42
42
43
-
#### _Example: Upgrading from Umbraco 10 (LTS) to Umbraco 15 (STS)_
43
+
#### Example: Upgrading from Umbraco 10 (LTS) to Umbraco 15 (STS)
44
44
45
45
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.
46
46
@@ -53,7 +53,7 @@ Look for the "**Upgrade from/to Umbraco xx"** boxes. These boxes contain importa
53
53
* Follow the **requirements** for [local development](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/requirements#local-development).
54
54
* An Umbraco Cloud project running [the latest version of your current Umbraco CMS installation](https://our.umbraco.com/download/releases)
55
55
* 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.
57
57
* A backup of your project database.
58
58
* Directly from your environment. See the [Database backups](../databases/backups.md) article,
59
59
* 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-
73
73
74
74
## Step 2: Clone down your environment
75
75
76
-
1. Clone down the **Development**environment.
76
+
1. Clone down the **left-most mainline environment**.
77
77
2. Build and run the [project locally](../set-up/working-locally.md#running-the-site-locally).
78
78
3. Log in to the backoffice.
79
79
4. Restore content from your Cloud environment.
@@ -254,7 +254,7 @@ Remove the following files and folders _manually_ from your local project:
254
254
*`/umbraco/UmbracoWebsite`
255
255
*`/umbraco/config/lang`
256
256
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.
258
258
259
259
</details>
260
260
@@ -283,13 +283,13 @@ You can choose between two approaches based on your needs:
283
283
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.
284
284
{% endhint %}
285
285
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.
288
288
3. Initiate **content-freeze**.
289
289
4. Import content using either of the following approaches:
290
290
1.[Restore content and media](../deployment/restoring-content/) directly from the backoffice.
291
291
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.
293
293
6. Verify and test all functionality on the upgraded environment.
294
294
7.[Remove your custom hostname(s)](../set-up/project-settings/manage-hostnames/) from the production environment.
295
295
8. Ensure the hostname(s) no longer point to the production environment.
0 commit comments