Package: postgresql-common Version: 43 Severity: minor I upgraded from an earlier version of postgresql to 8.1 and the home directory appears to have changed at some point from /var/lib/postgres to /var/lib/postgresql.
The previous directory no longer exists, however the home directory did not change as evidenced from the terminal session below. Reinstalling postgresql-common did not correct the entry. This may be the correct behavior, but incase it's not, you've been warned :). -jon pbx:/home/administrator@ su - postgres No directory, logging in with HOME=/ [EMAIL PROTECTED]:/$ psql -d template1 Welcome to psql 8.1.3, the PostgreSQL interactive terminal. template=# \q could not save history to file "/var/lib/postgres/.psql_history": No such file or directory [EMAIL PROTECTED]:/$ ls /var/lib/post* -d /var/lib/postgrsql [EMAIL PROTECTED]:/$ grep postgres /etc/passwd postgres:x:31:32:postgres:/var/lib/postgres:/bin/sh [EMAIL PROTECTED]:/$