Skip to content

fix simple typo #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 0037_how_to_enable_data_checksums_without_downtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ switchover. The steps are straightforward:
zero downtime, if `pgBouncer` is used, it is recommended to use its `PAUSE/RESUME` capabilities).
6) Apply the steps 1-3 to the ex-primary (not a replica).

Using this approach, a very large clusters can be successfully converted. Before executing this procedure, additional
Using this approach, a very large cluster can be successfully converted. Before executing this procedure, additional
measures are recommended:

- Test `pg_checksums --enable` on a clone / in a lower environment first, and estimate two values for production:
Expand Down