Preserve wal acceptor logs in CI.

And generally make removal of everything-but-logs a bit simpler, with files
staying in place.

Also renames postgres log from 'log' to 'pg.log'.
This commit is contained in:
Arseny Sher
2021-06-15 15:52:08 +03:00
committed by arssher
parent 39c1d4896c
commit 7c5532303e
2 changed files with 3 additions and 12 deletions

View File

@@ -339,7 +339,7 @@ impl PostgresNode {
"-D",
self.pgdata().to_str().unwrap(),
"-l",
self.pgdata().join("log").to_str().unwrap(),
self.pgdata().join("pg.log").to_str().unwrap(),
"-w", //wait till pg_ctl actually does what was asked
],
args,