diff --git a/scripts/zmupdate.pl.in b/scripts/zmupdate.pl.in index 3c9aa04f91..ba8f02f9e7 100644 --- a/scripts/zmupdate.pl.in +++ b/scripts/zmupdate.pl.in @@ -387,11 +387,6 @@ if ( $version ) { my ( $detaint_version ) = $version =~ /^([\w.]+)$/; $version = $detaint_version; - if ( ZM_VERSION eq $version ) { - print("\nDatabase already at version $version, update skipped.\n\n"); - exit(0); - } - my $start_zm = 0; print("\nInitiating database upgrade to version ".ZM_VERSION." from version $version\n"); if ( $interactive ) {