Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Note that reindexing may error if corruption has already happened
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Jan 20, 2020
1 parent a68efea commit afa077f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ the correct `COLLATE` and `CTYPE` parameters (as per
parameters on a live database and run a `REINDEX` on the entire database,
however extreme care must be taken to avoid database corruption.

Note that the above may fail with an error about duplicate rows if corruption
has already occurred, and such duplicate rows will need to be manually removed.


## Tuning Postgres

The default settings should be fine for most deployments. For larger
Expand Down

0 comments on commit afa077f

Please sign in to comment.