1
0
Fork 0

Doc - Production Checklist Improvements (#7991)

This commit is contained in:
sleto-it 2019-02-05 11:36:44 +01:00 committed by GitHub
parent c685777576
commit 15ed9593cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions

View File

@ -8,11 +8,11 @@ have been performed on your production system before you go live:
See [Installing ArangoDB on Linux](../Installation/Linux.md) for details.
- OS monitoring is in place
(most common metrics, e.g. disk, CPU, RAM utilization).
- Disk space monitoring is in place.
(only if you use the RocksDB storage engine)
- The user _root_ is not used to run any ArangoDB processes
(if you run ArangoDB on Linux).
- Disk space monitoring is in place
(only if you use the RocksDB storage engine)
- The _arangod_ (server) process and the _arangodb_ (Starter) process
- The _arangod_ (server) process and the _arangodb_ (_Starter_) process
(if in use) have some form of logging enabled and you can easily
locate and inspect them.
- If you use the _Starter_ to deploy, you stopped - and disabled
@ -29,3 +29,8 @@ have been performed on your production system before you go live:
sc config arangodb start= disabled
sc stop arangodb
```
- If you have deployed a Cluster (and/or are using DC2DC) the
_replication factor_ of your collections is set to a value equal
or higher than 2 (so that you have **minimal
_data redundancy_ in place**).