PostgreSQL
Requirements for using PostgreSQL with Synece
Last updated
Requirements for using PostgreSQL with Synece
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.confSet your wal_level to logical then restart your PostgreSQL instance
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)
Please see PGTune
Last updated