Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbd29331

Browse files
committed
Mention pg_upgrade
1 parentf9f6cc4 commitbd29331

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

‎INSTALL

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
165165
/usr/local/pgsql/data/pg_hba.conf to allow only you on, then bring
166166
postmaster back up.
167167

168+
Rather than using pg_dumpall, pg_upgrade can often be used.
169+
168170
6. If you are upgrading an existing system then kill the database server
169171
now. Type
170172

‎doc/src/sgml/install.sgml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.42 2000/06/01 05:47:06 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.43 2000/06/01 05:58:42 momjian Exp $
33
-->
44

55
<chapter id="install">
@@ -244,7 +244,10 @@ All of PostgreSQL is successfully made. Ready to install.
244244
If you are not upgrading an existing system then skip to
245245
<xref linkend="continue">.
246246
</para>
247-
247+
<para>
248+
If you are running 7.0 or later, skip to
249+
<xref linkend="nodump">.
250+
</para>
248251
<para>
249252
You now need to back up your existing database.
250253
To dump your fairly recent post-6.0 database installation, type
@@ -284,9 +287,13 @@ All of PostgreSQL is successfully made. Ready to install.
284287
bring <application>postmaster</application> back up.
285288
</para>
286289
</caution>
290+
<para>
291+
Rather than using <application>pg_dumpall</application>,
292+
<application>pg_upgrade</application> can often be used.
293+
</para>
287294
</step>
288295

289-
<step performance="required">
296+
<step performance="required" id="nodump">
290297
<para>
291298
If you are upgrading an existing system then kill the database
292299
server now. Type

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp