On Thu, Feb 25, 2021 at 06:03:57PM +0900, Fujii Masao wrote: > Regarding the section "Standalone Hot Backups", all the directories and > file seem to be placed under /var/lib/pgsql, so at least for me it looks a bit > strange to change only the path of archive directory. So I don't think that > we need to do this change. > > -tar -rf /var/lib/pgsql/backup.tar /var/lib/pgsql/archive/ > +tar -rf /var/lib/pgsql/backup.tar /mnt/server/archivedir/ > > Same as above.
Okay. I found the thing a bit inconsistent while looking at the whole picture. Anyway, dropped those two parts. > -archive_command = 'gzip < %p > /var/lib/pgsql/archive/%f' > +archive_command = 'gzip < %p > /mnt/server/archivedir/%f.gz' > </programlisting> > You will then need to use <application>gunzip</application> during > recovery: > <programlisting> > -restore_command = 'gunzip < /mnt/server/archivedir/%f > %p' > +restore_command = 'gunzip < /mnt/server/archivedir/%f.gz > %p' > > LGTM. Thanks for the patch! Thanks for the review. I have applied only this part, then. -- Michael
signature.asc
Description: PGP signature