[horde] horde and postgres on debian jessie
Torben Dannhauer
torben at dannhauer.info
Tue Oct 28 09:34:10 UTC 2014
Hi,
In my Debian Jessie setup, it was quite simple to create the postgres user
and database.
In your servers console, enter:
su postgres
createuser horde -P <your horde SQL password>
createdb -O horde -E UTF8 horde
exit
I required, change your pg_hba.conf to allow the horde user to log into the
database:
Then setup your horde and enter the credentials above for the database.
Regards,
Torben
More information about the horde
mailing list