From d8bcc11a9596bab5b845e8d9f39857a0cfa9438e Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Mon, 20 Nov 2023 17:31:39 +0530 Subject: [PATCH] Remove EPAS 11 and added EPAS 16 in the Binary Path. --- docs/en_US/release_notes_8_0.rst | 4 ++-- web/pgadmin/utils/constants.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en_US/release_notes_8_0.rst b/docs/en_US/release_notes_8_0.rst index 18ee8abfb..abae1576d 100644 --- a/docs/en_US/release_notes_8_0.rst +++ b/docs/en_US/release_notes_8_0.rst @@ -8,9 +8,9 @@ This release contains a number of bug fixes and new features since the release o Supported Database Servers ************************** -**PostgreSQL**: 11, 12, 13, 14, 15, and 16 +**PostgreSQL**: 12, 13, 14, 15, and 16 -**EDB Advanced Server**: 11, 12, 13, 14 and 15 +**EDB Advanced Server**: 12, 13, 14, 15, and 16 Bundled PostgreSQL Utilities **************************** diff --git a/web/pgadmin/utils/constants.py b/web/pgadmin/utils/constants.py index 13fd66b85..cd3ff8d0f 100644 --- a/web/pgadmin/utils/constants.py +++ b/web/pgadmin/utils/constants.py @@ -71,9 +71,6 @@ SUPPORTED_AUTH_SOURCES = [INTERNAL, BINARY_PATHS = { "as_bin_paths": [ - {"version": "110000", "next_major_version": "120000", - "serverType": gettext("EDB Advanced Server 11"), "binaryPath": None, - "isDefault": False}, {"version": "120000", "next_major_version": "130000", "serverType": gettext("EDB Advanced Server 12"), "binaryPath": None, "isDefault": False}, @@ -85,6 +82,9 @@ BINARY_PATHS = { "isDefault": False}, {"version": "150000", "next_major_version": "160000", "serverType": gettext("EDB Advanced Server 15"), "binaryPath": None, + "isDefault": False}, + {"version": "160000", "next_major_version": "170000", + "serverType": gettext("EDB Advanced Server 16"), "binaryPath": None, "isDefault": False} ], "pg_bin_paths": [