From: | Frank Wiles <frank(at)revsys(dot)com> |
---|---|
To: | pgsql-docs(at)postgresql(dot)org |
Subject: | wal shipping/pg_standby docs patch |
Date: | 2009-03-25 19:20:51 |
Message-ID: | 7bbd319d0903251220n1c009a7i95b559387812bd85@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
Hello,
It has been awhile since I setup a warm standby server, so I dutifully
followed the documentation. However, the documentation specifically
suggests using 'cp -i' as the archive command. Granted, it does say
that it is only a suggestion and not a recommendation, but does
specifically mention it for Linux.
Wasn't three days before I was bitten by transferring a WAL file
before it was fully copied into the archive location.
Attached is a patch that makes the suggestion be 'rsync -avr' in both
backup.sgml and pg_standby.sgml.
Thanks!
--
Frank Wiles
Revolution Systems | http://www.revsys.com/
frank(at)revsys(dot)com | (800) 647-6298
Attachment | Content-Type | Size |
---|---|---|
rsync-doc.patch | text/x-diff | 1.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2009-03-26 02:04:11 | Re: wal shipping/pg_standby docs patch |
Previous Message | Alvaro Herrera | 2009-03-17 19:39:08 | Re: [DOCS] the sad state of our FAQs |