Re: Bug in pg_upgrade standby rsync doc

2018-01-31 Thread Bruce Momjian
On Thu, Jan 25, 2018 at 12:46:52PM -0500, Bruce Momjian wrote: > I propse the attached patch to fix the generic syntax and the example. > I will backpatch it through 9.5. As you stated, the tablespace example > is fine. Done. Thanks for the report. -- Bruce Momjian http://momjian.u

Re: Bug in pg_upgrade standby rsync doc

2018-01-25 Thread Bruce Momjian
On Thu, Dec 7, 2017 at 11:28:12AM -0600, Don Seiler wrote: > In step 10 of the pg_upgrade doc at  > https://www.postgresql.org/docs/9.6/static/ > pgupgrade.html, it uses this example for rsyncing the main $PGDATA dir to the > standby: > > > rsync --archive --delete --hard-links --size-only --no-

Bug in pg_upgrade standby rsync doc

2017-12-07 Thread Don Seiler
In step 10 of the pg_upgrade doc at https://www.postgresql.org/docs/9.6/static/pgupgrade.html, it uses this example for rsyncing the main $PGDATA dir to the standby: rsync --archive --delete --hard-links --size-only --no-inc-recursive /opt/PostgreSQL/9.5/data \ /opt/PostgreSQL/9.6/data stand