@@ -90,8 +90,8 @@ m4_divert[]m4_dnl
90
90
<para >
91
91
The file @POSTGRES_HOMEDIR@/.bash_profile is packaged to help with the
92
92
setting of environment variables. You may edit this file, and it won't be
93
- overwritten during an upgrade. However, enhancements and bugfixes may be
94
- added to this file, so be sure to check .bash_profile.rpmnew after
93
+ overwritten during a package upgrade. However, enhancements and bugfixes
94
+ may be added to this file, so be sure to check .bash_profile.rpmnew after
95
95
upgrading.
96
96
</para >
97
97
@@ -102,7 +102,6 @@ m4_divert[]m4_dnl
102
102
has no default password, so the only way to become this user is to su to it
103
103
from root. If you want to be able to su to it from a non-root account or
104
104
log in directly as 'postgres' you will need to set a password using passwd.
105
- Test section 2.
106
105
</para >
107
106
108
107
</sect1 >
@@ -111,10 +110,11 @@ m4_divert[]m4_dnl
111
110
<title >UPGRADING AN INSTALLATION</title >
112
111
113
112
<para >
114
- For a minor-version upgrade (such as 9.3.1 to 9.3.4; last number changes),
115
- just install the new RPMs; there's usually nothing more to it than that.
113
+ For a minor-version upgrade (such as 9.3.1 to 9.3.4 for versions
114
+ < 10, or 10.1 to 10.5 for versions > = 10; last number changes), just
115
+ install the new RPMs; there's usually nothing more to it than that.
116
116
Upgrading across a major release of PostgreSQL (for example, from 9.2.x to
117
- 9.3.x) requires more effort.
117
+ 9.3.x or from 10 to 11 ) requires more effort.
118
118
</para >
119
119
120
120
<para >
@@ -148,8 +148,8 @@ m4_divert[]m4_dnl
148
148
</listitem >
149
149
<listitem >
150
150
<para >
151
- install the new version's RPMs (install all the ones you had before,
152
- plus @NAME_PACKAGE@-upgrade)
151
+ install the new version's RPMs (install all the ones you had
152
+ before[]m4_ifelse([@SCL_SOURCE@],[:],[, plus @NAME_PACKAGE@-upgrade]) )
153
153
</para >
154
154
</listitem >
155
155
<listitem >
@@ -172,8 +172,9 @@ m4_divert[]m4_dnl
172
172
</listitem >
173
173
<listitem >
174
174
<para >
175
- the @NAME_PACKAGE@-upgrade package can be removed after the update is
176
- complete, as can old data directory
175
+ the old data directory can be removed after the update is
176
+ complete[]m4_ifelse([@SCL_SOURCE@], [:],
177
+ [, as can @NAME_PACKAGE@-upgrade package])
177
178
</para >
178
179
</listitem >
179
180
</orderedlist >
@@ -219,10 +220,12 @@ m4_ifelse([@LIBS_ENABLED@],[yes], [
219
220
<entry >@NAME_PACKAGE@-test:</entry >
220
221
<entry >The regression tests and associated files</entry >
221
222
</row >
223
+ m4_ifelse([@SCL_SOURCE@], [:], [], [
222
224
<row >
223
225
<entry >@NAME_PACKAGE@-upgrade:</entry >
224
226
<entry >Support files for upgrading from previous major version</entry >
225
227
</row >
228
+ ])
226
229
<row >
227
230
<entry >@NAME_PACKAGE@-docs:</entry >
228
231
<entry >Full documentation in HTML and PDF, the tutorial files</entry >
0 commit comments