Mohit Maroliya
991cdc51f0
Update command-line-flags.md
2019-10-31 19:28:54 +05:30
Shlomi Noach
7ae32f7184
Merge branch 'master' into skip-strict-mode
2019-03-17 23:49:13 -07:00
Shlomi Noach
766040d83f
Merge branch 'master' into named-panic
2019-03-06 12:47:06 +02:00
Shlomi Noach
ff17d2f844
Merge branch 'master' into named-panic
2019-02-25 14:00:12 +02:00
Rafe Kettler
b4da7cfbfb
Improve SSL support
...
Related issue: https://github.com/github/gh-ost/issues/521
- Add --ssl-cert and --ssl-key options to specify SSL public/private
key files
- Allow combining --ssl-allow-insecure with other --ssl* flags.
`mysql.RegisterTLSConfig` allows combining the corresponding
parameters in the `tls.Config` it receives, so gh-ost should
allow this. I found being able to pass --ssl-allow-insecure along
with --ssl-ca, --ssl-cert, and --ssl-key useful in testing.
- Use the same TLS config everywhere. Since the CLI only supports
a single set of --ssl* configuration parameters, this should be
fine -- `mysql.RegisterTLSConfig` documentation indicates the
TLS config given will not be modified, so it can safely be used
in many goroutines provided we also do not modify it. The previous
implementation did not work when the TLS config was duplicated,
which happens when gh-ost walks up the replication chain trying
to find the master. This is because, when the config is duplicated,
we must call `RegisterTLSConfig` again with the new config. This
config is exactly the same, so it's easiest to side-step the issue
by registering the TLS config once and using it everywhere.
2019-02-22 10:33:19 -08:00
babinomec
7d5749b84a
add --skip-strict-mode option
2019-02-14 15:58:49 +01:00
Brandon Bodnar
1543098891
Document ssl-related command line flags.
2019-02-05 08:02:47 -06:00
Shlomi Noach
6c5805d844
documenting new flag
2019-01-14 13:32:43 +02:00
ClareCat
2c48be107c
Update command-line-flags
2018-12-13 20:25:04 -08:00
Shlomi Noach
32f1cf1dbe
Support for GCP (Google Cloud Platform)
2018-09-02 09:51:40 +03:00
Josh Soref
c76c169dce
spelling: reference
2017-11-08 00:54:47 +00:00
Josh Soref
4d64b762d9
spelling: enough
2017-11-08 00:50:08 +00:00
Ruud H.G. van Tol
ee0c56b7a5
doc/command-line-flags.md - normalize
2017-10-28 00:12:13 +02:00
Ruud H.G. van Tol
7cf8b42ae8
doc/command-line-flags.md - normalize links
2017-10-28 00:07:11 +02:00
Ruud H.G. van Tol
be53dbab0c
doc/command-line-flags.md - oops
2017-10-27 23:39:23 +02:00
Ruud H.G. van Tol
e73206412f
doc/command-line-flags.md - add --critical-load; normalize links
2017-10-27 23:34:48 +02:00
Ruud H.G. van Tol
bacb87cc74
doc/command-line-flags.md - normalize links
2017-10-27 23:13:31 +02:00
Ruud H.G. van Tol
10d1952dc6
doc/command-line-flags.md - add --heartbeat-interval-millis; normalize links
2017-10-27 23:02:23 +02:00
Ruud H.G. van Tol
038bd0124d
Document replica-server-id
command line option
2017-10-26 20:32:42 +02:00
Shlomi Noach
4e6e454abd
documenting --postpone-cut-over-flag-file
2017-10-18 08:05:55 +03:00
Shlomi Noach
8d4d9cbaec
throttle-http docuemntation
2017-03-26 15:14:36 +03:00
Shlomi Noach
d15594824a
documenting --timestamp-old-table
2017-02-21 17:34:58 -07:00
Shlomi Noach
1157027161
documenting --dml-batch-size
2017-01-08 09:46:12 +02:00
Shlomi Noach
21cf1ffdc5
updated documentation to match --replication-lag-query deprecation
2016-12-27 08:48:34 +02:00
Shlomi Noach
7126b28169
support for --skip-foreign-key-checks
2016-11-21 09:18:40 +01:00
Shlomi Noach
7fe7b032e9
concurrent-rowcount defaults 'true'
2016-10-26 10:40:12 +02:00
Shlomi Noach
4d903d0119
Merge pull request #264 from github/discard-foreign-keys
...
Discard foreign keys
2016-10-12 08:16:27 +02:00
Shlomi Noach
53f7d69a8a
documentation for --critical-load-interval-millis flag
2016-10-11 17:07:02 +02:00
Shlomi Noach
5d312a2bfb
documenting --discard-foreign-keys flag
2016-10-07 10:23:52 +02:00
Josh Bodah
36ab61c278
Fix broken docs link in command-line-flags
2016-09-19 14:57:34 -04:00
Shlomi Noach
88f2af8111
support for --assume-master-host, master-master/tungsten
2016-09-02 13:09:18 +02:00
Shlomi Noach
9c92779939
begin documentation on sub-second replication lag throttling
2016-09-01 13:13:04 +02:00
Shlomi Noach
d5161c6a89
updating documentation following recent developments
...
describing `--concurrent-rowcount`
2016-09-01 12:46:54 +02:00
Shlomi Noach
508534976a
assume-rbr and SUPER documentation
...
- introducing --assume-rbr
- discussing the implication of being able to run without SUPER
2016-08-18 10:09:06 +02:00
Shlomi Noach
1fec66d646
prettify
2016-07-16 05:20:34 -06:00
Shlomi Noach
7643eb39a2
more documentation
...
- what if?
- requirements and limitations
- more abotu variables
- logo
2016-07-16 05:18:45 -06:00
Shlomi Noach
1226fa893f
updated documentation re: cut-over, test-on-replica, migrate-on-replica
2016-06-15 12:31:38 +02:00
Shlomi Noach
8e32604e49
more documentation
2016-06-07 14:18:55 +02:00
Shlomi Noach
e75f1e30f9
more documentation updates
2016-06-06 12:47:32 +02:00
Shlomi Noach
493b8512ac
adding documentation
2016-05-23 12:13:54 +02:00
Shlomi Noach
1a4bf6ec9f
initial doc layout
2016-05-20 13:06:41 +02:00