Hi Peter, how are you? Peter Eisentraut [2005-09-01 14:54 +0200]: > Recently, the data directory of PostgreSQL has been moved from > /var/lib/postgres to /var/lib/postgresql. The home directory of the postgres > user, if it already existed, is left at the old value, however.
The postgresql transition package indeed attempts to fix it:
# correct home directory of postgres user
sed -i '/^postgres:/ s_/var/lib/postgres:_/var/lib/postgresql:_' /etc/passwd
This was done in:
postgresql (7.5.7) unstable; urgency=low
* Fixed home directory correction in /etc/passwd.
-- Martin Pitt <[EMAIL PROTECTED]> Tue, 21 Jun 2005 19:54:54 +0200
Didn't that work for you or did you just use a previous version of the
transition package and then removed it? If the latter, then this is
just the fate of unstable users and the bug can be closed.
Thanks!
Martin
--
Martin Pitt http://www.piware.de
Ubuntu Developer http://www.ubuntu.com
Debian Developer http://www.debian.org
signature.asc
Description: Digital signature

