Synece
Synece
  • Get Started
  • Understanding Write-Ahead Logging (WAL)
  • Supported Databases
    • MySQL
    • PostgreSQL
Powered by GitBook
On this page
  • Manage access
  • postgresql.conf
  • pg_hba.conf
  • Tuning your WAL settings
  1. Supported Databases

PostgreSQL

Requirements for using PostgreSQL with Synece

PreviousMySQL

Last updated 1 year ago

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

  • Set your wal_level to logical then restart your PostgreSQL instance

pg_hba.conf

  • You 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, )

Tuning your WAL settings

Please see

see here
PGTune