@@ -156,10 +156,10 @@ periodically to improve security.
156156
1571571 .  Navigate to the __ Deployment__  for which you want to enable an automatic
158158   password rotation for the root user.
159- 2 .  In the __ Quick start __  section, click the button with the __ gear__  icon next to the
159+ 2 .  In the __ Deployment details __  section, click the button with the __ gear__  icon next to the
160160   __ ROOT PASSWORD__ .
1611613 .  In the __ Password Settings__  dialog, turn the automatic password rotation on
162-    and click the __ Confirm __  button.
162+    and click the __ Save __  button.
163163
164164   ![ ArangoGraph Deployment Password Rotation] ( ../../../images/arangograph-deployment-password-rotation.png ) 
1651654 .  You can expand the __ Root password__  panel to see when the password was
@@ -175,7 +175,8 @@ are shared between ArangoGraph and your database, you can benefit from
175175end-to-end audit traceability for a given user, as well as integration with
176176ArangoGraph SSO.
177177
178- You can enable this feature in the ** Password Settings**  dialog. Please note
178+ You can enable this feature in the ** Deployment details**  section by turning
179+ the ** USE AUTO LOGIN FOR DATABASE UI**  toggle on. Please note
179180that it may take a few minutes to get activated.
180181Once enabled, you no longer have to fill in the ` root `  user and password of
181182your ArangoDB deployment.
@@ -201,7 +202,7 @@ the ArangoDB database web interface as all permissions are managed by the
201202ArangoGraph platform.
202203{{< /warning >}}
203204
204- Before getting started, make sure you are signed into  ArangoGraph as a user
205+ Before getting started, make sure you are signed in to  ArangoGraph as a user
205206with one of the following permissions in your project:
206207-  ` data.deployment.full-access ` 
207208-  ` data.deployment.read-only-access ` 
@@ -236,6 +237,11 @@ attached to your role. Read more about [roles and permissions](../security-and-a
236237   -  Change the deployment name
237238   -  Change the deployment description
2382394 .  In the ** Sizing**  section, you can do the following:
240+    
241+    {{< tip >}}
242+    Before changing deployment models, especially from ** Single Server**  to clustered configurations,
243+    consider creating a backup of your data.
244+    {{< /tip >}}
239245   -  Change ** OneShard**  deployments into ** Sharded**  deployments. To do so,
240246     select ** Sharded**  in the ** Model**  dropdown list. You can select the
241247     number of nodes for your deployment. This can also be modified later on.
@@ -244,7 +250,12 @@ attached to your role. Read more about [roles and permissions](../security-and-a
244250     {{< /warning >}}
245251   -  Change ** Single Server**  deployments into ** OneShard**  or ** Sharded**  deployments.
246252     {{< warning >}}
247-      You cannot switch from ** Sharded**  or ** OneShard**  back to ** Single Server** .
253+      ** Important considerations for Single Server upgrades:** 
254+      -  You cannot switch from ** Sharded**  or ** OneShard**  back to ** Single Server** .
255+      -  Changing ** Single Server**  deployments into ** OneShard**  or ** Sharded**  deployments
256+        will cause downtime and may take a considerable amount of time to complete. Plan this switch
257+        during a maintenance window when your application can tolerate service interruption.
258+        Your data remains safe throughout the process.
248259     {{< /warning >}}
249260   -  Scale up or down the node size.
250261     {{< warning >}}
@@ -281,21 +292,33 @@ application has to handle connection failures by retrying operations if needed.
281292
282293![ ArangoGraph Connecting Drivers Example] ( ../../../images/arangograph-connecting-drivers-example.png ) 
283294
295+ ## How to pause a deployment  
296+ 
297+ 1 .  In the __ Deployments__  page, click the deployment you wish to pause.
298+ 2 .  Click the __ Delete/Lock__  entry in the navigation.
299+ 3 .  Click the __ Pause deployment...__  button.
300+ 4 .  To resume the deployment, go to the __ Overview__  tab and click __ Resume deployment__ . The
301+    deployment being paused displays the __ Hibernated__  status until it has been
302+    successfully resumed.
303+ 
284304## How to delete a deployment  
285305
286306{{< danger >}}
287307Deleting a deployment deletes all its data and backups.
288308This operation is ** irreversible** . Please proceed with caution.
289309{{< /danger >}}
290310
291- 1 .  In the main navigation, in the __ Projects__  section, click the project that
292-    holds the deployment you wish to delete.
293- 2 .  In the __ Deployments__  page, click the deployment you wish to delete.
294- 3 .  Click the __ Delete/Lock__  entry in the navigation.
295- 4 .  Click the __ Delete deployment__  button.
296- 5 .  In the modal dialog, confirm the deletion by entering ` Delete! `  into the
311+ 1 .  In the __ Deployments__  page, click the deployment you wish to delete.
312+ 2 .  Click the __ Delete/Lock__  entry in the navigation.
313+ 3 .  Click the __ Delete deployment...__  button.
314+ 4 .  In the modal dialog, confirm the deletion by entering ` Delete! `  into the
297315   designated text field.
298- 6 .  Confirm the deletion by pressing the __ Yes__  button.
299- 7 .  You will be taken back to the deployments  page of the project.
316+ 5 .  Confirm the deletion by pressing the __ Yes__  button.
317+ 6 .  You will be taken back to the __ Deployments __  page of the project.
300318   The deployment being deleted will display the __ Deleting__  status until it has
301319   been successfully removed.
320+ 
321+ {{< info >}}
322+ Locked deployments cannot be deleted. Learn more about
323+ [ locked resources] ( ../security-and-access-control/_index.md#locked-resources )  in ArangoGraph.
324+ {{< /info >}}
0 commit comments