I’ve just updated my Postgres Flex cluster from 0.0.42 to 0.0.43
I now get constant warnings:
2023-07-27T11:14:53.629 app[4d8902da6e2328] lhr [info] postgres | 2023-07-27 11:14:53.628 UTC [689] WARNING: database “repmgr” has a collation version mismatch
2023-07-27T11:14:53.629 app[4d8902da6e2328] lhr [info] postgres | 2023-07-27 11:14:53.628 UTC [689] DETAIL: The database was created using collation version 2.31, but the operating system provides version 2.36.
2023-07-27T11:14:53.629 app[4d8902da6e2328] lhr [info] postgres | 2023-07-27 11:14:53.628 UTC [689] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE repmgr REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
What can I do to fix this?