MXS-1288: Deprecate reload config
The `reload config` command is now deprecated. The same functionality can be found in the MaxScale REST API.
This commit is contained in:
@ -1491,6 +1491,9 @@ can add a filter to a service and combine multiple filters in one service.
|
||||
|
||||
## Reloading Configuration
|
||||
|
||||
**Note:** This functionality has been deprecated. Use the MaxScale REST API or the
|
||||
MaxAdmin `alter` commands to change configuration values at runtime.
|
||||
|
||||
The current MariaDB MaxScale configuration may be updated by editing the
|
||||
configuration file and then forcing MariaDB MaxScale to reread the configuration
|
||||
file. To force MariaDB MaxScale to reread the configuration file, send a SIGHUP
|
||||
|
@ -1336,6 +1336,9 @@ of the values to 0, disables the throttling.
|
||||
|
||||
## Reloading The Configuration
|
||||
|
||||
**Note:** This command has been deprecated. Use the MaxScale REST API or the
|
||||
MaxAdmin `alter` commands to change configuration values at runtime.
|
||||
|
||||
A command, _reload config_, is available that will cause MariaDB MaxScale to
|
||||
reload the maxscale.cnf configuration file. Note that not all configuration
|
||||
changes are taken into effect when the configuration is reloaded. Refer to
|
||||
|
@ -104,11 +104,15 @@ The following commands have been deprecated:
|
||||
|
||||
* `enable sessionlog-priority <session-id> [debug|info|notice|warning]`
|
||||
* `disable sessionlog-priority <session-id> [debug|info|notice|warning]`
|
||||
* `reload config`
|
||||
|
||||
The commands can be issued, but have no effect.
|
||||
The `{ enable | disable } sessionlog-priority` commands can be issued, but they
|
||||
have no effect.
|
||||
|
||||
#### Filenames as MaxAdmin Arguments
|
||||
|
||||
MaxAdmin no longer attempts to interpret additional command line parameters as a
|
||||
file name to load commands from (e.g. `maxadmin mycommands.txt`). The shell
|
||||
file name to load commands from (e.g. `maxadmin mycommands.txt`). The shell
|
||||
indirection operator `<` should be used to achieve the same effect (`maxadmin <
|
||||
mycommands.txt`).
|
||||
|
||||
|
Reference in New Issue
Block a user