Re: repmgr(d) versions 5.5 vs 5.4 from apt.postgresql.org

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Matthias Leisi <matthias@leisi.net>
Cc: pgsql-general <pgsql-general@postgresql.org>
Date: 2024-12-24T16:12:02Z
Lists: pgsql-general
Matthias Leisi <matthias@leisi.net> writes:
>> This [HINT] says that YOU are supposed to run the ALTER EXTENSION command:

> I did run that, but it seemed to have no effect. How should the update work, what should it do?

What this suggests is that you have a repmgr executable (.so file)
that is newer than the extension's SQL files
(.../share/extension/repmgr.control etc).
You need to straighten out that version mismatch.

			regards, tom lane