Remove EPAS 11 and added EPAS 16 in the Binary Path.

This commit is contained in:
Akshay Joshi 2023-11-20 17:31:39 +05:30
parent 9f203cf7d7
commit d8bcc11a95
2 changed files with 5 additions and 5 deletions

View File

@ -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
****************************

View File

@ -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": [