From 2a4588ddc3cc7f04d135f92d0bd82e761e0e9881 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Thu, 10 Dec 2015 10:41:51 +0200 Subject: [PATCH] Update binlog router upgrade document. --- .../Upgrading-BinlogRouter-To-Maxscale-1.3.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Documentation/Upgrading/Upgrading-BinlogRouter-To-Maxscale-1.3.md b/Documentation/Upgrading/Upgrading-BinlogRouter-To-Maxscale-1.3.md index 4c088d500..8df925884 100644 --- a/Documentation/Upgrading/Upgrading-BinlogRouter-To-Maxscale-1.3.md +++ b/Documentation/Upgrading/Upgrading-BinlogRouter-To-Maxscale-1.3.md @@ -1,14 +1,18 @@ # 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 -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] @@ -16,7 +20,8 @@ master_host=127.0.0.1 master_port=3308 master_user=repl 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.