Postgres SQL Warning Warning Logs
elarcangelsax
HOBBYOP

17 days 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!

$10 Bounty

2 Replies

Railway
BOT

17 days 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;


Loading...