From: Peter Eisentraut Date: Thu, 9 Jan 2020 15:02:23 +0000 (+0100) Subject: doc: Add link to upgrading chapter to release notes X-Git-Tag: REL_10_12~41 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=4c6f541a0affb44b2f0e5e3d99f75636054c9d89;p=postgresql.git doc: Add link to upgrading chapter to release notes Author: Vik Fearing Discussion: https://www.postgresql.org/message-id/flat/54c208b9-7e2c-6211-0ba0-ffb0429cf20b@2ndquadrant.com --- diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index 1e708af20e3..66aca8bbb76 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -10035,9 +10035,11 @@ Branch: REL_10_STABLE [5159626af] 2017-11-03 14:14:16 -0400 Migration to Version 10 - A dump/restore using , or use of , is required for those wishing to migrate data - from any previous release. + A dump/restore using or use of or logical replication is required for those + wishing to migrate data from any previous release. See for general information on migrating to new major + releases.