File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
docs/Manual/Programs/Starter Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -261,6 +261,9 @@ This option only has to be specified if the standard search fails.
261261Sets the storage engine used by the ` arangod ` servers.
262262The 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
266269This indicates whether or not a coordinator instance should be started
You can’t perform that action at this time.
0 commit comments