Ich habe vorher folgendes ausgeführt gehabt:
sudo -s
su postgres
createdb -U lxoffice -W lxdb2010 --owner=lxoffice \ --encoding=LATIN9 --template=template1
psql -U lxoffice lxdb2010 < 120608-dump-lxdb2010.sql
createdb -U lxoffice -W lxerp_auth --owner=lxoffice \ --encoding=LATIN9 --template=template1
psql -U lxoffice lxerp_auth < 120608-dump-lxerp_auth.sql
createdb -U lxoffice -W postgres --owner=lxoffice \ --encoding=LATIN9 --template=template1
psql -U lxoffice postgres < 120608-dump-postgres.sql