File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -304,11 +304,12 @@ E.g. these are valid arguments.
304304Start a local (test) cluster. Since all servers are running on a single machine
305305this is really not intended for production setups.
306306
307- * ` --starter.mode=cluster|single `
307+ * ` --starter.mode=cluster|single|resilientsingle `
308308
309309Select 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
313314Note that when running a ` single ` server configuration you will lose all
314315high availability features that a cluster provides you.
You can’t perform that action at this time.
0 commit comments