Remove line missed in previous commit

This commit is contained in:
Magnus Hagander 2020-11-11 16:51:36 +01:00
parent 1e12a495b4
commit 4e3ffd5981

View File

@ -606,7 +606,6 @@ sub upgradecheck
print "\nStarting new cluster\n\n";
@args = ('pg_ctl', '-l', "$logdir/postmaster2.log", 'start');
system(@args) == 0 or exit 1;
system(@args) == 0 or exit 1;
print "\nDumping new cluster\n\n";
@args = ('pg_dumpall', '-f', "$tmp_root/dump2.sql");
system(@args) == 0 or exit 1;