mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Update INSTALL to mention pg_upgrade.
This commit is contained in:
parent
c870be6590
commit
c458f2219c
1 changed files with 3 additions and 2 deletions
5
INSTALL
5
INSTALL
|
|
@ -71,8 +71,9 @@ you may reduce this to about 3 Mbytes plus space for user databases.
|
|||
To those upgrading from PostgreSQL 6.3.*:
|
||||
----------------------------------------
|
||||
|
||||
A dump/restore is required for those running 6.3.*. pg_dumpall can help
|
||||
with this task.
|
||||
A dump/restore is required for those running 6.3.*, or you can use the
|
||||
new pg_upgrade command to upgrade your data files without
|
||||
dumping/loading them. See the new pg_upgrade manual page.
|
||||
|
||||
To those doing a fresh install or upgrading from previous releases of
|
||||
PostgreSQL:
|
||||
|
|
|
|||
Loading…
Reference in a new issue