Link to "Upgrading a PostgreSQL Cluster" in Release Notes
Vik Fearing <[email protected]> Mon, 30 Dec 2019 00:03:01 +0100
| Newsgroups | gmane.comp.db.postgresql.devel.documentation |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--------------44EB4AA2B8091CBF7C6E79CA
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Following a complaint on IRC about the dearth of information on how to
migrate to a new major version in the release notes, the attached
trivial patch was determined to be sufficient for the OP.
This patch applies to REL_12_STABLE. I don't know how far it should be
backpatched (the OP was trying to upgrade to v10), and I didn't see any
place to put it for 13 and future versions.
--
Vik Fearing
--------------44EB4AA2B8091CBF7C6E79CA
Content-Type: text/x-patch; charset=UTF-8;
name="link_to_upgrading.0001.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="link_to_upgrading.0001.patch"
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml
index dfa3851913..62cdbba2d5 100644
--- a/doc/src/sgml/release-12.sgml
+++ b/doc/src/sgml/release-12.sgml
@@ -1216,6 +1216,8 @@ Branch: REL9_4_STABLE [8f8809091] 2019-10-04 15:38:36 -0400
A dump/restore using <xref linkend="app-pg-dumpall"/>, or use of <xref
linkend="pgupgrade"/>, is required for those wishing to migrate data
from any previous release.
+ See <xref linkend="upgrading"/> for general information on migrating to
+ new major releases.
</para>
<para>
--------------44EB4AA2B8091CBF7C6E79CA--