You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloud/dbaas/operations.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,14 @@ The commands to use:
33
33
34
34
5. Verify with your preferred tool that your database is working as expected.
35
35
36
+
!!! warning "Certain PostgreSQL upgrades will cause databases to be reindexed"
37
+
The libraries used by PostgreSQL internally for collation (sorting, comparing, and ordering data) might change between datastore versions.
38
+
When this happens, a full reindex of all databases is required to prevent issues with data consistency.
39
+
This reindexing can take a considerable amount of time, especially with large databases containing complex indexes.
40
+
Currently upgrading from 17.5 or earlier to 17.6 or newer triggers the reindexing. Upgrading between
41
+
minor versions of PostgreSQL 14 also triggers the reindexing, as does upgrading from major version 14 to 17.
42
+
Please plan your database upgrades accordingly.
43
+
36
44
## Major database upgrades
37
45
38
46
Major version upgrades are no different from the user's point of view, but there's a bit more happening in the background, which creates more possible points of failure.
0 commit comments