Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit 861df87

Browse files
committed
update docs
1 parent 431eb54 commit 861df87

File tree

2 files changed

+1240
-9
lines changed

2 files changed

+1240
-9
lines changed

Diff for: README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DBdeployer](https://github.com/datacharmer/dbdeployer) is a tool that deploys MySQL database servers easily.
22
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.
33

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)
55

66
[![Build Status](https://travis-ci.org/datacharmer/dbdeployer.svg "Travis CI status")](https://travis-ci.org/datacharmer/dbdeployer)
77

@@ -58,7 +58,7 @@ Get the one for your O.S. from [dbdeployer releases](https://github.com/datachar
5858

5959
For example:
6060

61-
$ VERSION=1.41.0
61+
$ VERSION=1.42.0
6262
$ OS=linux
6363
$ origin=https://github.com/datacharmer/dbdeployer/releases/download/v$VERSION
6464
$ wget $origin/dbdeployer-$VERSION.$OS.tar.gz
@@ -161,7 +161,7 @@ For example:
161161
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.
162162

163163
$ dbdeployer --version
164-
dbdeployer version 1.41.0
164+
dbdeployer version 1.42.0
165165

166166

167167
$ dbdeployer -h
@@ -391,14 +391,14 @@ The ``deploy replication`` command will install a master and two or more slaves,
391391
Flags:
392392
-h, --help help for replication
393393
--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
395395
--ndb-nodes int How many NDB nodes will be installed (default 3)
396396
-n, --nodes int How many nodes will be installed (default 3)
397397
--read-only-slaves Set read-only for slaves
398398
--repl-history-dir uses the replication directory to store mysql client history
399399
--semi-sync Use semi-synchronous plugin
400400
--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
402402
--super-read-only-slaves Set super-read-only for slaves
403403
-t, --topology string Which topology will be installed (default "master-slave")
404404

@@ -1950,10 +1950,10 @@ Should you need to compile your own binaries for dbdeployer, follow these steps:
19501950
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.
19511951
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:
19521952

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
19571957

19581958
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``.
19591959

0 commit comments

Comments
 (0)