We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48298f commit bc5c28aCopy full SHA for bc5c28a
CHANGELOG.md
@@ -3,6 +3,12 @@
3
- Database upgrade procedure has changed.
4
It is now much more automated and can be triggered using
5
an `arangodb upgrade --starter.endpoint=...` command.
6
+- Added `arangodb remove starter` command to remove a machine
7
+ from a cluster in a controlled manor.
8
+- Changed default value of `--server.storage-engine` from `mmfiles`
9
+ to an empty string. For deployments using ArangoDB 3.3 or earlier
10
+ the effective default is still `mmfiles`. For deployments using ArangoDB 3.4
11
+ or higher, `rocksdb` is the default storage engine.
12
13
# Changes from version 0.11.3 to 0.12.0
14
0 commit comments