Hello, vicvbcun via <help-guix@gnu.org> writes:
> I used the following for my own installation based on [0]: > --8<---------------cut here---------------start------------->8--- > sudo -u cuirass -- psql > > WARNING: database "cuirass" has a collation version mismatch > DETAIL: The database was created using collation version 2.39, but the > operating system provides version 2.41. > HINT: Rebuild all objects in this database that use the default > collation and run ALTER DATABASE cuirass REFRESH COLLATION VERSION, or > build PostgreSQL with the right library version. > psql (15.8) > Type "help" for help. > > cuirass=> REINDEX DATABASE cuirass; > REINDEX > cuirass=> ALTER DATABASE cuirass REFRESH COLLATION VERSION; > NOTICE: changing version from 2.39 to 2.41 > ALTER DATABASE > cuirass=> > \q > --8<---------------cut here---------------end--------------->8--- I did exactly the same. I wonder if there’s something we can improve on the packaging side, to avoid that in the future? Ludo’.