mirror of https://gitee.com/bigwinds/arangodb
Doc - Production Checklist Improvements (#7991)
This commit is contained in:
parent
c685777576
commit
15ed9593cd
|
@ -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**).
|
||||
|
|
Loading…
Reference in New Issue