1
0
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:
David Steele
2013-12-18 22:08:49 -05:00
parent ba72eda700
commit e6e995ec19

View File

@@ -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);