Troubleshooting
Troubleshooting Image Migrations
A collection of troubleshooting resources and solutions for diverse technical issues
Last modified on October 26, 2025
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A collection of troubleshooting resources and solutions for diverse technical issues
WARNING: database "xyz" has a collation version mismatch
DETAIL: The database was created using collation version 2.31, but the operating system provides version 2.42.
HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE xyz REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
ALTER DATABASE xyz REFRESH COLLATION VERSION;
REINDEX DATABASE
Was this page helpful?