diff --git a/rpmconf/Upgrade/zmupgrade.pm b/rpmconf/Upgrade/zmupgrade.pm index 7813fe3acb..184180756a 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 = 109; # this should be set to the DB version expected by current server code +my $hiVersion = 110; # this should be set to the DB version expected by current server code my $needSlapIndexing = 0; my $mysqlcnfUpdated = 0; @@ -85,6 +85,7 @@ my %updateScripts = ( '106' => "migrate20150702-ZmgDevices.pl", #8.7.0 '107' => "migrate20170301-ZimbraChat.pl", #8.7.6 '108' => "migrate20170829-SearchHistory.pl", + '109' => "migrate20180110-DistributedRedolog.pl", ); my %updateFuncs = (