Changing "wal_level" on PostgreSQL 13 (via client session) is not being respected
On a running PostgreSQL 13 instance, I tried modifying it's wal_level system setting as follows, but it's not being respected: postgres@localhost:postgres> SHOW wal_level +-------------+ | wal_level | |-------------| | replica | +-------------+ SHOW Time: 0.021s postgres@localhost:postgres> ALTER SYSTEM SET wal_level = logical; ALTER SYSTEM Time: 0.007