Update binlog router upgrade document.
This commit is contained in:
@ -1,14 +1,18 @@
|
|||||||
# Upgrading Binlog Router to MaxScale to 1.3
|
# Upgrading Binlog Router to MaxScale to 1.3
|
||||||
|
|
||||||
This document describes upgrading the Binlog Router module to MaxScale version 1.3. The major changes can be found in the `Changelog.txt` file in the installation directory and the official release notes in the `ReleaseNotes.txt` file.
|
This document describes upgrading the Binlog Router module to MaxScale version 1.3.
|
||||||
|
|
||||||
## What's new
|
## What's new
|
||||||
|
|
||||||
The master server details are now provided by a **master.ini** file located in binlog directory and itcould be changed via CHANGE MASTER TO command issued via MySQL connection to MaxScale.
|
The master server details are now provided with a **master.ini** file located in
|
||||||
|
the binlog directory and it can be changed using a CHANGE MASTER TO command issued
|
||||||
|
via a MySQL connection to MaxScale.
|
||||||
|
|
||||||
This file, properly filled, it's now mandatory and without that the binlog router can't connect to the master database.
|
This file, properly filled, is now mandatory and without it the binlog router
|
||||||
|
cannot connect to the master database.
|
||||||
|
|
||||||
Before starting binlog router after MaxScale 1.3 upgrade please add relevant informations in master.ini, example:
|
Before starting binlog router after MaxScale 1.3 upgrade, please add relevant
|
||||||
|
information to *master.ini*, example:
|
||||||
|
|
||||||
```
|
```
|
||||||
[binlog_configuration]
|
[binlog_configuration]
|
||||||
@ -19,4 +23,5 @@ master_password=somepass
|
|||||||
filestem=repl-bin
|
filestem=repl-bin
|
||||||
```
|
```
|
||||||
|
|
||||||
Additionally the option ```servers=masterdb``` in the service definition is no longer required.
|
Additionally, the option ```servers=masterdb``` in the service definition is no
|
||||||
|
longer required.
|
||||||
|
Reference in New Issue
Block a user