Znuny 6.3 and PostgreSQL

Moderator: crythias

Post Reply
sle15
Znuny newbie
Posts: 10
Joined: 18 Mar 2015, 15:14
Znuny Version: 6.4.4
Real Name: Jo

Znuny 6.3 and PostgreSQL

Post by sle15 »

I have installed Znuny 6.3.1 with Apache2 and (separated) PostgreSQL DB based on https://doc.znuny.org/manual/releases/i ... stall.html
All fine...

According to this documentation there are some tweaks for a MySQL config.

Are there any for PostgreSQL which i should pay attention to?

Thanks in advance for any help!

Joachim
root
Administrator
Posts: 3934
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Znuny 6.3 and PostgreSQL

Post by root »

Hi,

This is what I use:

Code: Select all

createuser  -D -P -S znuny
createdb  -T template1 -O znuny znuny
- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Post Reply