PostgreSQL
Requirements for using PostgreSQL with Synece
Manage access
Create a dedicated user and give it the super user role as Synece requires a superuser to create a PostgreSQL publication for all tables
postgresql.conf
postgresql.confSet your
wal_leveltologicalthen restart your PostgreSQL instance
pg_hba.conf
pg_hba.confYou may have to create an entry in your pg_hba.conf file to allow the new user to connect (
host database user synece_given_address auth-method, see here)
Tuning your WAL settings
Please see PGTune
Last updated