docs
docs copied to clipboard
Feedback: Migrate to CockroachDB - please add note that restarting Postgres is required after setting WAL level to logical
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_leveltologicalinpostgresql.confor 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