Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tQ7Vx-000EER-8z for pgsql-general@arkaria.postgresql.org; Tue, 24 Dec 2024 16:12:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tQ7Vv-006c3z-Oq for pgsql-general@arkaria.postgresql.org; Tue, 24 Dec 2024 16:12:07 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tQ7Vv-006c3r-DY for pgsql-general@lists.postgresql.org; Tue, 24 Dec 2024 16:12:07 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tQ7Vt-000MiX-1r for pgsql-general@postgresql.org; Tue, 24 Dec 2024 16:12:06 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 4BOGC2DD1616811; Tue, 24 Dec 2024 11:12:04 -0500 From: Tom Lane To: Matthias Leisi cc: pgsql-general Subject: Re: repmgr(d) versions 5.5 vs 5.4 from apt.postgresql.org In-reply-to: References: Comments: In-reply-to Matthias Leisi message dated "Tue, 24 Dec 2024 15:04:25 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1616809.1735056722.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Tue, 24 Dec 2024 11:12:02 -0500 Message-ID: <1616810.1735056722@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Matthias Leisi writes: >> This [HINT] says that YOU are supposed to run the ALTER EXTENSION comma= nd: > I did run that, but it seemed to have no effect. How should the update w= ork, 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