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 1v2A97-000vMz-Sc for pgsql-general@arkaria.postgresql.org; Fri, 26 Sep 2025 15:14:05 +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 1v2A95-002skv-SE for pgsql-general@arkaria.postgresql.org; Fri, 26 Sep 2025 15:14:04 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v2A95-002skn-Hf for pgsql-general@lists.postgresql.org; Fri, 26 Sep 2025 15:14:04 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v2A93-000F9s-2A for pgsql-general@postgresql.org; Fri, 26 Sep 2025 15:14:03 +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 58QFDvBI4063196; Fri, 26 Sep 2025 11:13:57 -0400 From: Tom Lane To: Adrian Klaver cc: Ashish Mukherjee , pgsql-general@postgresql.org Subject: Re: Downgrade pgsql 17 to pgsql 12 question In-reply-to: References: Comments: In-reply-to Adrian Klaver message dated "Fri, 26 Sep 2025 08:10:03 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <4063194.1758899637.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Fri, 26 Sep 2025 11:13:57 -0400 Message-ID: <4063195.1758899637@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Adrian Klaver writes: > On 9/26/25 05:18, Ashish Mukherjee wrote: >> I have a strange requirement to downgrade from pgsql 17 to pgsql 12. >> This is because we found in production certain incompatibilities between >> both versions for our database. It should have been caught in testing >> but was not. > What are the incompatibilities? > Might be easier to deal with those then doing the below. Yeah ... sitting on a PG release that's already a year beyond EOL is not a sustainable practice. You should consult the last several release notes for v13 and reflect on the likelihood that most of those bugs also exist in v12. regards, tom lane