From aebf2bcae307683d88f1ed57b3eda1aa517691ad Mon Sep 17 00:00:00 2001 From: f Date: Wed, 5 Apr 2023 14:35:47 -0300 Subject: [PATCH] feat: enable logical replication ability --- postgresql.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/postgresql.conf b/postgresql.conf index 669dab3..c1602a2 100644 --- a/postgresql.conf +++ b/postgresql.conf @@ -5,3 +5,4 @@ log_checkpoints = on log_connections = on log_disconnections = on log_hostname = on +wal_level = logical