From: Tom Lane Date: Mon, 26 Sep 2022 18:19:21 +0000 (-0400) Subject: Doc: further adjust notes about pg_upgrade_output.d. X-Git-Tag: REL_16_BETA1~1611 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbd2bd15b0114bb900aa6986add2b359fec1b740;p=thirdparty%2Fpostgresql.git Doc: further adjust notes about pg_upgrade_output.d. I'd misunderstood how it worked in 5f1048881. Discussion: https://postgr.es/m/20220925215009.GC21938@telsasoft.com --- diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 405999f6ad3..8f7a3025c36 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -773,8 +773,10 @@ psql --username=postgres --file=script.sql postgres with a timestamp formatted as per ISO 8601 (%Y%m%dT%H%M%S), where all its generated files are stored. - pg_upgrade_output.d and all its contained files may be - removed once the upgrade is successfully completed. + pg_upgrade_output.d and its contained files will be + removed automatically if pg_upgrade completes + successfully; but in the event of trouble, the files there may provide + useful debugging information.