Update release notes and upgrading document
Added a section about unknown global parameters being treated as errors to both documents and fixed the passwd deprecation description in the upgrading document.
This commit is contained in:
@ -10,6 +10,12 @@ report at [Jira](https://jira.mariadb.org).
|
|||||||
|
|
||||||
## Changed Features
|
## Changed Features
|
||||||
|
|
||||||
|
### Unknown global parameters
|
||||||
|
|
||||||
|
Unknown global parameters or parameters with invalid values are now treated as
|
||||||
|
errors. If MaxScale refuses to start after upgrading to 2.3.1, check whether it
|
||||||
|
is due to an unknown global parameter.
|
||||||
|
|
||||||
### REST-API
|
### REST-API
|
||||||
|
|
||||||
#### `/v1/sessions`
|
#### `/v1/sessions`
|
||||||
|
|||||||
@ -9,11 +9,16 @@ to the [ChangeLog](../Changelog.md).
|
|||||||
Before starting the upgrade, we recommend you back up your current
|
Before starting the upgrade, we recommend you back up your current
|
||||||
configuration file.
|
configuration file.
|
||||||
|
|
||||||
### `passwd` is no longer accepted
|
### Unknown global parameters
|
||||||
|
|
||||||
In the configuration file, passwords for monitors and services must be
|
All unknown parameters are now treated as errors. Check your configuration for
|
||||||
specified using `password`; the support for the earlier deprecated
|
errors if MaxScale fails to start after upgrading to 2.3.1.
|
||||||
`passwd` has been removed. That is, the following
|
|
||||||
|
### `passwd` is deprecated
|
||||||
|
|
||||||
|
In the configuration file, passwords for monitors and services should be
|
||||||
|
specified using `password`; the support for the deprecated
|
||||||
|
`passwd` will be removed in the future. That is, the following
|
||||||
```
|
```
|
||||||
[The-Service]
|
[The-Service]
|
||||||
type=service
|
type=service
|
||||||
@ -25,7 +30,7 @@ type=monitor
|
|||||||
passwd=some-monitor-password
|
passwd=some-monitor-password
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
must be changed to
|
should be changed to
|
||||||
```
|
```
|
||||||
[The-Service]
|
[The-Service]
|
||||||
type=service
|
type=service
|
||||||
|
|||||||
Reference in New Issue
Block a user