The template database was created using collation version 2.31, but the operating system provides version 2.36.

Hi,
I’m trying to fork my existing postgres DB to stage environment but it fails. Also I cannot connect to forked db, I got an error no active leader found. How to fix it?

logs from db:

2023-10-16T20:40:29.803  waw [info] postgres | 2023-10-16 20:40:29.803 UTC [426] DETAIL: The template database was created using collation version 2.31, but the operating system provides version 2.36.
2023-10-16T20:40:29.803 waw [info] postgres | 2023-10-16 20:40:29.803 UTC [426] HINT: Rebuild all objects in the template database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.

Hi there,
I got the same issue, what are we supposed to do? Any ideas?

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.