1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-11 08:50:42 +03:00

Last backup type is now checked - still need a unit test for it.

This commit is contained in:
David Steele
2014-10-14 08:27:50 -04:00
parent c8aeadce8e
commit 3a54eaf9de
3 changed files with 86 additions and 32 deletions

View File

@@ -96,7 +96,7 @@ sub BackRestTestBackup_ClusterStop
# If postmaster process is running them stop the cluster
if (-e $strPath . '/postmaster.pid')
{
BackRestTestCommon_Execute(BackRestTestCommon_PgSqlBinPathGet() . "/pg_ctl stop -D ${strPath} -w -s -m fast");
BackRestTestCommon_Execute(BackRestTestCommon_PgSqlBinPathGet() . "/pg_ctl stop -D ${strPath} -w -s -m immediate");
}
}