opnsense-ports/databases/postgresql-wal2json/pkg-message
Franco Fichtner e0f95c50e1 */*: sync with upstream
Taken from: FreeBSD
2023-08-23 11:37:13 +02:00

17 lines
353 B
Text

[
{ type: install
message: <<EOM
You need to set up at least two parameters in postgresql.conf:
wal_level = logical
#
# these parameters only need to set in versions 9.4, 9.5 and 9.6
# default values are ok in version 10 or later
#
max_replication_slots = 10
max_wal_senders = 10
After changing these parameters, a restart is needed.
EOM
}
]