Postgres SQL Warning Warning Logs
elarcangelsax
HOBBYOP

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!

Solved$10 Bounty

Pinned Solution

In a database client (eg, Datagrip), run the following SQL query:

ALTER DATABASE railway REFRESH COLLATION VERSION;

2 Replies

Railway
BOT

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!


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


Loading...