tk0miya / testing.postgresql

Apache License 2.0
290 stars 46 forks source link

logical decoding requires wal_level >= logical #45

Open fabio-deoliveira opened 9 months ago

fabio-deoliveira commented 9 months ago

Hi! Wondering if you could help with the following:

How do I restart a testing.postgresql.Postgresql instance of postgresql? So that I can set wal_level to logical?

Reference: https://stackoverflow.com/questions/67490668/changing-wal-level-on-postgresql-13-via-client-session-is-not-being-respecte

Thank you in advance!