You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
The archive-get command is implemented entirely in C.
This new implementation should behave exactly like the old Perl code with the exception of a few updated log messages. Remove as much of the Perl code as possible without breaking other commands.
This commit is contained in:
@@ -2975,7 +2975,7 @@
|
||||
</execute>
|
||||
<execute user="postgres" output="y">
|
||||
<exe-cmd>cat /var/log/pgbackrest/demo-archive-get-async.log</exe-cmd>
|
||||
<exe-highlight>got WAL file [0-F]{24} from archive</exe-highlight>
|
||||
<exe-highlight>found [0-F]{24} in the archive</exe-highlight>
|
||||
</execute>
|
||||
</execute-list>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user