Skip to content

Commit d2c7e93

Browse files
committed
Documentation updates
1 parent 57838d4 commit d2c7e93

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Changes from version 0.9.3 to master
2+
3+
- Added support for `resilientsingle` mode. A configuration of 2 single servers that replicate and take over when needed.
4+
- Removed `--cluster.my-local-info` option from commandline of `arangod` servers. It is obsolete.
5+
16
# Changes from version 0.9.2 to 0.9.3
27

38
- Added `--version` option and `version` command to show version of the starter.

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,12 @@ E.g. these are valid arguments.
304304
Start a local (test) cluster. Since all servers are running on a single machine
305305
this is really not intended for production setups.
306306

307-
* `--starter.mode=cluster|single`
307+
* `--starter.mode=cluster|single|resilientsingle`
308308

309309
Select what kind of database configuration you want.
310-
This can be a `cluster` configuration (which is the default), or a `single` server
311-
configuration.
310+
This can be a `cluster` configuration (which is the default),
311+
a `single` server configuration or a `resilientsingle` configuration with
312+
2 single services configured to take over when needed.
312313

313314
Note that when running a `single` server configuration you will lose all
314315
high availability features that a cluster provides you.

0 commit comments

Comments
 (0)