Tobias Derksen
Tobias Derksen
I am currently facing a similiar issue. I have a very small database ( ~60MB) but it has already filled a 1GB volume. All of the data are WAL files....
I fixed the problem by changing the following parameters: ```yaml patroni: dynamicConfiguration: postgresql: parameters: max_wal_size: 128MB wal_buffers: 2MB wal_recycle: off wal_init_zero: off ```
No, I don't think there is an issue for that yet.
I opened an issue with steps to reproduce. #1337
@snasovich I agree with your hesitance. I did not notice that this behavior is also present in other resources. Nevertheless when I create a terraform script and add a secret...