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 1qnE0Y-00AAm8-GE for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:26 +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 1qnE0P-00HWFy-T2 for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:17 +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 1qlStm-003PJL-9u for pgadmin-hackers@lists.postgresql.org; Wed, 27 Sep 2023 11:40:10 +0000 Received: from out-19.smtp.github.com ([192.30.252.202]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlStj-006v5Q-LH for pgadmin-hackers@lists.postgresql.org; Wed, 27 Sep 2023 11:40:09 +0000 Received: from github.com (hubbernetes-node-0bc0e5e.va3-iad.github.net [10.48.132.30]) by smtp.github.com (Postfix) with ESMTPA id 795069413D6 for ; Wed, 27 Sep 2023 04:40:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1695814806; bh=G4nb9uv7xADcgrfwPjJx+sEkggZeEvxysmgD5f6i9Dw=; h=Date:From:To:Subject:From; b=NggW3114UGwB/PI0C+bTAINFDKPoOVYGzVG6/a/YG4/ug55PwHTt1sTcXEH2GO0FK axBoIJQBjD2KOGQziloKZEzAXh7OPdb9ztrASmr0fRgL43AiJYwgudbNySwrmRdf1w CKZgcfzkpY0WWl8w3D2KLlTA8C6vM8sRitFrulAk= Date: Wed, 27 Sep 2023 04:40:06 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 4309aa: Ensure that the backup works properly for PG 16 on... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 4309aa3ba7079ef47fef3c8b15c5622645e7d086 https://github.com/pgadmin-org/pgadmin4/commit/4309aa3ba7079ef47fef3c8b15c5622645e7d086 Author: Akshay Joshi Date: 2023-09-27 (Wed, 27 Sep 2023) Changed paths: M Dockerfile M docs/en_US/release_notes_7_8.rst Log Message: ----------- Ensure that the backup works properly for PG 16 on the latest docker image. #6790