Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b2d9f commit 27ef415Copy full SHA for 27ef415
doc/src/sgml/backup.sgml
@@ -1272,7 +1272,7 @@ restore_command = 'gunzip < /mnt/server/archivedir/%f | pg_decompresslog - %p
1272
<varname>archive_command</varname>, so that their
1273
<filename>postgresql.conf</> entry looks very simple:
1274
<programlisting>
1275
-archive_command = 'local_backup_script.sh'
+archive_command = 'local_backup_script.sh "%p" "%f"'
1276
</programlisting>
1277
Using a separate script file is advisable any time you want to use
1278
more than a single command in the archiving process.
0 commit comments