zalando / spilo

Highly available elephant herd: HA PostgreSQL cluster using Docker
Apache License 2.0
1.53k stars 382 forks source link

Add support custom WAL_LEVEL #1005

Open eazytry opened 1 month ago

eazytry commented 1 month ago

Hello! I was tryed to set 'logical' wal level and it's very difficult. So i found out the solution by only using migration tools, but i think it could be better to have a way to change any postgres parameters from envs or smth like that.

For example: create env variable for postgres params like 'PGS_PARAMS' and set it manually, then apply params near post_init step.