|
1 | 1 | [DBdeployer](https://github.com/datacharmer/dbdeployer) is a tool that deploys MySQL database servers easily.
|
2 | 2 | This is a port of [MySQL-Sandbox](https://github.com/datacharmer/mysql-sandbox), originally written in Perl, and re-designed from the ground up in [Go](https://golang.org). See the [features comparison](https://github.com/datacharmer/dbdeployer/blob/master/docs/features.md) for more detail.
|
3 | 3 |
|
4 |
| -Documentation updated for version 1.41.0 (26-Oct-2019 20:41 UTC) |
| 4 | +Documentation updated for version 1.42.0 (02-Nov-2019 08:44 UTC) |
5 | 5 |
|
6 | 6 | [](https://travis-ci.org/datacharmer/dbdeployer)
|
7 | 7 |
|
@@ -58,7 +58,7 @@ Get the one for your O.S. from [dbdeployer releases](https://github.com/datachar
|
58 | 58 |
|
59 | 59 | For example:
|
60 | 60 |
|
61 |
| - $ VERSION=1.41.0 |
| 61 | + $ VERSION=1.42.0 |
62 | 62 | $ OS=linux
|
63 | 63 | $ origin=https://github.com/datacharmer/dbdeployer/releases/download/v$VERSION
|
64 | 64 | $ wget $origin/dbdeployer-$VERSION.$OS.tar.gz
|
@@ -161,7 +161,7 @@ For example:
|
161 | 161 | The program doesn't have any dependencies. Everything is included in the binary. Calling *dbdeployer* without arguments or with ``--help`` will show the main help screen.
|
162 | 162 |
|
163 | 163 | $ dbdeployer --version
|
164 |
| - dbdeployer version 1.41.0 |
| 164 | + dbdeployer version 1.42.0 |
165 | 165 |
|
166 | 166 |
|
167 | 167 | $ dbdeployer -h
|
@@ -391,14 +391,14 @@ The ``deploy replication`` command will install a master and two or more slaves,
|
391 | 391 | Flags:
|
392 | 392 | -h, --help help for replication
|
393 | 393 | --master-ip string Which IP the slaves will connect to (default "127.0.0.1")
|
394 |
| - --master-list string Which nodes are masters in a multi-source deployment (default "1,2") |
| 394 | + --master-list string Which nodes are masters in a multi-source deployment |
395 | 395 | --ndb-nodes int How many NDB nodes will be installed (default 3)
|
396 | 396 | -n, --nodes int How many nodes will be installed (default 3)
|
397 | 397 | --read-only-slaves Set read-only for slaves
|
398 | 398 | --repl-history-dir uses the replication directory to store mysql client history
|
399 | 399 | --semi-sync Use semi-synchronous plugin
|
400 | 400 | --single-primary Using single primary for group replication
|
401 |
| - --slave-list string Which nodes are slaves in a multi-source deployment (default "3") |
| 401 | + --slave-list string Which nodes are slaves in a multi-source deployment |
402 | 402 | --super-read-only-slaves Set super-read-only for slaves
|
403 | 403 | -t, --topology string Which topology will be installed (default "master-slave")
|
404 | 404 |
|
@@ -1950,10 +1950,10 @@ Should you need to compile your own binaries for dbdeployer, follow these steps:
|
1950 | 1950 | Between this file and [the API API list](https://github.com/datacharmer/dbdeployer/blob/master/docs/API/API-1.1.md), you have all the existing documentation for dbdeployer.
|
1951 | 1951 | Should you need additional formats, though, dbdeployer is able to generate them on-the-fly. Tou will need the docs-enabled binaries: in the distribution list, you will find:
|
1952 | 1952 |
|
1953 |
| -* dbdeployer-1.41.0-docs.linux.tar.gz |
1954 |
| -* dbdeployer-1.41.0-docs.osx.tar.gz |
1955 |
| -* dbdeployer-1.41.0.linux.tar.gz |
1956 |
| -* dbdeployer-1.41.0.osx.tar.gz |
| 1953 | +* dbdeployer-1.42.0-docs.linux.tar.gz |
| 1954 | +* dbdeployer-1.42.0-docs.osx.tar.gz |
| 1955 | +* dbdeployer-1.42.0.linux.tar.gz |
| 1956 | +* dbdeployer-1.42.0.osx.tar.gz |
1957 | 1957 |
|
1958 | 1958 | The executables containing ``-docs`` in their name have the same capabilities of the regular ones, but in addition they can run the *hidden* command ``tree``, with alias ``docs``.
|
1959 | 1959 |
|
|
0 commit comments