Hacker News new | ask | show | jobs
by olavgg 1010 days ago
I just tested, I had to use pg_upgrade.

Error message: The database cluster was initialized with CATALOG_VERSION_NO 202306141, but the server was compiled with CATALOG_VERSION_NO 202307071.

1 comments

You might just need to run:

    alter database mystuff refresh collation version;