You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-16 09:06:18 +02:00
Fixed typo in config.
This commit is contained in:
@@ -683,7 +683,7 @@ if ($strOperation eq "backup")
|
||||
my $strArchiveStart = trim(execute($strCommandPsql .
|
||||
" -c \"copy (select pg_xlogfile_name(xlog) from pg_start_backup('${strLabel}') as xlog) to stdout\" postgres"));
|
||||
|
||||
${oBackupManifest}{archive}{archive_location}{startg} = $strArchiveStart;
|
||||
${oBackupManifest}{archive}{archive_location}{start} = $strArchiveStart;
|
||||
|
||||
&log(INFO, 'Backup archive start: ' . $strArchiveStart);
|
||||
|
||||
|
Reference in New Issue
Block a user