Thanks Geoff, I never would have though of this without your mentioning it.Unless I think there might be defects in my tables, do you think there's a need to run mysql_upgrade for 10.0.15 -> .19?TomFrom: Geoff Montee <geoff.montee@gmail.com>
Date: Friday, June 19, 2015 at 1:22 PM
To: Tom Worster <fsb@thefsb.org>
Cc: maria-discuss email list <maria-discuss@lists.launchpad.net>
Subject: Re: [Maria-discuss] Upgrading mariadb-galera-serverHi Tom,On Fri, Jun 19, 2015 at 9:55 AM, Tom Worster <fsb@thefsb.org> wrote:Can I upgrade a production cluster from 10.0.15 to 10.0.19 while the clusterremains in service, upgrading one node at a time?Yes, you can do this. If you plan to run mysql_upgrade on each nodeafter upgrading, you may want to set wsrep_OSU_method to RSU beforedoing so. I think this is especially important for this upgrade, sincemysql_upgrade in 10.0.19 calls REPAIR VIEW. That statement doesn'texist in 10.0.15.e.g.:service mysql stopyum update MariaDB-Galera-server MariaDB-client MariaDB-develMariaDB-shared galera-3service mysql startmysql --execute="SET GLOBAL wsrep_OSU_method=RSU;"mysql_upgrademysql --execute="SET GLOBAL wsrep_OSU_method=TOI;"Geoff
_______________________________________________
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help : https://help.launchpad.net/ListHelp