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 1tIFjS-00DCe1-OO for pgsql-general@arkaria.postgresql.org; Mon, 02 Dec 2024 23:21:35 +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 1tIFjP-004esn-Q8 for pgsql-general@arkaria.postgresql.org; Mon, 02 Dec 2024 23:21:33 +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 1tIFjP-004ese-CX for pgsql-general@lists.postgresql.org; Mon, 02 Dec 2024 23:21:32 +0000 Received: from mout-p-101.mailbox.org ([2001:67c:2050:0:465::101]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tIFjN-000jJf-90 for pgsql-general@postgresql.org; Mon, 02 Dec 2024 23:21:30 +0000 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Y2KXv5TQFz9tR2; Tue, 3 Dec 2024 00:21:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1733181679; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5oTcWGfgmg6NKCP1DQexqLJRLHFzlMAcAJMUjfp40dI=; b=LSw3aOtGDvuEMhu113pmjI9+gxQxlI1ktLsZWEhEho8bcXbCYcWfQ23U6bMMGpHyE13kBz fnx48bBk3451mj6OQZzfmijrTVlO6ru7nbFUxbwxcgWf6+VYeJIRUm88Nl4PpOmWGtXuIV hKJpTJIxDuL+HysTtk4r1CNGH6icIndGH/L1BoX8BeZVl8riHrI+ybOpi+Z2Rfe2F9VR6O OnWAgALV34upi6whfDofnV2Xgw36b2Wy7YsLXDCh+xCIS85ZNnGl2SYQ3NL/z/f2HSsAKm wJDDP/5L7AEXJgol7+Yq4/fzjLFY/O4y6BrjkOJMxG8URv4O4hQVeAlCdYeh2w== Message-ID: <8dfc7361-7cba-485b-b286-d4c011dffd47@mailbox.org> Date: Mon, 2 Dec 2024 15:21:04 -0800 MIME-Version: 1.0 Subject: Re: Errors when restoring backup created by pg_dumpall To: Tom Lane Cc: "David G. Johnston" , Adrian Klaver , "pgsql-general@postgresql.org" References: <6a6439f1-8039-44e2-8fb9-59028f7f2014@mailbox.org> <9c5ba566-27b8-4e8c-bf7d-2dc561509991@mailbox.org> <41791b6d-aaf5-4fed-9cc3-e89bc49e8637@mailbox.org> <1257068.1733025493@sss.pgh.pa.us> <06425038-e012-4bac-aec1-d9541436f893@mailbox.org> <1455925.1733084109@sss.pgh.pa.us> Content-Language: en-US From: PopeRigby In-Reply-To: <1455925.1733084109@sss.pgh.pa.us> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-MBO-RS-META: eefj9bb7bpxuqubtk945kkfwktsm3yu3 X-MBO-RS-ID: 6760361fcdb26325ab5 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 12/1/24 12:15, Tom Lane wrote: > Cool. You did actually install the new scripts into your target > installation, right? Oh, is applying the patch and rebuilding PostgreSQL not enough?