mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-03 14:52:21 +02:00
change process string
This commit is contained in:
parent
577c5af33f
commit
6d7f89fc98
@ -284,6 +284,8 @@ if ($strOperation eq OP_ARCHIVE_PUSH || $strOperation eq OP_ARCHIVE_PULL)
|
||||
# Do async compression
|
||||
if ($bCompressAsync)
|
||||
{
|
||||
$0 = "${strStanza} async";
|
||||
|
||||
# Run file_init_archive - this is the minimal config needed to run archive pulling !!! need to close the old file
|
||||
my $oFile = pg_backrest_file->new
|
||||
(
|
||||
|
@ -350,7 +350,7 @@ sub archive_compress
|
||||
|
||||
if ($lFileTotal == 0)
|
||||
{
|
||||
&log(ERROR, "no archive logs to be compressed");
|
||||
&log(DEBUG, "no archive logs to be compressed");
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user