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/deployment/cloud-to-cloud.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Here are the automatic steps Umbraco Cloud goes through when you hit the _"Deplo
29
29
* After the merge, the changes from the source environment are pushed to the repository on the target environment.
30
30
* Finally, the changes pushed to the target repository are extracted to the site, and you will now see your changes reflected in the Backoffice and on the Frontend.
31
31
32
-
We strongly recommend that you **only make changes to metadata on the left-most mainline environment or a flexible environment**. Making changes directly on other mainline environments can cause merge conflicts when you deploy.
32
+
It is recommended that you **only make changes to metadata on the left-most mainline environment or a flexible environment**. Making changes directly on other mainline environments can cause merge conflicts when you deploy.
33
33
34
34
{% hint style="warning" %}
35
35
It is important to be aware of how deletions work between environments. Some deletions are environment-specific and others are not. For more information see the [Deploying Deletions article](deploying-deletions.md).
Copy file name to clipboardExpand all lines: umbraco-cloud/deployment/deploying-deletions.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@ The databases are environment specific. During deployment across environments, U
10
10
11
11
The workflow described above does not recognize deletions of content and schema from the database. You'll need to delete the content and/or schema on all your environments to fully complete the deletion.
12
12
13
-
The main reason we do not delete schema and content on deployments is that it could lead to an unrecoverable loss of data.
13
+
The main reason not to delete schema and content on deployments is that it could lead to an unrecoverable loss of data.
14
14
15
-
Here's an example of what could happen when a Document Type is deleted and deployed:
15
+
Here's an example of what can happen when a Document Type is deleted and deployed:
16
16
17
-
*You've deleted a Document Type in your left-most mainline environment.
18
-
*Then, you push this deletion to your Live environment, where many content nodes depend on the deleted Document Type.
19
-
* When the deployment go through, all those content nodes would be instantly removed.
17
+
*A Document Type is deleted in the left-most mainline environment.
18
+
*This deletion is then pushed to the Live environment, where several content nodes depend on the deleted Document Type.
19
+
* When the deployment is completed, all those content nodes would be instantly removed.
20
20
21
-
In the scenario explained above, there is no option to roll back because the Document Type they rely on no longer exists. To prevent such situations, manual deletion is necessary. You must actively decide on each environment for the process to occur. Below is the same scenario explained in more detail.
21
+
In the scenario described above, there is no option to roll back because the Document Type they rely on no longer exists. To prevent such situations, manual deletion is necessary. You must actively decide on each environment for the process to occur. Below is the same scenario explained in more detail.
22
22
23
23
## Example scenario
24
24
25
-
The following example will build in the scenario outlined above, calling the left-most mainline environment the **Development** environment. In addition to the deletion, you also want to deploy some other changes you've made.
25
+
The following example will build in the scenario outlined above, calling the left-most mainline environment the **Development** environment. In addition to the deletion, additional changes that have been made will also be deployed.
26
26
27
27
Before you deploy the changes, the Development environment will show that the following changes are ready to be deployed:
0 commit comments