summarylogtreecommitdiffstats
path: root/wal2json.install
blob: 4fd9b54244d6f8f935ef2a69172e0bb2f5d92cd4 (plain)
1
2
3
4
5
6
post_install() {
    echo "You need to set up at least two parameters at postgresql.conf:

wal_level = logical
max_replication_slots = 1"
}