From ae2443dff1669f851c34a0a1093cbd49c9f8569f Mon Sep 17 00:00:00 2001 From: Jette <110890857+Jette94@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:38:20 +0200 Subject: [PATCH 1/3] Update cloud-to-cloud.md Added an important note on deploying deletions in this section. --- umbraco-cloud/deployment/cloud-to-cloud.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/umbraco-cloud/deployment/cloud-to-cloud.md b/umbraco-cloud/deployment/cloud-to-cloud.md index 5690db39315..6a0afe39b9a 100644 --- a/umbraco-cloud/deployment/cloud-to-cloud.md +++ b/umbraco-cloud/deployment/cloud-to-cloud.md @@ -31,4 +31,8 @@ Here are the auto-magical steps Umbraco Cloud goes through when you hit the _"De If you have more than one Umbraco Cloud environment, we strongly recommend that you **only make changes to metadata on the Development environment**. Making changes directly on your Staging and/or Live environments can cause merge conflicts when you deploy from your Development environment. +It is also important to note how deletions work on Cloud, between environments, as some deletions are environment-specific and others are not. Please see [Deploying Deletions](../restoring-content/deploying-deletions.md) for more information. + Refer to our troubleshooting documentation about [how to resolve collision errors](../troubleshooting/deployments/structure-error.md), if you should run into issues while deploying between your Umbraco Cloud environments. + + From 3d196b5200d30e1cbe48922f3208c8fcb0731930 Mon Sep 17 00:00:00 2001 From: Jette <110890857+Jette94@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:38:46 +0200 Subject: [PATCH 2/3] Update umbraco-cloud/deployment/cloud-to-cloud.md Co-authored-by: sofietoft --- umbraco-cloud/deployment/cloud-to-cloud.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/umbraco-cloud/deployment/cloud-to-cloud.md b/umbraco-cloud/deployment/cloud-to-cloud.md index 6a0afe39b9a..1ae5642e55e 100644 --- a/umbraco-cloud/deployment/cloud-to-cloud.md +++ b/umbraco-cloud/deployment/cloud-to-cloud.md @@ -31,7 +31,9 @@ Here are the auto-magical steps Umbraco Cloud goes through when you hit the _"De If you have more than one Umbraco Cloud environment, we strongly recommend that you **only make changes to metadata on the Development environment**. Making changes directly on your Staging and/or Live environments can cause merge conflicts when you deploy from your Development environment. -It is also important to note how deletions work on Cloud, between environments, as some deletions are environment-specific and others are not. Please see [Deploying Deletions](../restoring-content/deploying-deletions.md) for more information. +{% hint style="danger" %} +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](../restoring-content/deploying-deletions.md). +{% endhint %} Refer to our troubleshooting documentation about [how to resolve collision errors](../troubleshooting/deployments/structure-error.md), if you should run into issues while deploying between your Umbraco Cloud environments. From 02a4e695ece395829d900a5b864198c633c2c3fd Mon Sep 17 00:00:00 2001 From: sofietoft Date: Thu, 24 Oct 2024 14:51:24 +0200 Subject: [PATCH 3/3] Update link --- umbraco-cloud/deployment/cloud-to-cloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-cloud/deployment/cloud-to-cloud.md b/umbraco-cloud/deployment/cloud-to-cloud.md index 1ae5642e55e..d25dd3164cd 100644 --- a/umbraco-cloud/deployment/cloud-to-cloud.md +++ b/umbraco-cloud/deployment/cloud-to-cloud.md @@ -32,7 +32,7 @@ Here are the auto-magical steps Umbraco Cloud goes through when you hit the _"De If you have more than one Umbraco Cloud environment, we strongly recommend that you **only make changes to metadata on the Development environment**. Making changes directly on your Staging and/or Live environments can cause merge conflicts when you deploy from your Development environment. {% hint style="danger" %} -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](../restoring-content/deploying-deletions.md). +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). {% endhint %} Refer to our troubleshooting documentation about [how to resolve collision errors](../troubleshooting/deployments/structure-error.md), if you should run into issues while deploying between your Umbraco Cloud environments.