cockroachdb / cockroachdb/docs
Feedback: Migrate to CockroachDB - please add note that restarting Postgres is required after setting WAL level to logical
- Langage dominant
- HTML
- Étoiles
- 212
- Forks
- 476
- Merge moyen
- 40 min
- PR mergées (30 j)
- 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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.