Skip to content

Commit fe8baac

Browse files
committed
Documentated changes
1 parent bc5c28a commit fe8baac

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
- Database upgrade procedure has changed.
44
It is now much more automated and can be triggered using
55
an `arangodb upgrade --starter.endpoint=...` command.
6+
See [Upgrading _Starter_ Deployments](./docs/Manual/Upgrading/Starter/README.md)
7+
for details.
68
- Added `arangodb remove starter` command to remove a machine
79
from a cluster in a controlled manor.
10+
See [ArangoDB Starter Removal Procedure](./docs/Manual/Administration/Starter/Removal.md)
11+
for details.
812
- Changed default value of `--server.storage-engine` from `mmfiles`
913
to an empty string. For deployments using ArangoDB 3.3 or earlier
1014
the effective default is still `mmfiles`. For deployments using ArangoDB 3.4

docs/Manual/Programs/Starter/Options.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ This option only has to be specified if the standard search fails.
261261
Sets the storage engine used by the `arangod` servers.
262262
The value `rocksdb` is only allowed on `arangod` version 3.2 and up.
263263

264+
On `arangod` version 3.3 and earlier, the default value is `mmfiles`.
265+
On `arangod` version 3.4 and later, the default value is `rocksdb`.
266+
264267
- `--cluster.start-coordinator=bool`
265268

266269
This indicates whether or not a coordinator instance should be started

0 commit comments

Comments
 (0)