File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ Chapter 0. Installation
2
+
3
+ Table of Contents
4
+ Before you start
5
+ Installation Procedure
6
+
1
7
Installation instructions for PostgreSQL 7.0.0.
2
8
3
9
Commands were tested on RedHat Linux version 5.2 using the bash shell.
@@ -52,6 +58,7 @@ Considering today's prices for hard disks, getting a large and fast hard
52
58
disk should probably be in your plans before putting a database into
53
59
production use.
54
60
61
+ ---------------------------------------------------------------------------
55
62
56
63
Installation Procedure
57
64
@@ -72,7 +79,7 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
72
79
(although you can). You will be told when you need to login as the
73
80
database superuser.
74
81
75
- 2. If you are not upgrading an existing system then skip to step 4 .
82
+ 2. If you are not upgrading an existing system then skip to .
76
83
77
84
You now need to back up your existing database. To dump your fairly
78
85
recent post-6.0 database installation, type
@@ -96,7 +103,6 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
96
103
backup. If necessary, bring down postmaster, edit the permissions in file
97
104
/usr/local/pgsql/data/pg_hba.conf to allow only you on, then bring
98
105
postmaster back up.
99
-
100
106
3. If you are upgrading an existing system then kill the database server
101
107
now. Type
102
108
You can’t perform that action at this time.
0 commit comments