pg_upgrade is not correct

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: ramkly(at)yahoo(dot)com
Subject: pg_upgrade is not correct
Date: 2020-12-08 03:13:30
Message-ID: 160739721042.708.4306720394513934628@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/pgupgrade.html
Description:

If we use the following command to upgrade the standby server, then new
cluster will create by old_cluster which is not correct.
rsync --archive --delete --hard-links --size-only --no-inc-recursive
old_cluster new_cluster remote_dir
I used following command and this one is correct:
rsync --archive --delete --hard-links --size-only --no-inc-recursive
new_cluster old_cluster remote_dir
So the only thing need to change is the place of old_cluster and new_cluster
in rsync command.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2020-12-08 08:13:18 Wrong configuration of tcp_user_timeout can terribly affects tcp_keepalives mechanism
Previous Message Tom Lane 2020-12-07 20:27:22 Re: Mention invalid null byte sequence