summaryrefslogtreecommitdiff
path: root/databases/postgresql-wal2json/pkg-message
blob: 9d3553ba00e861cab44b7908ce776284ecbfbc17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{ 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
}
]