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/migrate-to-umbraco-cloud.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ You can create a new Umbraco Cloud project in one of the two ways:
117
117
118
118
1. Click **Create project** in the Umbraco Cloud Portal.
119
119
2. Choose **Umbraco Cloud** as the Type.
120
-
3. Choose a **plan** that enables you to add a Development environment.
120
+
3. Choose a **plan** that enables you to add an extra mainline environment.
121
121
4. Select the **version** that matches the project you want to migrate.
122
122
5. Give the project a **name**.
123
123
6. Choose from which **Region** the site should be hosted.
@@ -128,10 +128,16 @@ You can create a new Umbraco Cloud project in one of the two ways:
128
128
11. Check the "Terms and conditions" box.
129
129
12. Click **Create Project**.
130
130
131
-
Once the project is set up, **add a Development** environment. This will enable you to start over with the migration, should something go amiss.
131
+
Once the project is set up:
132
+
133
+
1. Select **Configure environments**.
134
+
2. Add an new **mainline environment**.
135
+
* Throughout this guide we will refer to this environment as the **Development environment**
136
+
137
+
Having more than one environment on your project, will enable you to start over with the migration process should it be needed.
132
138
133
139
{% hint style="info" %}
134
-
Many processes happen in the background when a new Cloud environment is set up. It might take several minutes before the environments are ready to use.
140
+
Many processes happen in the background when a new Cloud environment is set up. It might take some time before the environments are ready to use.
135
141
{% endhint %}
136
142
137
143
With the Cloud project set up and ready, the migration can start in the next step.
@@ -152,7 +158,7 @@ The Umbraco Cloud project is now ready for the next step where the two projects
152
158
153
159
To continue the migration the next step is to clone down the Umbraco Cloud environment to merge it with the Umbraco CMS project.
154
160
155
-
Follow the steps outlined in the [Working with a Local Clone](../set-up/working-locally.md#cloning-an-umbraco-cloud-project) article to clone down the **Development****environment** of the Umbraco Cloud project.
161
+
Follow the steps outlined in the [Working with a Local Clone](../set-up/working-locally.md#cloning-an-umbraco-cloud-project) article to clone down the left-most environment on the project.
0 commit comments