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.