mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove line missed in previous commit
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user