No mention of standby.signal in pg_ugprade docs - Mailing list pgsql-docs

From Dan Stoner
Subject No mention of standby.signal in pg_ugprade docs
Date
Msg-id 1A5A1B6E-7BB6-47EB-8443-40222B769404@iris.washington.edu
Whole thread Raw
Responses Re: No mention of standby.signal in pg_ugprade docs  (Laurenz Albe <laurenz.albe@cybertec.at>)
List pgsql-docs
Hi,

I noticed that  standby.signal is not mentioned anywhere in the pg_upgrade document.

https://www.postgresql.org/docs/13/pgupgrade.html

I had trouble the first time I tried to start my secondary because it didn't connect to the primary / start streaming
untilI touched the signal  
file.  The signal file is obliterated during the rsync but there is no mention of putting it back or preserving it.


Here is what the docs currently read:

10. Upgrade streaming replication and log-shipping standby servers
...
e. Save configuration files

Save any configuration files from the old standbys' configuration directories you need to keep, e.g., postgresql.conf
(andany files included by it), postgresql.auto.conf, pg_hba.conf, because these will be overwritten or removed in the
nextstep. 



Maybe a mention of standby.signal would make sense under:

g. Configure streaming replication and log-shipping standby servers



Thanks for considering this change.


Dan Stoner




pgsql-docs by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: ddl-basics.html plural stuff
Next
From: Daniel Gustafsson
Date:
Subject: Re: Minor doc fixes