devnetops
devnetops

Reputation: 11

How to change wal_level to logical in postgresql database when configured via Helm charts

I deployed timescale-postgresql using helm:

In the values.yaml file I kept the wal_level = logical, however after the deployment I see wal_level still showing the default value of replica.

How to change it?

During the helm chart deployment I explicitly mentioned the wal_level:logical, however it is not changing the default value of replica.

Upvotes: 1

Views: 2046

Answers (0)

Related Questions