Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Problems With New Installation



Did you upgrade from, say, 8.3.3 to 8.3.5?

Newer rc script can be found here (look for "rc.postgresql.new"):
http://slackbuilds.org/repository/12.1/system/postgresql/

At the least, change from / to:
su postgres -c 'postgres -D /var/lib/pgsql/data &'
su - postgres -c 'postgres -D /var/lib/pgsql/data &'

Also check:
$ sudo cat /etc/passwd | grep postgres
postgres:x:88:88::/var/lib/pgsql:/bin/bash



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group