4 months ago
2025-11-23 11:12:43.416 UTC [60] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE railway REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Is this OK? what do you Think?
Best regards!
Pinned Solution
4 months ago
In a database client (eg, Datagrip), run the following SQL query:
ALTER DATABASE railway REFRESH COLLATION VERSION;
2 Replies
4 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
4 months ago
In a database client (eg, Datagrip), run the following SQL query:
ALTER DATABASE railway REFRESH COLLATION VERSION;
Status changed to Solved noahd • 3 months ago