postgresql: README fixes
This commit is contained in:
parent
f25b692509
commit
aeb730bb20
@ -33,7 +33,7 @@ NEW INSTALL
|
||||
To complete the installation and create a test database you need to do
|
||||
some additional steps:
|
||||
|
||||
# useradd postgres
|
||||
# useradd -m -d /home/postgres postgres
|
||||
# passwd -l postgres
|
||||
|
||||
# mkdir -p /var/pgsql/data
|
||||
@ -49,7 +49,8 @@ some additional steps:
|
||||
# createdb test
|
||||
# psql test
|
||||
|
||||
edit /etc/cron/weekly as root and add a line "/usr/sbin/rotatelog postgresql"
|
||||
Edit /etc/cron/weekly/syslog as root and add
|
||||
a line "/usr/sbin/rotatelog postgresql"
|
||||
|
||||
The complete installation instructions are located here:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user