92b1767fb1
Merge branch '2.2' into develop
2018-06-21 11:45:23 +03:00
067bca6e58
Document comment syntax
...
Documented comment syntax and explicitly stated that trailing comments are
not supported.
2018-06-20 20:59:58 +03:00
396f5d96c2
Merge branch '2.2' into develop
2018-06-20 14:43:03 +03:00
0914f67175
MXS-872: Document new grant requirement
...
The user now requires SELECT privileges on the mysql.roles_mapping
table.
Currently this is a mandatory grant but it needs to be made into an
optional requirement. This allows upgrades from 2.2.9 to 2.2.10 without
needing new grants.
2018-06-20 14:41:56 +03:00
9dd8043359
Add network throttling documentation
...
Added documentation for MXS-1690.
2018-06-15 16:16:53 +03:00
c465511482
MXS-421 Add documentation
2018-06-15 12:41:52 +03:00
5172c43e29
MXS-1775 Add functions for checking disk space of servers
2018-06-06 15:25:57 +03:00
0a31b7094f
MXS-1775 disk_space_threshold is now also a server parameter
...
The disk configuration can be different on different servers.
Hence it should be possible to specify the disk space threshold
separately for each server.
2018-06-01 13:48:15 +03:00
40b31621c8
Merge branch '2.2' into develop
2018-05-25 12:15:58 +03:00
a705130708
MXS-1882: Make [maxscale] sections in sub-configs an error
...
Defining the [maxscale] section in a configuration file that is not the
root configuration file is now treated as an error instead of silently
ignored.
2018-05-24 13:01:57 +03:00
95815df1db
Merge branch '2.2' into develop
2018-05-16 11:46:45 +03:00
ca0f37a4c0
Document maxpasswd encryption algorithm
...
Documented the maxpasswd encryption algorithm in the configuration guide.
2018-05-16 11:13:36 +03:00
12035289f4
Remove server authenticator options
...
Was unused. A warning is printed if the parameter is defined. Any value is ignored.
2018-05-08 14:18:00 +03:00
a7df6b55d5
Merge branch '2.2' into develop
2018-04-24 11:02:02 +03:00
57cfb709b8
MXS-1819 Also log info messages to syslog
...
If info messages are enabled, they will be logged to syslog
just like any other messages.
2018-04-24 10:18:19 +03:00
f4bdf3012d
Merge branch '2.2' into develop
2018-04-23 14:20:32 +03:00
8829e6d0c5
Reorder REST API configuration documentation
...
The REST API configuration documentation is now located after all other
global parameters in its own section. Added it to the ToC and put a link
to it into the REST API overview document.
2018-04-23 14:02:54 +03:00
9f256f50eb
Merge branch '2.2' into develop
2018-04-03 11:01:06 +03:00
177e3251ad
Clarify retain_last_statements documentation
...
Added an explicit note about usage of the retain_last_statements parameter
and that it requires dump_last_statements to work.
2018-04-03 10:59:52 +03:00
6535448374
Merge branch '2.2' into develop
2018-03-27 10:17:15 +03:00
be0587e195
MXS-1734 Add documentation
...
And update the release notes.
2018-03-27 09:35:35 +03:00
cf547b9532
Merge branch '2.2' into develop
2018-03-26 10:03:20 +03:00
17c26164ce
MXS-1701: Refer to the build scripts
...
Instead of keeping the same information in two places, the build
instructions can simply refer to the actual build script used to prepare
the MaxScale builds. This makes the build process easier.
2018-03-22 13:29:28 +02:00
65033313a7
MXS-1701: Fix build instructions
...
Corrected the documentation on building from source and fixed a missing
variable check for the luafilter.
2018-03-22 13:29:28 +02:00
f525822472
Merge branch '2.2' into develop
2018-03-20 13:14:54 +02:00
0b89bc167a
Correct listener port and socket documentation
...
Remove the old paragraph and added a note about defining separate
listeners for UNIX domain sockets and network ports.
Also fixed the example listener definition.
2018-03-20 13:07:28 +02:00
69383c0943
Merge branch '2.2' into develop
2018-03-12 14:38:37 +02:00
4c7edc1b68
Remove obsolete note
...
The user reloading is now done only once.
2018-03-09 20:53:56 +02:00
99dbab27c8
Relocate password encryption documentation
...
The password encryption was documented in the installation instructions
and the main configuration document referred to it as a "section" in the
same document. Having it in the main configuration document makes it the
authoritative source of information.
2018-03-09 20:53:56 +02:00
6c6baebc65
Merge branch '2.2' into develop
2018-02-19 13:25:19 +02:00
6302bcf834
Explicitly list the features disabled in passive mode
...
The current list contains the failover, rejoin and monitor scripts.
2018-02-16 09:02:03 +02:00
f388e2f838
Merge branch '2.2' into develop
2018-02-12 14:00:40 +02:00
e346968e0e
Merge branch '2.1' into 2.2
2018-02-10 08:28:11 +02:00
b4760c5bbe
MXS-1661 Introduce 'users_refresh_time'
...
It is now possible to explicitly specify how frequently MaxScale
may refresh the users of a service.
2018-02-09 13:33:17 +02:00
771716e9db
Merge branch '2.2' into develop
2018-02-05 10:22:43 +02:00
e1f1d8e58a
Merge branch '2.1' into 2.2
2018-02-02 16:05:14 +02:00
7ae931ce9c
MXS-1635 Allow using specific address when connecting
...
In some cases you might want to use a specific address/interface
when connecting to a server instead of the default one. With the
global parameter 'local_address' it can now be specified which
address to use.
2018-02-02 15:17:22 +02:00
23c49d65c4
refactor docment
2018-01-29 10:16:03 +02:00
a035c91fa6
add doc for session_track_trx_state and refactor little
2018-01-29 10:16:03 +02:00
d64868f058
Change MySQL[Client|Backend] to MariaDB[Client|Backend]
2018-01-05 10:01:50 +02:00
f1a2034c01
MXS-1587 Update mariadbmon documentation
2017-12-27 11:22:34 +02:00
afcb708e6e
Merge branch '2.1' into 2.2
2017-11-21 16:49:21 +02:00
fbdd6601e9
Combine TLS/SSL documentation
...
The TLS/SSL documentation is now defined in one place. The documentation
states that both servers and listeners use the same parameters.
2017-11-15 10:11:37 +02:00
4280ec7ee8
MXS-1019: Update SSL documentation
...
Added ssl_verify_peer_certificate documentation for listeners and servers.
2017-11-14 23:09:26 +02:00
925fff4abc
MXS-1518: Fix ssl_cert_verify_depth documentation
...
Corrected the parameter name to the actual used value.
2017-11-14 16:51:34 +02:00
17b7cde56a
Clarify query_retries documentation
...
The parameter documentation did not clearly specify that it affects only
internal queries done by the core and monitors.
2017-11-08 11:54:55 +02:00
3a78b716b8
Merge branch '2.2' into 2.2-mrm
2017-10-30 11:06:34 +02:00
284cd50412
Bind REST API to localhost by default
...
Binding to localhost by default is more secure than binding to all
interfaces.
2017-10-23 19:37:21 +03:00
1666c9f0b6
MXS-1464 Add config 'substitute_variables'
...
With this variables set to true, if $VAR is used as a value in the
configuration file, then `$VAR` will be replaced with the value of
the environment variable VAR.
2017-10-12 14:56:09 +03:00
8c3c103060
Merge branch '2.2' into 2.2-mrm
2017-10-03 14:52:21 +03:00