From a48d0744471932f6cc52fbec71c2e58de1ff4437 Mon Sep 17 00:00:00 2001 From: Eric Schoonover Date: Mon, 15 Jan 2018 01:25:08 -0800 Subject: [PATCH] HA mailbox DB migration for redolog --- rpmconf/Upgrade/zmupgrade.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpmconf/Upgrade/zmupgrade.pm b/rpmconf/Upgrade/zmupgrade.pm index 8d69864351..c11f5fcb38 100755 --- a/rpmconf/Upgrade/zmupgrade.pm +++ b/rpmconf/Upgrade/zmupgrade.pm @@ -41,7 +41,7 @@ chomp $rundir; my $scriptDir = "/opt/zimbra/libexec/scripts"; my $lowVersion = 52; -my $hiVersion = 110; # this should be set to the DB version expected by current server code +my $hiVersion = 111; # this should be set to the DB version expected by current server code my $needSlapIndexing = 0; my $mysqlcnfUpdated = 0; @@ -86,6 +86,7 @@ my %updateScripts = ( '107' => "migrate20170301-ZimbraChat.pl", #8.7.6 '108' => "migrate20180301-ZimbraChat.pl", #8.8.8 '109' => "migrate20170829-SearchHistory.pl", + '110' => "migrate20180110-DistributedRedolog.pl", ); my %updateFuncs = (