cockroachdb / cockroachdb/docs
Feedback: Migrate to CockroachDB - please add note that restarting Postgres is required after setting WAL level to logical
- Dominant language
- HTML
- Stars
- 212
- Forks
- 476
- Avg merge
- 40m
- Merged PRs (30d)
- 3
Description
Page: https://cockroachlabs.com/docs/molt/migrate-to-cockroachdb.html
## What is the reason for your feedback?
[X] Missing the information I need
[ ] Too complicated
[ ] Out of date
[ ] Something is broken
[ ] Other
## Additional details
Please add a note that restarting Postgres is required after setting the WAL level to logical
The doc page currently says
> **Step 1. Prepare the source database**
>
> Ensure that the PostgreSQL database is configured for replication. Enable logical replication by setting `wal_level` to `logical` in `postgresql.conf` or in the SQL shell. For example:
>
> `ALTER SYSTEM SET wal_level = 'logical';`
It is important to note that the above setting will not take effect until the Postgres instance is restarted.
Jira issue: DOC-14180
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.