Skip to content

Update wal_level guide#610

Open
anikoo-aka wants to merge 1 commit intoAiven-Open:mainfrom
anikoo-aka:anikoo-aka-readme-1
Open

Update wal_level guide#610
anikoo-aka wants to merge 1 commit intoAiven-Open:mainfrom
anikoo-aka:anikoo-aka-readme-1

Conversation

@anikoo-aka
Copy link

According to the PG docs, 'archive' and 'hot_standby' both redirect to 'replica': https://www.postgresql.org/docs/16/runtime-config-wal.html#GUC-WAL-LEVEL

About this change - What it does

It's confusing for users because those values are no longer valid. It also gives the impression that these values must be changed before running pghoard, but in fact, the default Postgres value (replica) for wal_level is sufficient.

Why this way

The values archive and hot_standby are outdated

According to the PG docs, 'archive' and 'hot_standby' both redirect to 'replica':
https://www.postgresql.org/docs/16/runtime-config-wal.html#GUC-WAL-LEVEL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants