@@ -156,10 +156,10 @@ periodically to improve security.
156
156
157
157
1 . Navigate to the __ Deployment__ for which you want to enable an automatic
158
158
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
160
160
__ ROOT PASSWORD__ .
161
161
3 . In the __ Password Settings__ dialog, turn the automatic password rotation on
162
- and click the __ Confirm __ button.
162
+ and click the __ Save __ button.
163
163
164
164
![ ArangoGraph Deployment Password Rotation] ( ../../../images/arangograph-deployment-password-rotation.png )
165
165
4 . 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
175
175
end-to-end audit traceability for a given user, as well as integration with
176
176
ArangoGraph SSO.
177
177
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
179
180
that it may take a few minutes to get activated.
180
181
Once enabled, you no longer have to fill in the ` root ` user and password of
181
182
your ArangoDB deployment.
@@ -201,7 +202,7 @@ the ArangoDB database web interface as all permissions are managed by the
201
202
ArangoGraph platform.
202
203
{{< /warning >}}
203
204
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
205
206
with one of the following permissions in your project:
206
207
- ` data.deployment.full-access `
207
208
- ` data.deployment.read-only-access `
@@ -236,6 +237,11 @@ attached to your role. Read more about [roles and permissions](../security-and-a
236
237
- Change the deployment name
237
238
- Change the deployment description
238
239
4 . 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 >}}
239
245
- Change ** OneShard** deployments into ** Sharded** deployments. To do so,
240
246
select ** Sharded** in the ** Model** dropdown list. You can select the
241
247
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
244
250
{{< /warning >}}
245
251
- Change ** Single Server** deployments into ** OneShard** or ** Sharded** deployments.
246
252
{{< 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.
248
259
{{< /warning >}}
249
260
- Scale up or down the node size.
250
261
{{< warning >}}
@@ -281,21 +292,33 @@ application has to handle connection failures by retrying operations if needed.
281
292
282
293
![ ArangoGraph Connecting Drivers Example] ( ../../../images/arangograph-connecting-drivers-example.png )
283
294
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
+
284
304
## How to delete a deployment
285
305
286
306
{{< danger >}}
287
307
Deleting a deployment deletes all its data and backups.
288
308
This operation is ** irreversible** . Please proceed with caution.
289
309
{{< /danger >}}
290
310
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
297
315
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.
300
318
The deployment being deleted will display the __ Deleting__ status until it has
301
319
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