From 18f2188fc07b69af3099712cf345332f1d68e13d Mon Sep 17 00:00:00 2001 From: kshitijakarpe <92665409+kshitijakarpe@users.noreply.github.com> Date: Mon, 13 Feb 2023 16:05:25 +0530 Subject: [PATCH 01/15] To add the warning for User Alert user for not using ALTER SYSTEM` query to change the configuration of the PostgreSQL instances in an imperative way. --- .../biganimal/release/using_cluster/01_postgres_access.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx b/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx index 908f1ede510..7fe4eb5ee49 100644 --- a/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx +++ b/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx @@ -32,6 +32,13 @@ psql -W "postgres://edb_admin@xxxxxxxxx.xxxxx.biganimal.io:5432/edb_admin?sslmod - BigAnimal stores all database-level authentication securely and directly in PostgreSQL. The `edb_admin` user password is SCRAM-SHA-256 hashed prior to storage. This hash, even if compromised, cannot be replayed by an attacker to gain access to the system. +!!! Warning + Please don't use the `ALTER SYSTEM` query to change the configuration of + the PostgreSQL instances in an imperative way. Changing some of the options + that are normally controlled by the operator might indeed lead to an + unpredictable/unrecoverable state of the cluster. + Moreover, `ALTER SYSTEM` changes are not replicated across the cluster. + ## One database with one application For one database hosting a single application, replace app1 with your preferred user name: From 3d053d39c3e83dc4bd81203e77ae5433013f2193 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Mon, 13 Feb 2023 11:22:57 -0500 Subject: [PATCH 02/15] Dee Dee's rewrite --- .../release/using_cluster/01_postgres_access.mdx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx b/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx index 7fe4eb5ee49..58a0ade57b5 100644 --- a/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx +++ b/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx @@ -24,6 +24,9 @@ psql -W "postgres://edb_admin@xxxxxxxxx.xxxxx.biganimal.io:5432/edb_admin?sslmod - The `edb_admin` role does not have superuser privileges by default. Contact [Support](../overview/support) to request superuser privileges for `edb_admin`. If you request superuser privileges, you **must** take care to limit the number of connections used by superusers to avoid degraded service and/or compromising availability. + !!! note + Superuser privileges allow you to make Postgres configuration changes using `ALTER SYSTEM` queries. We recommend you don't do this because it may lead to an unpredictable/unrecoverable state of the cluster. In addition, `ALTER SYSTEM` changes are not replicated across the cluster. + - Changes to system configuration (GUCs) made by edb_admin or other Postgres users are not persisted though a reboot or maintenance. Use the BigAnimal portal to modify system configuration. - You have to remember your `edb_admin` password as EDB does not have access to it. If you forget it, you can set a new one in the BigAnimal portal on the Edit Cluster page. @@ -32,12 +35,7 @@ psql -W "postgres://edb_admin@xxxxxxxxx.xxxxx.biganimal.io:5432/edb_admin?sslmod - BigAnimal stores all database-level authentication securely and directly in PostgreSQL. The `edb_admin` user password is SCRAM-SHA-256 hashed prior to storage. This hash, even if compromised, cannot be replayed by an attacker to gain access to the system. -!!! Warning - Please don't use the `ALTER SYSTEM` query to change the configuration of - the PostgreSQL instances in an imperative way. Changing some of the options - that are normally controlled by the operator might indeed lead to an - unpredictable/unrecoverable state of the cluster. - Moreover, `ALTER SYSTEM` changes are not replicated across the cluster. + ## One database with one application From 7d16c12fa5039687ec8c56f8b54bf60b7d25c8ab Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Wed, 15 Feb 2023 14:09:26 +0530 Subject: [PATCH 03/15] EPAS 15 - Windows fix Added screenshots as per DB-2149 and DB-2150 --- .../15/epas_qs_windows/images/additional_configuration.png | 4 ++-- .../epas/15/epas_qs_windows/images/additional_directories.png | 4 ++-- .../15/epas_qs_windows/images/advanced_server_dialect.png | 4 ++-- .../images/advanced_server_installer_welcome.png | 4 ++-- .../images/dynatune_dynamic_tuning_server_utilization.png | 4 ++-- .../images/dynatune_dynamic_tuning_workload_profile.png | 4 ++-- .../epas_qs_windows/images/enterprisedb_license_agreement.png | 4 ++-- .../epas/15/epas_qs_windows/images/installation_directory.png | 4 ++-- .../15/epas_qs_windows/images/installing_advanced_server.png | 4 ++-- .../docs/epas/15/epas_qs_windows/images/password_window.png | 4 ++-- .../15/epas_qs_windows/images/pre_installation_summary.png | 4 ++-- .../docs/epas/15/epas_qs_windows/images/ready_to_install.png | 4 ++-- .../docs/epas/15/epas_qs_windows/images/select_components.png | 4 ++-- .../docs/epas/15/epas_qs_windows/images/setup_wizard.png | 4 ++-- .../15/installing/windows/images/additional_configuration.png | 4 ++-- .../15/installing/windows/images/additional_directories.png | 4 ++-- .../15/installing/windows/images/advanced_server_dialect.png | 4 ++-- .../windows/images/advanced_server_installer_welcome.png | 4 ++-- .../images/dynatune_dynamic_tuning_server_utilization.png | 4 ++-- .../images/dynatune_dynamic_tuning_workload_profile.png | 4 ++-- .../windows/images/enterprisedb_license_agreement.png | 4 ++-- .../15/installing/windows/images/installation_directory.png | 4 ++-- .../installing/windows/images/installing_advanced_server.png | 4 ++-- .../epas/15/installing/windows/images/password_window.png | 4 ++-- .../15/installing/windows/images/pre_installation_summary.png | 4 ++-- .../epas/15/installing/windows/images/ready_to_install.png | 4 ++-- .../epas/15/installing/windows/images/select_components.png | 4 ++-- .../docs/epas/15/installing/windows/images/setup_wizard.png | 4 ++-- .../performing_a_graphical_installation_on_windows.mdx | 4 ++-- 29 files changed, 58 insertions(+), 58 deletions(-) mode change 100755 => 100644 product_docs/docs/epas/15/epas_qs_windows/images/additional_configuration.png mode change 100755 => 100644 product_docs/docs/epas/15/epas_qs_windows/images/advanced_server_dialect.png mode change 100755 => 100644 product_docs/docs/epas/15/epas_qs_windows/images/dynatune_dynamic_tuning_server_utilization.png mode change 100755 => 100644 product_docs/docs/epas/15/epas_qs_windows/images/dynatune_dynamic_tuning_workload_profile.png mode change 100755 => 100644 product_docs/docs/epas/15/epas_qs_windows/images/enterprisedb_license_agreement.png mode change 100755 => 100644 product_docs/docs/epas/15/epas_qs_windows/images/installing_advanced_server.png mode change 100755 => 100644 product_docs/docs/epas/15/epas_qs_windows/images/password_window.png mode change 100755 => 100644 product_docs/docs/epas/15/epas_qs_windows/images/ready_to_install.png mode change 100755 => 100644 product_docs/docs/epas/15/epas_qs_windows/images/select_components.png mode change 100755 => 100644 product_docs/docs/epas/15/epas_qs_windows/images/setup_wizard.png mode change 100755 => 100644 product_docs/docs/epas/15/installing/windows/images/additional_configuration.png mode change 100755 => 100644 product_docs/docs/epas/15/installing/windows/images/advanced_server_dialect.png mode change 100755 => 100644 product_docs/docs/epas/15/installing/windows/images/dynatune_dynamic_tuning_server_utilization.png mode change 100755 => 100644 product_docs/docs/epas/15/installing/windows/images/dynatune_dynamic_tuning_workload_profile.png mode change 100755 => 100644 product_docs/docs/epas/15/installing/windows/images/enterprisedb_license_agreement.png mode change 100755 => 100644 product_docs/docs/epas/15/installing/windows/images/installing_advanced_server.png mode change 100755 => 100644 product_docs/docs/epas/15/installing/windows/images/password_window.png mode change 100755 => 100644 product_docs/docs/epas/15/installing/windows/images/ready_to_install.png mode change 100755 => 100644 product_docs/docs/epas/15/installing/windows/images/select_components.png mode change 100755 => 100644 product_docs/docs/epas/15/installing/windows/images/setup_wizard.png diff --git a/product_docs/docs/epas/15/epas_qs_windows/images/additional_configuration.png b/product_docs/docs/epas/15/epas_qs_windows/images/additional_configuration.png old mode 100755 new mode 100644 index 6b29f5930f2..880838207b2 --- a/product_docs/docs/epas/15/epas_qs_windows/images/additional_configuration.png +++ b/product_docs/docs/epas/15/epas_qs_windows/images/additional_configuration.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a5f48d848fe1dc5eaa82761771bb18bc67c2c9c46de49a5ca9ad15afe150dc1 -size 18885 +oid sha256:0054129de0ab95c26f935a87f2b7613b54aee81f9cd60a51bf54af3a5a837afa +size 87925 diff --git a/product_docs/docs/epas/15/epas_qs_windows/images/additional_directories.png b/product_docs/docs/epas/15/epas_qs_windows/images/additional_directories.png index 4909abc23a3..954eba7bd30 100644 --- a/product_docs/docs/epas/15/epas_qs_windows/images/additional_directories.png +++ b/product_docs/docs/epas/15/epas_qs_windows/images/additional_directories.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1adf243a29465c80fe0755296d940836dcb7f437510d78c28a24bed032c84370 -size 78812 +oid sha256:31edcfedebf52e7fc51e9e16bc5c9bf776a1242ec0ae45b0be93ad889c180067 +size 91350 diff --git a/product_docs/docs/epas/15/epas_qs_windows/images/advanced_server_dialect.png b/product_docs/docs/epas/15/epas_qs_windows/images/advanced_server_dialect.png old mode 100755 new mode 100644 index f2f0b6f4f93..f851d74c513 --- a/product_docs/docs/epas/15/epas_qs_windows/images/advanced_server_dialect.png +++ b/product_docs/docs/epas/15/epas_qs_windows/images/advanced_server_dialect.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd2af1aa0e67217ba524d82c850a553508816e1a5c579286bca9858326a574ed -size 24514 +oid sha256:27ce9560cb3fb34cc2ec8e824b93cdb6fbc86fb19a234b17442f7078f030a06c +size 151461 diff --git a/product_docs/docs/epas/15/epas_qs_windows/images/advanced_server_installer_welcome.png b/product_docs/docs/epas/15/epas_qs_windows/images/advanced_server_installer_welcome.png index 524a4cd50e3..12fa4393bbc 100644 --- a/product_docs/docs/epas/15/epas_qs_windows/images/advanced_server_installer_welcome.png +++ b/product_docs/docs/epas/15/epas_qs_windows/images/advanced_server_installer_welcome.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c162014b03aa3c0d6edae75ba3ae0f213065d95853eb23e6a917b0bafcb96c69 -size 106087 +oid sha256:56a7ced25032052578edeb07f7efa092131b6649bb8bb5157a917dca65685640 +size 117508 diff --git a/product_docs/docs/epas/15/epas_qs_windows/images/dynatune_dynamic_tuning_server_utilization.png b/product_docs/docs/epas/15/epas_qs_windows/images/dynatune_dynamic_tuning_server_utilization.png old mode 100755 new mode 100644 index 23d5113bb38..754c505bee3 --- a/product_docs/docs/epas/15/epas_qs_windows/images/dynatune_dynamic_tuning_server_utilization.png +++ b/product_docs/docs/epas/15/epas_qs_windows/images/dynatune_dynamic_tuning_server_utilization.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d9c3ef3148e27f6ed4f50edd9207dd8b940b99b8b094b99e398baf94dadd875 -size 19214 +oid sha256:52e9b9a896437f2449823eb29abf3e1a01e57c97a80b1421d45631a47b3c25da +size 92286 diff --git a/product_docs/docs/epas/15/epas_qs_windows/images/dynatune_dynamic_tuning_workload_profile.png b/product_docs/docs/epas/15/epas_qs_windows/images/dynatune_dynamic_tuning_workload_profile.png old mode 100755 new mode 100644 index 1bb3c137598..1473b53a3ee --- a/product_docs/docs/epas/15/epas_qs_windows/images/dynatune_dynamic_tuning_workload_profile.png +++ b/product_docs/docs/epas/15/epas_qs_windows/images/dynatune_dynamic_tuning_workload_profile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9cce0cf32d98d0f1a9ecbd39e7a96615f53cee73e724674b71f8a637edb17137 -size 19376 +oid sha256:7db0e9d569bc038c159a62906d2635cfd0c1a43e24a6604a8217b397582ce4bd +size 85812 diff --git a/product_docs/docs/epas/15/epas_qs_windows/images/enterprisedb_license_agreement.png b/product_docs/docs/epas/15/epas_qs_windows/images/enterprisedb_license_agreement.png old mode 100755 new mode 100644 index f2110c759de..019a07158f6 --- a/product_docs/docs/epas/15/epas_qs_windows/images/enterprisedb_license_agreement.png +++ b/product_docs/docs/epas/15/epas_qs_windows/images/enterprisedb_license_agreement.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:900da1737eeab55fd7c102eef347ccc3a69b2909a50f1f2f0d16a935d9a38107 -size 33418 +oid sha256:3cdd3111496406d324ffa4d51426b96fff25810e50d26c78fd2fff3fc66fddac +size 223329 diff --git a/product_docs/docs/epas/15/epas_qs_windows/images/installation_directory.png b/product_docs/docs/epas/15/epas_qs_windows/images/installation_directory.png index a4eea2c267a..7e40f18cf62 100644 --- a/product_docs/docs/epas/15/epas_qs_windows/images/installation_directory.png +++ b/product_docs/docs/epas/15/epas_qs_windows/images/installation_directory.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:292d6854c79f41aa34d7a53d7c1a01473669d625d550555ddbc0c91788496d3b -size 22767 +oid sha256:32912bf98ef2c39ce64019ba88060704f2ac7a8b31a41ef0e81949da07e013b1 +size 65730 diff --git a/product_docs/docs/epas/15/epas_qs_windows/images/installing_advanced_server.png b/product_docs/docs/epas/15/epas_qs_windows/images/installing_advanced_server.png old mode 100755 new mode 100644 index 6a486dbb181..b4b58238514 --- a/product_docs/docs/epas/15/epas_qs_windows/images/installing_advanced_server.png +++ b/product_docs/docs/epas/15/epas_qs_windows/images/installing_advanced_server.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c091acf5722dc3f698b0649075b59ed5cfd5b5f8094fec8025e02cfb6e652e70 -size 18519 +oid sha256:0159528548cf725a036855319e1d64654cdcbfc03c486b7dbe85f30f0c9a8461 +size 84614 diff --git a/product_docs/docs/epas/15/epas_qs_windows/images/password_window.png b/product_docs/docs/epas/15/epas_qs_windows/images/password_window.png old mode 100755 new mode 100644 index a8663dbe4ed..ba77ea26326 --- a/product_docs/docs/epas/15/epas_qs_windows/images/password_window.png +++ b/product_docs/docs/epas/15/epas_qs_windows/images/password_window.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:950e1d9fcb6b0f81fee6c7bfccea53845c503af43cbdb6e063c0390f1c67a37f -size 14980 +oid sha256:34093c8a5691291ad9d6a9296d30d4e7db548fe7949d8bcaca67a74a2c2a835b +size 58804 diff --git a/product_docs/docs/epas/15/epas_qs_windows/images/pre_installation_summary.png b/product_docs/docs/epas/15/epas_qs_windows/images/pre_installation_summary.png index 8b4efcff47e..af0190df07c 100644 --- a/product_docs/docs/epas/15/epas_qs_windows/images/pre_installation_summary.png +++ b/product_docs/docs/epas/15/epas_qs_windows/images/pre_installation_summary.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47cca4bbe088092fa6cc00bf5f1be7ff3e4aaecd9aded0e01ca988216be15bdd -size 33975 +oid sha256:49b1bf4e3af309af791f00ffa5b616ce7050b0ee71471c4443b1375166514ffc +size 144389 diff --git a/product_docs/docs/epas/15/epas_qs_windows/images/ready_to_install.png b/product_docs/docs/epas/15/epas_qs_windows/images/ready_to_install.png old mode 100755 new mode 100644 index 736bdf224b5..d5b3fe06673 --- a/product_docs/docs/epas/15/epas_qs_windows/images/ready_to_install.png +++ b/product_docs/docs/epas/15/epas_qs_windows/images/ready_to_install.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:939c7bbf2533a2a1844deef6fd85d81c0c185dbe3afd74fd43b93dd82a39c796 -size 14066 +oid sha256:3ad3896f2beb991c7780da6f34019263f35197d0a3ada9044c0391ff0c04255f +size 55901 diff --git a/product_docs/docs/epas/15/epas_qs_windows/images/select_components.png b/product_docs/docs/epas/15/epas_qs_windows/images/select_components.png old mode 100755 new mode 100644 index 06b92127307..6e3215c7e44 --- a/product_docs/docs/epas/15/epas_qs_windows/images/select_components.png +++ b/product_docs/docs/epas/15/epas_qs_windows/images/select_components.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb08aa06a47fff99a2a17a864737970c70cd63867e1d54ffbd77273635e8f865 -size 18780 +oid sha256:5031d2dbca7fdf66fa68818bdb8b6697c6493392fc1c3555b0d736daa8a34e7a +size 87827 diff --git a/product_docs/docs/epas/15/epas_qs_windows/images/setup_wizard.png b/product_docs/docs/epas/15/epas_qs_windows/images/setup_wizard.png old mode 100755 new mode 100644 index 22f55481739..923efee7e1a --- a/product_docs/docs/epas/15/epas_qs_windows/images/setup_wizard.png +++ b/product_docs/docs/epas/15/epas_qs_windows/images/setup_wizard.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7138b5a72c9c6e04d07fa723d70d5c95a3840ddbebafed7f97acb7ef313397a2 -size 62357 +oid sha256:7ac01c0c80e48c7dd75997f34b66acc04ec8590f09150c30248cb5d2c338c72b +size 160406 diff --git a/product_docs/docs/epas/15/installing/windows/images/additional_configuration.png b/product_docs/docs/epas/15/installing/windows/images/additional_configuration.png old mode 100755 new mode 100644 index 6b29f5930f2..880838207b2 --- a/product_docs/docs/epas/15/installing/windows/images/additional_configuration.png +++ b/product_docs/docs/epas/15/installing/windows/images/additional_configuration.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a5f48d848fe1dc5eaa82761771bb18bc67c2c9c46de49a5ca9ad15afe150dc1 -size 18885 +oid sha256:0054129de0ab95c26f935a87f2b7613b54aee81f9cd60a51bf54af3a5a837afa +size 87925 diff --git a/product_docs/docs/epas/15/installing/windows/images/additional_directories.png b/product_docs/docs/epas/15/installing/windows/images/additional_directories.png index 4909abc23a3..954eba7bd30 100644 --- a/product_docs/docs/epas/15/installing/windows/images/additional_directories.png +++ b/product_docs/docs/epas/15/installing/windows/images/additional_directories.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1adf243a29465c80fe0755296d940836dcb7f437510d78c28a24bed032c84370 -size 78812 +oid sha256:31edcfedebf52e7fc51e9e16bc5c9bf776a1242ec0ae45b0be93ad889c180067 +size 91350 diff --git a/product_docs/docs/epas/15/installing/windows/images/advanced_server_dialect.png b/product_docs/docs/epas/15/installing/windows/images/advanced_server_dialect.png old mode 100755 new mode 100644 index f2f0b6f4f93..f851d74c513 --- a/product_docs/docs/epas/15/installing/windows/images/advanced_server_dialect.png +++ b/product_docs/docs/epas/15/installing/windows/images/advanced_server_dialect.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd2af1aa0e67217ba524d82c850a553508816e1a5c579286bca9858326a574ed -size 24514 +oid sha256:27ce9560cb3fb34cc2ec8e824b93cdb6fbc86fb19a234b17442f7078f030a06c +size 151461 diff --git a/product_docs/docs/epas/15/installing/windows/images/advanced_server_installer_welcome.png b/product_docs/docs/epas/15/installing/windows/images/advanced_server_installer_welcome.png index 7c5ef29573e..12fa4393bbc 100644 --- a/product_docs/docs/epas/15/installing/windows/images/advanced_server_installer_welcome.png +++ b/product_docs/docs/epas/15/installing/windows/images/advanced_server_installer_welcome.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:300015b7433f6559df0a8c5008dd0610374f934ba93a142a15e813fcdfdc2536 -size 105769 +oid sha256:56a7ced25032052578edeb07f7efa092131b6649bb8bb5157a917dca65685640 +size 117508 diff --git a/product_docs/docs/epas/15/installing/windows/images/dynatune_dynamic_tuning_server_utilization.png b/product_docs/docs/epas/15/installing/windows/images/dynatune_dynamic_tuning_server_utilization.png old mode 100755 new mode 100644 index 23d5113bb38..754c505bee3 --- a/product_docs/docs/epas/15/installing/windows/images/dynatune_dynamic_tuning_server_utilization.png +++ b/product_docs/docs/epas/15/installing/windows/images/dynatune_dynamic_tuning_server_utilization.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d9c3ef3148e27f6ed4f50edd9207dd8b940b99b8b094b99e398baf94dadd875 -size 19214 +oid sha256:52e9b9a896437f2449823eb29abf3e1a01e57c97a80b1421d45631a47b3c25da +size 92286 diff --git a/product_docs/docs/epas/15/installing/windows/images/dynatune_dynamic_tuning_workload_profile.png b/product_docs/docs/epas/15/installing/windows/images/dynatune_dynamic_tuning_workload_profile.png old mode 100755 new mode 100644 index 1bb3c137598..1473b53a3ee --- a/product_docs/docs/epas/15/installing/windows/images/dynatune_dynamic_tuning_workload_profile.png +++ b/product_docs/docs/epas/15/installing/windows/images/dynatune_dynamic_tuning_workload_profile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9cce0cf32d98d0f1a9ecbd39e7a96615f53cee73e724674b71f8a637edb17137 -size 19376 +oid sha256:7db0e9d569bc038c159a62906d2635cfd0c1a43e24a6604a8217b397582ce4bd +size 85812 diff --git a/product_docs/docs/epas/15/installing/windows/images/enterprisedb_license_agreement.png b/product_docs/docs/epas/15/installing/windows/images/enterprisedb_license_agreement.png old mode 100755 new mode 100644 index f2110c759de..019a07158f6 --- a/product_docs/docs/epas/15/installing/windows/images/enterprisedb_license_agreement.png +++ b/product_docs/docs/epas/15/installing/windows/images/enterprisedb_license_agreement.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:900da1737eeab55fd7c102eef347ccc3a69b2909a50f1f2f0d16a935d9a38107 -size 33418 +oid sha256:3cdd3111496406d324ffa4d51426b96fff25810e50d26c78fd2fff3fc66fddac +size 223329 diff --git a/product_docs/docs/epas/15/installing/windows/images/installation_directory.png b/product_docs/docs/epas/15/installing/windows/images/installation_directory.png index a4eea2c267a..7e40f18cf62 100644 --- a/product_docs/docs/epas/15/installing/windows/images/installation_directory.png +++ b/product_docs/docs/epas/15/installing/windows/images/installation_directory.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:292d6854c79f41aa34d7a53d7c1a01473669d625d550555ddbc0c91788496d3b -size 22767 +oid sha256:32912bf98ef2c39ce64019ba88060704f2ac7a8b31a41ef0e81949da07e013b1 +size 65730 diff --git a/product_docs/docs/epas/15/installing/windows/images/installing_advanced_server.png b/product_docs/docs/epas/15/installing/windows/images/installing_advanced_server.png old mode 100755 new mode 100644 index 6a486dbb181..b4b58238514 --- a/product_docs/docs/epas/15/installing/windows/images/installing_advanced_server.png +++ b/product_docs/docs/epas/15/installing/windows/images/installing_advanced_server.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c091acf5722dc3f698b0649075b59ed5cfd5b5f8094fec8025e02cfb6e652e70 -size 18519 +oid sha256:0159528548cf725a036855319e1d64654cdcbfc03c486b7dbe85f30f0c9a8461 +size 84614 diff --git a/product_docs/docs/epas/15/installing/windows/images/password_window.png b/product_docs/docs/epas/15/installing/windows/images/password_window.png old mode 100755 new mode 100644 index a8663dbe4ed..ba77ea26326 --- a/product_docs/docs/epas/15/installing/windows/images/password_window.png +++ b/product_docs/docs/epas/15/installing/windows/images/password_window.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:950e1d9fcb6b0f81fee6c7bfccea53845c503af43cbdb6e063c0390f1c67a37f -size 14980 +oid sha256:34093c8a5691291ad9d6a9296d30d4e7db548fe7949d8bcaca67a74a2c2a835b +size 58804 diff --git a/product_docs/docs/epas/15/installing/windows/images/pre_installation_summary.png b/product_docs/docs/epas/15/installing/windows/images/pre_installation_summary.png index 8b4efcff47e..af0190df07c 100644 --- a/product_docs/docs/epas/15/installing/windows/images/pre_installation_summary.png +++ b/product_docs/docs/epas/15/installing/windows/images/pre_installation_summary.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47cca4bbe088092fa6cc00bf5f1be7ff3e4aaecd9aded0e01ca988216be15bdd -size 33975 +oid sha256:49b1bf4e3af309af791f00ffa5b616ce7050b0ee71471c4443b1375166514ffc +size 144389 diff --git a/product_docs/docs/epas/15/installing/windows/images/ready_to_install.png b/product_docs/docs/epas/15/installing/windows/images/ready_to_install.png old mode 100755 new mode 100644 index 736bdf224b5..d5b3fe06673 --- a/product_docs/docs/epas/15/installing/windows/images/ready_to_install.png +++ b/product_docs/docs/epas/15/installing/windows/images/ready_to_install.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:939c7bbf2533a2a1844deef6fd85d81c0c185dbe3afd74fd43b93dd82a39c796 -size 14066 +oid sha256:3ad3896f2beb991c7780da6f34019263f35197d0a3ada9044c0391ff0c04255f +size 55901 diff --git a/product_docs/docs/epas/15/installing/windows/images/select_components.png b/product_docs/docs/epas/15/installing/windows/images/select_components.png old mode 100755 new mode 100644 index 06b92127307..6e3215c7e44 --- a/product_docs/docs/epas/15/installing/windows/images/select_components.png +++ b/product_docs/docs/epas/15/installing/windows/images/select_components.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb08aa06a47fff99a2a17a864737970c70cd63867e1d54ffbd77273635e8f865 -size 18780 +oid sha256:5031d2dbca7fdf66fa68818bdb8b6697c6493392fc1c3555b0d736daa8a34e7a +size 87827 diff --git a/product_docs/docs/epas/15/installing/windows/images/setup_wizard.png b/product_docs/docs/epas/15/installing/windows/images/setup_wizard.png old mode 100755 new mode 100644 index 22f55481739..923efee7e1a --- a/product_docs/docs/epas/15/installing/windows/images/setup_wizard.png +++ b/product_docs/docs/epas/15/installing/windows/images/setup_wizard.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7138b5a72c9c6e04d07fa723d70d5c95a3840ddbebafed7f97acb7ef313397a2 -size 62357 +oid sha256:7ac01c0c80e48c7dd75997f34b66acc04ec8590f09150c30248cb5d2c338c72b +size 160406 diff --git a/product_docs/docs/epas/15/installing/windows/installing_advanced_server_with_the_interactive_installer/performing_a_graphical_installation_on_windows.mdx b/product_docs/docs/epas/15/installing/windows/installing_advanced_server_with_the_interactive_installer/performing_a_graphical_installation_on_windows.mdx index 69a6e065f8c..71b5ed25751 100644 --- a/product_docs/docs/epas/15/installing/windows/installing_advanced_server_with_the_interactive_installer/performing_a_graphical_installation_on_windows.mdx +++ b/product_docs/docs/epas/15/installing/windows/installing_advanced_server_with_the_interactive_installer/performing_a_graphical_installation_on_windows.mdx @@ -7,9 +7,9 @@ redirects: -A graphical installation is a quick and easy way to install EDB Postgres Advanced Server 14 on a Windows system. Use the wizard's dialogs to specify information about your system and system usage; when you have completed the dialogs, the installer performs an installation based on the selections made during the setup process. +A graphical installation is a quick and easy way to install EDB Postgres Advanced Server 15 on a Windows system. Use the wizard's dialogs to specify information about your system and system usage; when you have completed the dialogs, the installer performs an installation based on the selections made during the setup process. -To invoke the wizard, you must have administrator privileges. Assume administrator privileges, and double-click the `edb-as14-server-14.x.x-x-windows-x64` executable file. +To invoke the wizard, you must have administrator privileges. Assume administrator privileges, and double-click the `edb-as15-server-14.x.x-x-windows-x64` executable file. !!! Note To install EDB Postgres Advanced Server on some versions of Windows, you may be required to right click on the file icon and select `Run as Administrator` from the context menu to invoke the installer with `Administrator` privileges. From 1ad5823cbbb2c86842045d8ce4910f0ca4f7cd22 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Wed, 15 Feb 2023 14:58:16 +0530 Subject: [PATCH 04/15] Updated performing a graphical installation on windows --- ...ng_a_graphical_installation_on_windows.mdx | 30 +++++++------------ 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/product_docs/docs/epas/15/installing/windows/installing_advanced_server_with_the_interactive_installer/performing_a_graphical_installation_on_windows.mdx b/product_docs/docs/epas/15/installing/windows/installing_advanced_server_with_the_interactive_installer/performing_a_graphical_installation_on_windows.mdx index 71b5ed25751..2d1feb7e930 100644 --- a/product_docs/docs/epas/15/installing/windows/installing_advanced_server_with_the_interactive_installer/performing_a_graphical_installation_on_windows.mdx +++ b/product_docs/docs/epas/15/installing/windows/installing_advanced_server_with_the_interactive_installer/performing_a_graphical_installation_on_windows.mdx @@ -9,7 +9,7 @@ redirects: A graphical installation is a quick and easy way to install EDB Postgres Advanced Server 15 on a Windows system. Use the wizard's dialogs to specify information about your system and system usage; when you have completed the dialogs, the installer performs an installation based on the selections made during the setup process. -To invoke the wizard, you must have administrator privileges. Assume administrator privileges, and double-click the `edb-as15-server-14.x.x-x-windows-x64` executable file. +To invoke the wizard, you must have administrator privileges. Assume administrator privileges, and double-click the `edb-as15-server-15.x.x-x-windows-x64` executable file. !!! Note To install EDB Postgres Advanced Server on some versions of Windows, you may be required to right click on the file icon and select `Run as Administrator` from the context menu to invoke the installer with `Administrator` privileges. @@ -37,7 +37,7 @@ The `Installation Directory` window opens. By default, the EDB Postgres Advanced Server installation directory is: ```text -C:\Program Files\edb\as14 +C:\Program Files\edb\as15 ``` You can accept the default installation location, and click `Next` to continue, or optionally click the `File Browser` icon to open the `Browse For Folder` dialog to choose an alternate installation directory. @@ -51,15 +51,11 @@ You can accept the default installation location, and click `Next` to continue, The `Select Components` window contains a list of optional components that you can install with the EDB Postgres Advanced Server `Setup` wizard. You can omit a module from the EDB Postgres Advanced Server installation by deselecting the box next to the components name. -The `Setup` wizard can install the following components while installing EDB Postgres Advanced Server 14: +The `Setup` wizard can install the following components while installing EDB Postgres Advanced Server 15: **EDB Postgres Advanced Server** -Select the `EDB Postgres Advanced Server` option to install EDB Postgres Advanced Server 14. - -**pgAdmin 4** - -Select the `pgAdmin 4` option to install the pgAdmin 4 client. pgAdmin 4 provides a powerful graphical interface for database management and monitoring. +Select the `EDB Postgres Advanced Server` option to install EDB Postgres Advanced Server 15. **StackBuilder Plus** @@ -89,13 +85,13 @@ After selecting the components you wish to install, click `Next` to open the `Ad By default, the EDB Postgres Advanced Server `data` files are saved to: ```text -C:\Program Files\edb\as14\data +C:\Program Files\edb\as15\data ``` The default location of the EDB Postgres Advanced Server `Write-Ahead Log (WAL) Directory` is: ```text -C:\Program Files\edb\as14\data\pg_wal +C:\Program Files\edb\as15\data\pg_wal ``` EDB Postgres Advanced Server uses write-ahead logs to promote transaction safety and speed transaction processing; when you make a change to a table, the change is stored in shared memory and a record of the change is written to the write-ahead log. When you perform a `COMMIT`, EDB Postgres Advanced Server writes contents of the write-ahead log to disk. @@ -149,19 +145,15 @@ If you select `Compatible with Oracle`, the installation includes the following | `utl_url` | Provides a way to escape illegal and reserved characters within an URL. | | `utl_raw` | Provides a way to manipulate or retrieve the length of raw data types. | -This is not a comprehensive list of the compatibility features for Oracle included when EDB Postgres Advanced Server is installed in `Compatible with Oracle` mode; for more information, see the *Database Compatibility for Oracle Developers Built-in Package Guide* available from the EDB website at: - -[https://www.enterprisedb.com/docs](/epas/latest/epas_compat_bip_guide/) +This is not a comprehensive list of the compatibility features for Oracle included when EDB Postgres Advanced Server is installed in `Compatible with Oracle` mode. For more information, see the [Database compatibility for Oracle developers built-in package](/epas/latest/epas_compat_bip_guide/). If you choose to install in `Compatible with Oracle` mode, the EDB Postgres Advanced Server superuser name is `enterprisedb`. **Compatible with PostgreSQL** -If you select `Compatible with PostgreSQL`, EDB Postgres Advanced Server exhibits compatibility with PostgreSQL version 14. If you choose to install in `Compatible with PostgreSQL` mode, the default EDB Postgres Advanced Server superuser name is `postgres`. +If you select `Compatible with PostgreSQL`, EDB Postgres Advanced Server exhibits compatibility with PostgreSQL version 15. If you choose to install in `Compatible with PostgreSQL` mode, the default EDB Postgres Advanced Server superuser name is `postgres`. -For detailed information about PostgreSQL functionality, visit the official PostgreSQL website at: - - +For detailed information about PostgreSQL functionality, visit the official [PostgreSQL website](http://www.postgresql.org). After specifying a configuration mode, click `Next` to continue to the `Password` window. @@ -215,9 +207,7 @@ Use the radio buttons on the `Workload Profile` window to specify the initial va After the installation is complete, you can adjust the value of `edb_dynatune_profile` by editing the `postgresql.conf` file, located in the `data` directory of your EDB Postgres Advanced Server installation. After editing the `postgresql.conf` file, you must restart the server for your changes to take effect. -For more information about `edb_dynatune` and other performance-related topics, see the *EDB Postgres Advanced Server Guide* available from the EDB website at: - -[https://www.enterprisedb.com/docs](/epas/latest/) +For more information about `edb_dynatune` and other performance-related topics, see the [Dynatune](/epas/latest/epas_guide/13_performance_analysis_and_tuning/#dynatune). Click `Next` to continue. From 658e51fb3eb0a00e3001e1c2091422de9c494c85 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:20:26 +0530 Subject: [PATCH 05/15] Updated epas quick start windows --- .../docs/epas/15/epas_qs_windows/index.mdx | 32 +++++++------------ 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/product_docs/docs/epas/15/epas_qs_windows/index.mdx b/product_docs/docs/epas/15/epas_qs_windows/index.mdx index f0d0a9865e4..65f2e5cec33 100644 --- a/product_docs/docs/epas/15/epas_qs_windows/index.mdx +++ b/product_docs/docs/epas/15/epas_qs_windows/index.mdx @@ -41,9 +41,9 @@ Before using StackBuilder Plus to install Migration Toolkit or EDB\*Plus, you mu ### Installing and configuring EDB Postgres Advanced Server -The graphical installer provides a quick and easy way to install EDB Postgres Advanced Server 14 on a Windows system. Use the wizard's dialogs to specify information about your system and system usage; when you have completed the dialogs, the installer performs an installation based on the selections made during the setup process. +The graphical installer provides a quick and easy way to install EDB Postgres Advanced Server 15 on a Windows system. Use the wizard's dialogs to specify information about your system and system usage; when you have completed the dialogs, the installer performs an installation based on the selections made during the setup process. -To invoke the wizard, you must have administrator privileges. Assume administrator privileges, and double-click the `edb-as14-server-14.x.x-x-windows-x64` executable file. +To invoke the wizard, you must have administrator privileges. Assume administrator privileges, and double-click the `edb-as15-server-15.x.x-x-windows-x64` executable file. !!! Note To install EDB Postgres Advanced Server on some versions of Windows, you may be required to right click on the file icon and select `Run as Administrator` from the context menu to invoke the installer with `Administrator` privileges. @@ -73,7 +73,7 @@ The `Installation Directory` window opens. By default, the EDB Postgres Advanced Server installation directory is: ```text -C:\Program Files\edb\as14 +C:\Program Files\edb\as15 ``` You can accept the default installation location, and click `Next` to continue, or optionally click the `File Browser` icon to open the `Browse For Folder` dialog to choose an alternate installation directory. @@ -87,15 +87,11 @@ You can accept the default installation location, and click `Next` to continue, The `Select Components` window contains a list of optional components that you can install with the EDB Postgres Advanced Server `Setup` wizard. You can omit a module from the EDB Postgres Advanced Server installation by deselecting the box next to the components name. -The `Setup` wizard can install the following components while installing EDB Postgres Advanced Server 14: +The `Setup` wizard can install the following components while installing EDB Postgres Advanced Server 15: **EDB Postgres Advanced Server** -Select the `EDB Postgres Advanced Server` option to install EDB Postgres Advanced Server 14. - -**pgAdmin 4** - -Select the `pgAdmin 4` option to install the pgAdmin 4 client. pgAdmin 4 provides a powerful graphical interface for database management and monitoring. +Select the `EDB Postgres Advanced Server` option to install EDB Postgres Advanced Server 15. **StackBuilder Plus** @@ -125,13 +121,13 @@ After selecting the components you wish to install, click `Next` to open the `Ad By default, the EDB Postgres Advanced Server `data` files are saved to: ```text -C:\Program Files\edb\as14\data +C:\Program Files\edb\as15\data ``` The default location of the EDB Postgres Advanced Server `Write-Ahead Log (WAL) Directory` is: ```text -C:\Program Files\edb\as14\data\pg_wal +C:\Program Files\edb\as15\data\pg_wal ``` EDB Postgres Advanced Server uses write-ahead logs to promote transaction safety and speed transaction processing; when you make a change to a table, the change is stored in shared memory and a record of the change is written to the write-ahead log. When you perform a `COMMIT`, EDB Postgres Advanced Server writes contents of the write-ahead log to disk. @@ -185,19 +181,15 @@ If you select `Compatible with Oracle`, the installation includes the following | `utl_url` | Provides a way to escape illegal and reserved characters within an URL. | | `utl_raw` | Provides a way to manipulate or retrieve the length of raw data types. | -This is not a comprehensive list of the compatibility features for Oracle included when EDB Postgres Advanced Server is installed in `Compatible with Oracle` mode; for more information, see the *Database Compatibility for Oracle Developers Built-in Package Guide* available from the EDB website at: - -[https://www.enterprisedb.com/docs](/epas/latest/epas_compat_bip_guide/) +This is not a comprehensive list of the compatibility features for Oracle included when EDB Postgres Advanced Server is installed in `Compatible with Oracle` mode; for more information, see the [Database compatibility for Oracle developers built-in package](/epas/latest/epas_compat_bip_guide/). If you choose to install in `Compatible with Oracle` mode, the EDB Postgres Advanced Server superuser name is `enterprisedb`. **Compatible with PostgreSQL** -If you select `Compatible with PostgreSQL`, EDB Postgres Advanced Server exhibits compatibility with PostgreSQL version 14. If you choose to install in `Compatible with PostgreSQL` mode, the default EDB Postgres Advanced Server superuser name is `postgres`. +If you select `Compatible with PostgreSQL`, EDB Postgres Advanced Server exhibits compatibility with PostgreSQL version 15. If you choose to install in `Compatible with PostgreSQL` mode, the default EDB Postgres Advanced Server superuser name is `postgres`. -For detailed information about PostgreSQL functionality, visit the official PostgreSQL website at: - - +For detailed information about PostgreSQL functionality, visit the official [PostgreSQL website](http://www.postgresql.org). After specifying a configuration mode, click `Next` to continue to the `Password` window. @@ -251,9 +243,7 @@ Use the radio buttons on the `Workload Profile` window to specify the initial va After the installation is complete, you can adjust the value of `edb_dynatune_profile` by editing the `postgresql.conf` file, located in the `data` directory of your EDB Postgres Advanced Server installation. After editing the `postgresql.conf` file, you must restart the server for your changes to take effect. -For more information about `edb_dynatune` and other performance-related topics, see the *EDB Postgres Advanced Server Guide* available from the EDB website at: - -[https://www.enterprisedb.com/docs](/epas/latest/) +For more information about `edb_dynatune` and other performance-related topics, see the [Dynatune](/epas/latest/epas_guide/13_performance_analysis_and_tuning/#dynatune). By default, EDB Postgres Advanced Server is configured to start the service when the system boots. Click `Next` to continue. From 9f9f938761dda157446bf82d92c89df553608832 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:51:47 +0530 Subject: [PATCH 06/15] FDW - fixed supported database and versions --- .../2/02_requirements_overview.mdx | 21 ++++++++----------- .../5/02_requirements_overview.mdx | 18 ++++++++-------- .../2/02_requirements_overview.mdx | 18 ++++++++-------- 3 files changed, 27 insertions(+), 30 deletions(-) diff --git a/product_docs/docs/hadoop_data_adapter/2/02_requirements_overview.mdx b/product_docs/docs/hadoop_data_adapter/2/02_requirements_overview.mdx index 0698bf2bab7..aa642c94136 100644 --- a/product_docs/docs/hadoop_data_adapter/2/02_requirements_overview.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/02_requirements_overview.mdx @@ -4,15 +4,12 @@ title: "Supported database versions" This table lists the latest Hadoop Foreign Data Wrapper versions and their supported corresponding EDB Postgres Advanced Server (EPAS) versions. Hadoop Foreign Data Wrapper is supported on the same platforms as EDB Postgres Advanced Server. See [Product Compatibility](https://www.enterprisedb.com/platform-compatibility#epas) for details. -| Hadoop Foreign Data Wrapper | EPAS 14 | EPAS 13 | EPAS 12 | EPAS 11 | -| --------------------------- | ------- | ------- | ------- | ------- | -| 2.3.0 | Y | Y | Y | Y | -| 2.2.0 | Y | Y | Y | Y | -| 2.1.0 | Y | Y | Y | Y | -| 2.0.8 | N | Y | Y | Y | -| 2.0.7 | N | Y | Y | N | -| 2.0.5 | N | N | Y | N | -| 2.0.4 | N | N | N | Y | - - - +| Hadoop Foreign Data Wrapper | EPAS 15 | EPAS 14 | EPAS 13 | EPAS 12 | EPAS 11 | +| --------------------------- | ------- | ------- | ------- | ------- | ------- | +| 2.3.0 | Y | Y | Y | Y | Y | +| 2.2.0 | Y | Y | Y | Y | Y | +| 2.1.0 | N | Y | Y | Y | Y | +| 2.0.9 | N | Y | Y | Y | Y | +| 2.0.8 | N | N | Y | Y | Y | +| 2.0.7 | N | N | Y | Y | Y | +| 2.0.6 | N | N | Y | Y | Y | diff --git a/product_docs/docs/mongo_data_adapter/5/02_requirements_overview.mdx b/product_docs/docs/mongo_data_adapter/5/02_requirements_overview.mdx index 6e72a219361..0f414eec848 100644 --- a/product_docs/docs/mongo_data_adapter/5/02_requirements_overview.mdx +++ b/product_docs/docs/mongo_data_adapter/5/02_requirements_overview.mdx @@ -4,13 +4,13 @@ title: "Supported database versions" This table lists the latest MongoDB Foreign Data Wrapper versions and their supported corresponding EDB Postgres Advanced Server (EPAS) versions. MongoDB Foreign Data Wrapper is supported on the same platforms as EDB Postgres Advanced Server. See [Product Compatibility](https://www.enterprisedb.com/platform-compatibility#epas) for details. -| MongoDB Foreign Data Wrapper | EPAS 14 | EPAS 13 | EPAS 12 | EPAS 11 | -| --------- | ------- | ------- | ------- | ------- | -| 5.5.0 | Y | Y | Y | Y | -| 5.4.0 | Y | Y | Y | Y | -| 5.3.0 | Y | Y | Y | Y | -| 5.2.9 | N | Y | Y | Y | -| 5.2.8 | N | Y | N | N | -| 5.2.6 | N | N | Y | N | -| 5.2.3 | N | Y | N | Y | +| MongoDB Foreign Data Wrapper | EPAS 15 | EPAS 14 | EPAS 13 | EPAS 12 | EPAS 11 | +| ---------------------------- | ------- | ------- | ------- | ------- | ------- | +| 5.5.0 | Y | Y | Y | Y | Y | +| 5.4.0 | Y | Y | Y | Y | Y | +| 5.3.0 | N | Y | Y | Y | Y | +| 5.2.10 | N | N | Y | Y | Y | +| 5.2.9 | N | N | Y | Y | Y | +| 5.2.8 | N | N | Y | Y | Y | +| 5.2.7 | N | N | Y | Y | Y | diff --git a/product_docs/docs/mysql_data_adapter/2/02_requirements_overview.mdx b/product_docs/docs/mysql_data_adapter/2/02_requirements_overview.mdx index 913aac11a7e..ce055808651 100644 --- a/product_docs/docs/mysql_data_adapter/2/02_requirements_overview.mdx +++ b/product_docs/docs/mysql_data_adapter/2/02_requirements_overview.mdx @@ -6,15 +6,15 @@ title: "Supported database and versions" This table lists the latest MySQL Foreign Data Wrapper versions and their supported corresponding EDB Postgres Advanced Server (EPAS) versions. MySQL Foreign Data Wrapper is supported on the same platforms as EDB Postgres Advanced Server. See [Product Compatibility](https://www.enterprisedb.com/platform-compatibility#epas) for details. -| MySQL Foreign Data Wrapper | EPAS 14 | EPAS 13 | EPAS 12 | EPAS 11 | -| -------------------------- | ------- | ------- | ------- | ------- | -| 2.9.0 | Y | Y | Y | Y | -| 2.8.0 | Y | Y | Y | Y | -| 2.7.0 | Y | Y | Y | Y | -| 2.6.0 | N | Y | Y | Y | -| 2.5.5 | N | Y | N | N | -| 2.5.3 | N | N | Y | N | -| 2.5.1 | N | N | N | Y | +| MySQL Foreign Data Wrapper | EPAS 15 | EPAS 14 | EPAS 13 | EPAS 12 | EPAS 11 | +| -------------------------- | ------- | ------- | ------- | ------- | ------- | +| 2.9.0 | Y | Y | Y | Y | Y | +| 2.8.0 | Y | Y | Y | Y | Y | +| 2.7.0 | N | Y | Y | Y | Y | +| 2.6.1 | N | Y | Y | Y | Y | +| 2.6.0 | N | N | Y | Y | Y | +| 2.5.5 | N | N | Y | Y | Y | +| 2.5.4 | N | N | Y | Y | Y | ## Supported MySQL versions From 6e7d4a7956d4588da482c56626eb779bee83694d Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Wed, 15 Feb 2023 07:13:32 -0500 Subject: [PATCH 07/15] copy edits and rel note draft --- .../epas_rel_notes/epas15_2_0_rel_notes.mdx | 1 + .../docs/epas/15/installing/windows/index.mdx | 6 +++--- .../index.mdx | 21 ++++--------------- 3 files changed, 8 insertions(+), 20 deletions(-) diff --git a/product_docs/docs/epas/15/epas_rel_notes/epas15_2_0_rel_notes.mdx b/product_docs/docs/epas/15/epas_rel_notes/epas15_2_0_rel_notes.mdx index f0744f3d300..57e6c10112c 100644 --- a/product_docs/docs/epas/15/epas_rel_notes/epas15_2_0_rel_notes.mdx +++ b/product_docs/docs/epas/15/epas_rel_notes/epas15_2_0_rel_notes.mdx @@ -27,5 +27,6 @@ EDB Postgres Advanced Server 15.2.0 includes the following enhancements and bug | Enhancement | Adding TO_CLOB() and TO_BLOB() functions. These are the only wrapper functions that cast input to CLOB or BLOB types respectively. | | | Enhancement | EDB Postgres Advanced Server users can now view the package specification and package body definition using the psql meta-commands `\sps` and `\spb`, respectively. | | | Enhancement | `index _advisor` is now a separate extension. | Index advisor | +| Change | The Window installer no longer installs pgAdmin and the parallel-clone and clonescheme extensions are no longer included in an EDB Postgres Advanced Server installation. To download pgAdmin, see the [pgAdmin download page](https://www.pgadmin.org/download/). | diff --git a/product_docs/docs/epas/15/installing/windows/index.mdx b/product_docs/docs/epas/15/installing/windows/index.mdx index 7d57b10ec55..39fe9e2b5fb 100644 --- a/product_docs/docs/epas/15/installing/windows/index.mdx +++ b/product_docs/docs/epas/15/installing/windows/index.mdx @@ -1,5 +1,5 @@ --- -title: "EDB Postgres Advanced Server installation for Windows" +title: "EDB Postgres Advanced Server installation for Windows" navTitle: "On Windows" redirects: - /epas/latest/epas_inst_windows/05_managing_an_advanced_server_installation/ @@ -11,5 +11,5 @@ navigation: The installation section provides detailed information about: -- Graphical installation options available through the interactive setup wizard on Windows. -- Managing an EDB Postgres Advanced Server installation. \ No newline at end of file +- [Graphical installation options](installing_advanced_server_with_the_interactive_installer) available through the interactive wizard on Windows. +- [Managing an EDB Postgres Advanced Server installation](managing_an_advanced_server_installation). \ No newline at end of file diff --git a/product_docs/docs/epas/15/installing/windows/installing_advanced_server_with_the_interactive_installer/index.mdx b/product_docs/docs/epas/15/installing/windows/installing_advanced_server_with_the_interactive_installer/index.mdx index 1b677dfe891..7be2ceb2dbe 100644 --- a/product_docs/docs/epas/15/installing/windows/installing_advanced_server_with_the_interactive_installer/index.mdx +++ b/product_docs/docs/epas/15/installing/windows/installing_advanced_server_with_the_interactive_installer/index.mdx @@ -1,6 +1,6 @@ --- title: "Installing EDB Postgres Advanced Server with the interactive installer" -navTitle: "Using interactive installer" +navTitle: "Using the installer" redirects: - /epas/latest/epas_inst_windows/03_installing_advanced_server_with_the_interactive_installer/ - /epas/latest/epas_inst_windows/installing_advanced_server_with_the_interactive_installer/ @@ -13,9 +13,7 @@ navigation: -You can use the EDB Postgres Advanced Server interactive installer to install EDB Postgres Advanced Server on Windows. The interactive installer is available from the EDB website at: - - +You can use the EDB Postgres Advanced Server interactive installer to install EDB Postgres Advanced Server on Windows. The interactive installer is available from [Downloads page](https://www.enterprisedb.com/advanced-downloads) on the EDB website. You can invoke the graphical installer in different installation modes to perform an EDB Postgres Advanced Server installation: @@ -24,9 +22,7 @@ You can invoke the graphical installer in different installation modes to perfor - For information about performing an installation with limited privileges, see [Performing an Installation with Limited Privileges](invoking_the_graphical_installer_from_the_command_line/performing_an_installation_with_limited_privileges/#performing_an_installation_with_limited_privileges). - For information about the command line options you can include when invoking the installer, see [Reference - Command Line Options](invoking_the_graphical_installer_from_the_command_line/reference_command_line_options/#reference_command_line_options). -During the installation, the graphical installer copies a number of temporary files to the location specified by the `TEMP` environment variable. You can optionally specify an alternate location for the temporary files by modifying the `TEMP` environment variable. - -If invoking the installer from the command line, you can set the value of the variable on the command line. Use the command: +During the installation, the graphical installer copies a number of temporary files to the location specified by the `TEMP` environment variable. You can optionally specify an alternate location for the temporary files by modifying the value of the `TEMP` environment variable on the command line: ```text SET TEMP=temp_file_location @@ -47,11 +43,7 @@ SET INITDBOPTS= -k -E=UTF-8 If you specify values in `INITDBOPTS` that are also provided by the installer (such as the `–D` option, which specifies the installation directory), the value specified in the graphical installer supersedes the value if specified in `INITDBOPTS`. -For more information about using `initdb` cluster configuration options, see the PostgreSQL Core Documentation available at: - - - -In addition to the cluster configuration options documented in the PostgreSQL core documentation, EDB Postgres Advanced Server supports the following `initdb` options: +For more information about using `initdb` cluster configuration options, see the [PostgreSQL core documentation](https://www.postgresql.org/docs/current/static/app-initdb.html). In addition to the cluster configuration options documented in the PostgreSQL core documentation, EDB Postgres Advanced Server supports the following `initdb` options: `--no-redwood-compat` @@ -65,8 +57,3 @@ In addition to the cluster configuration options documented in the PostgreSQL co `--icu-short-form` creates a cluster that uses a default ICU (International Components for Unicode) collation for all databases in the cluster. For more information about Unicode collations, see [Basic Unicode collation algorithm concepts](/epas/14/epas_guide/03_database_administration/06_unicode_collation_algorithm). -
- -performing_a_graphical_installation_on_windows invoking_the_graphical_installer_from_the_command_line using_stackbuilder_plus installation_troubleshooting - -
From bafce03cd9b947d0a1000e2bd667878209b6a876 Mon Sep 17 00:00:00 2001 From: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> Date: Wed, 15 Feb 2023 07:52:38 -0500 Subject: [PATCH 08/15] Update product_docs/docs/epas/15/epas_qs_windows/index.mdx --- product_docs/docs/epas/15/epas_qs_windows/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/15/epas_qs_windows/index.mdx b/product_docs/docs/epas/15/epas_qs_windows/index.mdx index 65f2e5cec33..1243507d856 100644 --- a/product_docs/docs/epas/15/epas_qs_windows/index.mdx +++ b/product_docs/docs/epas/15/epas_qs_windows/index.mdx @@ -181,7 +181,7 @@ If you select `Compatible with Oracle`, the installation includes the following | `utl_url` | Provides a way to escape illegal and reserved characters within an URL. | | `utl_raw` | Provides a way to manipulate or retrieve the length of raw data types. | -This is not a comprehensive list of the compatibility features for Oracle included when EDB Postgres Advanced Server is installed in `Compatible with Oracle` mode; for more information, see the [Database compatibility for Oracle developers built-in package](/epas/latest/epas_compat_bip_guide/). +This is not a comprehensive list of the compatibility features for Oracle included when EDB Postgres Advanced Server is installed in `Compatible with Oracle` mode. For more information, see [Database compatibility for Oracle developers: built-in packages](/epas/latest/epas_compat_bip_guide/). If you choose to install in `Compatible with Oracle` mode, the EDB Postgres Advanced Server superuser name is `enterprisedb`. From d498b09fbdaf099eadd43b7fff7bd3af5373a53b Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Wed, 15 Feb 2023 07:52:55 -0500 Subject: [PATCH 09/15] making package plural --- product_docs/docs/epas/15/epas_compat_bip_guide/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/15/epas_compat_bip_guide/index.mdx b/product_docs/docs/epas/15/epas_compat_bip_guide/index.mdx index ba16747e89a..90feb1fe4ea 100644 --- a/product_docs/docs/epas/15/epas_compat_bip_guide/index.mdx +++ b/product_docs/docs/epas/15/epas_compat_bip_guide/index.mdx @@ -1,6 +1,6 @@ --- navTitle: Built-in Packages -title: "Database Compatibility for Oracle Developers: Built-in Package" +title: "Database Compatibility for Oracle Developers: Built-in Packages" legacyRedirectsGenerated: # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. - "/edb-docs/d/edb-postgres-advanced-server/user-guides/database-compatibility-for-oracle-developers-built-in-package-guide/9.6/Database_Compatibility_for_Oracle_Developers_Built-in_Package_Guide.1.01.html" From bce8b10b282882a36198c35b1241937a1f585e9e Mon Sep 17 00:00:00 2001 From: tusharahuja <30723619+tusharahuja@users.noreply.github.com> Date: Wed, 15 Feb 2023 19:37:14 +0530 Subject: [PATCH 10/15] Update index.mdx --- product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/index.mdx b/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/index.mdx index 5cf32e79769..4ef1c4bdd57 100644 --- a/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/index.mdx +++ b/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/index.mdx @@ -4,7 +4,7 @@ redirects: - ../01_whats_new/ --- -The EDB PgBouncer documentation describes the latest version of EDB PgBouncer 1.16, including minor releases and patches. The release notes provide information on what was new in each release. For new functionality introduced in a minor or patch release, the content also indicates the release that introduced the feature. +The EDB PgBouncer documentation describes the latest version of EDB PgBouncer 1.18, including minor releases and patches. The release notes provide information on what was new in each release. For new functionality introduced in a minor or patch release, the content also indicates the release that introduced the feature. | Version | Release date | Upstream merges | | ------------------------------ | ------------ | --------------------------------------------------------------------------------- | From 97796f8ae7fd012401af71ef45ba1c69eec88a90 Mon Sep 17 00:00:00 2001 From: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> Date: Wed, 15 Feb 2023 09:12:28 -0500 Subject: [PATCH 11/15] Update product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/index.mdx --- product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/index.mdx b/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/index.mdx index 4ef1c4bdd57..c031604cd40 100644 --- a/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/index.mdx +++ b/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/index.mdx @@ -4,7 +4,7 @@ redirects: - ../01_whats_new/ --- -The EDB PgBouncer documentation describes the latest version of EDB PgBouncer 1.18, including minor releases and patches. The release notes provide information on what was new in each release. For new functionality introduced in a minor or patch release, the content also indicates the release that introduced the feature. +The EDB PgBouncer documentation describes the latest version of EDB PgBouncer 1, including minor releases and patches. The release notes provide information on what was new in each release. For new functionality introduced in a minor or patch release, the content also indicates the release that introduced the feature. | Version | Release date | Upstream merges | | ------------------------------ | ------------ | --------------------------------------------------------------------------------- | From f41807e8189c8e3998c70ec74bfc6398a02e0404 Mon Sep 17 00:00:00 2001 From: Chris Estes <106166814+ccestes@users.noreply.github.com> Date: Wed, 15 Feb 2023 09:43:46 -0500 Subject: [PATCH 12/15] added release notes --- .../epas_rel_notes/epas11_19_30_rel_notes.mdx | 12 ++++++++++++ .../docs/epas/11/epas_rel_notes/index.mdx | 2 ++ .../epas_rel_notes/epas12_14_18_rel_notes.mdx | 13 +++++++++++++ .../docs/epas/12/epas_rel_notes/index.mdx | 2 ++ .../epas_rel_notes/epas13_10_14_rel_notes.mdx | 14 ++++++++++++++ .../docs/epas/13/epas_rel_notes/index.mdx | 6 ++++-- .../14/epas_rel_notes/epas14_7_0_rel_notes.mdx | 17 +++++++++++++++++ .../docs/epas/14/epas_rel_notes/index.mdx | 2 ++ 8 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 product_docs/docs/epas/11/epas_rel_notes/epas11_19_30_rel_notes.mdx create mode 100644 product_docs/docs/epas/12/epas_rel_notes/epas12_14_18_rel_notes.mdx create mode 100644 product_docs/docs/epas/13/epas_rel_notes/epas13_10_14_rel_notes.mdx create mode 100644 product_docs/docs/epas/14/epas_rel_notes/epas14_7_0_rel_notes.mdx diff --git a/product_docs/docs/epas/11/epas_rel_notes/epas11_19_30_rel_notes.mdx b/product_docs/docs/epas/11/epas_rel_notes/epas11_19_30_rel_notes.mdx new file mode 100644 index 00000000000..e289301a91f --- /dev/null +++ b/product_docs/docs/epas/11/epas_rel_notes/epas11_19_30_rel_notes.mdx @@ -0,0 +1,12 @@ +--- +title: "Version 11.19.30" +--- + +EDB Postgres Advanced Server 11.19.30 includes the following enhancements: + +| Type | Description | +| -------------- | ------------------------------------------------------------------------------------------------------------------------------------- | +| Upstream merge | Merged with community PostgreSQL 11.19.30. See the community [Release Notes](https://www.postgresql.org/docs/release/11.19/) for details. | +| Bug fix | Fix possible server crash with autonomous transaction and temp table. [Support tickets: #89602 and #82695]| +| Bug fix | Allow the password expiry feature to work with SCRAM authentication. [Support ticket: #89340] | +| Bug fix | Fix Bulk API for update on an invisible tuple. [Support ticket: #86900] | diff --git a/product_docs/docs/epas/11/epas_rel_notes/index.mdx b/product_docs/docs/epas/11/epas_rel_notes/index.mdx index 0c2f609091f..483d6b4f7f9 100644 --- a/product_docs/docs/epas/11/epas_rel_notes/index.mdx +++ b/product_docs/docs/epas/11/epas_rel_notes/index.mdx @@ -2,6 +2,7 @@ navTitle: Release Notes title: "EDB Postgres Advanced Server Release Notes" navigation: +- epas11_19_30_rel_notes - epas11_18_29_rel_notes - epas11_17_28_rel_notes - epas11_16_26_rel_notes @@ -21,6 +22,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l | Version | Release Date | Upstream Merge | | ------- | ------------ | -------------- | +| [11.19.30](epas11_19_30_rel_notes.mdx) | 2023 Feb 09 | [11.19](https://www.postgresql.org/docs/11/release-11-19.html) | | [11.18.29](epas11_18_29_rel_notes.mdx) | 2022 Nov 10 | [11.18](https://www.postgresql.org/docs/11/release-11-18.html) | | [11.17.28](epas11_17_28_rel_notes.mdx) | 2022 Aug 11 | [11.17](https://www.postgresql.org/docs/11/release-11-17.html) | | [11.16.26](epas11_16_26_rel_notes.mdx) | 2022 May 12 | [11.16](https://www.postgresql.org/docs/11/release-11-16.html) | diff --git a/product_docs/docs/epas/12/epas_rel_notes/epas12_14_18_rel_notes.mdx b/product_docs/docs/epas/12/epas_rel_notes/epas12_14_18_rel_notes.mdx new file mode 100644 index 00000000000..6528a794c84 --- /dev/null +++ b/product_docs/docs/epas/12/epas_rel_notes/epas12_14_18_rel_notes.mdx @@ -0,0 +1,13 @@ +--- +title: "Version 12.14.18" +--- + +EDB Postgres Advanced Server 12.14.18 includes the following enhancements: + +| Type | Description | +| -------------- | -------------------------------------------------------------------------------------------------------------------------------------| +| Upstream merge | Merged with community PostgreSQL 12.14.18. See the community [Release Notes](https://www.postgresql.org/docs/release/12.14/) for details. | +| Bug fix | Fix possible server crash with autonomous transaction and temp table. [Support tickets: #89602 and #82695]| +| Bug fix | Allow the password expiry feature to work with SCRAM authentication. [Support ticket: #89340] | +| Bug fix | Fix Bulk API for update on an invisible tuple. [Support ticket: #86900] | +| Bug fix | Fix command tag for the partition objects. [Support ticket: #86598] | diff --git a/product_docs/docs/epas/12/epas_rel_notes/index.mdx b/product_docs/docs/epas/12/epas_rel_notes/index.mdx index 6fcf08c331b..77da62989ad 100644 --- a/product_docs/docs/epas/12/epas_rel_notes/index.mdx +++ b/product_docs/docs/epas/12/epas_rel_notes/index.mdx @@ -2,6 +2,7 @@ navTitle: Release Notes title: "EDB Postgres Advanced Server Release Notes" navigation: +- epas12_14_18_rel_notes - epas12_13_17_rel_notes - epas12_12_16_rel_notes - epas12_11_15_rel_notes @@ -24,6 +25,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l | Version | Release Date | Upstream Merges | | ------- | ------------ | --------------- | +| [12.14.18](epas12_14_18_rel_notes.mdx) | 2023 Feb 09 | [12.14](https://www.postgresql.org/docs/12/release-12-14.html) | | [12.13.17](epas12_13_17_rel_notes.mdx) | 2022 Nov 10 | [12.13](https://www.postgresql.org/docs/12/release-12-13.html) | | [12.12.16](epas12_12_16_rel_notes.mdx) | 2022 Aug 11 | [12.12](https://www.postgresql.org/docs/12/release-12-12.html) | | [12.11.15](epas12_11_15_rel_notes.mdx) | 2022 May 12 | [12.11](https://www.postgresql.org/docs/12/release-12-11.html) | diff --git a/product_docs/docs/epas/13/epas_rel_notes/epas13_10_14_rel_notes.mdx b/product_docs/docs/epas/13/epas_rel_notes/epas13_10_14_rel_notes.mdx new file mode 100644 index 00000000000..12189a38513 --- /dev/null +++ b/product_docs/docs/epas/13/epas_rel_notes/epas13_10_14_rel_notes.mdx @@ -0,0 +1,14 @@ +--- +title: "Version 13.10.14" +--- + +EDB Postgres Advanced Server 13.10.14 includes the following enhancements: + +| Type | Description | +| -------------- | -------------------------------------------------------------------------------------------------------------------------------------| +| Upstream merge | Merged with community PostgreSQL 13.10.14. See the community [Release Notes](https://www.postgresql.org/docs/release/13.10/) for details. | +| Bug fix | Fix possible server crash with autonomous transaction and temp table. [Support tickets: #89602 and #82695]| +| Bug fix | Allow the password expiry feature to work with SCRAM authentication. [Support ticket: #89340] | +| Bug fix | Fix Bulk API for update on an invisible tuple. [Support ticket: #86900] | +| Bug fix | Fix command tag for the partition objects. [Support ticket: #86598] | +| Bug fix | Fix dynamic partitioning to avoid duplicate partitions in high concurrency. [Support ticket: #89194] | \ No newline at end of file diff --git a/product_docs/docs/epas/13/epas_rel_notes/index.mdx b/product_docs/docs/epas/13/epas_rel_notes/index.mdx index 313e34b5819..2d36f6a2b33 100644 --- a/product_docs/docs/epas/13/epas_rel_notes/index.mdx +++ b/product_docs/docs/epas/13/epas_rel_notes/index.mdx @@ -2,6 +2,7 @@ navTitle: Release Notes title: "EDB Postgres Advanced Server Release Notes" navigation: +- epas13_10_14_rel_notes - epas13_9_13_rel_notes - epas13_8_12_rel_notes - epas13_7_11_rel_notes @@ -17,8 +18,9 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l | Version | Release Date | Upstream Merges | | ------------------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------- | -| [13.9.13](epas13_9_13_rel_notes) | 2022 Nov 10 | [13.9](https://www.postgresql.org/docs/release/13.9/) -| [13.8.12](epas13_8_12_rel_notes) | 2022 Aug 11 | [13.8](https://www.postgresql.org/docs/release/13.8/) +| [13.10.14](epas13_10_14_rel_notes) | 2023 Feb 09 | [13.10](https://www.postgresql.org/docs/release/13.10/) | +| [13.9.13](epas13_9_13_rel_notes) | 2022 Nov 10 | [13.9](https://www.postgresql.org/docs/release/13.9/) | +| [13.8.12](epas13_8_12_rel_notes) | 2022 Aug 11 | [13.8](https://www.postgresql.org/docs/release/13.8/) | | [13.7.11](epas13_7_11_rel_notes) | 2022 May 23 | [13.7](https://www.postgresql.org/docs/release/13.7/) | [13.6.10](13_epas13.6.10_rel_notes) | 2022 Feb 10 | [13.6](https://www.postgresql.org/docs/13/release-13-6.html) | | [13.5.9](14_epas13.5.9_rel_notes) | 2021 Nov 11 | [13.5](https://www.postgresql.org/docs/13/release-13-5.html) | diff --git a/product_docs/docs/epas/14/epas_rel_notes/epas14_7_0_rel_notes.mdx b/product_docs/docs/epas/14/epas_rel_notes/epas14_7_0_rel_notes.mdx new file mode 100644 index 00000000000..8c93ad7441e --- /dev/null +++ b/product_docs/docs/epas/14/epas_rel_notes/epas14_7_0_rel_notes.mdx @@ -0,0 +1,17 @@ +--- +title: "Version 14.7.0" +--- + +EDB Postgres Advanced Server 14.7.0 includes the following enhancements and bug fixes: + +| Type | Description | +| -------------- | -------------------------------------------------------------------------------------------------------------------------------------| +| Upstream merge | Merged with community PostgreSQL 14.7.0. See the community [Release Notes](https://www.postgresql.org/docs/release/14.7/) for details. | +| Bug fix | Fix possible server crash with autonomous transaction and temp table. [Support tickets: #89602 and #82695]| +| Bug fix | Allow the password expiry feature to work with SCRAM authentication. [Support ticket: #89340] | +| Bug fix | Fix Bulk API for update on an invisible tuple. [Support ticket: #86900] | +| Bug fix | Fix command tag for the partition objects. [Support ticket: #86598] | +| Bug fix | Fix dynamic partitioning to avoid duplicate partitions in high concurrency. [Support ticket: #89194] | +| Bug fix | `edb_audit`: Add `leader_pid` and `query_id` to XML logs. | + + diff --git a/product_docs/docs/epas/14/epas_rel_notes/index.mdx b/product_docs/docs/epas/14/epas_rel_notes/index.mdx index 3dbbff5e058..7c03499f635 100644 --- a/product_docs/docs/epas/14/epas_rel_notes/index.mdx +++ b/product_docs/docs/epas/14/epas_rel_notes/index.mdx @@ -2,6 +2,7 @@ navTitle: Release notes title: "EDB Postgres Advanced Server release notes" navigation: +- epas14_7_0_rel_notes - epas14_6_0_rel_notes - epas14_5_0_rel_notes - epas14_4_0_rel_notes @@ -16,6 +17,7 @@ The EDB Postgres Advanced Server (EDB Postgres Advanced Server) documentation de | Version | Release date | Upstream merges | | ------------------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------- | +| [14.7.0](epas14_7_0_rel_notes) | 2023 Feb 09 | [14.7](https://www.postgresql.org/docs/14/release-14-7.html) | | [14.6.0](epas14_6_0_rel_notes) | 2022 Nov 10 | [14.6](https://www.postgresql.org/docs/14/release-14-6.html) | | [14.5.0](epas14_5_0_rel_notes) | 2022 Aug 11 | [14.5](https://www.postgresql.org/docs/14/release-14-5.html) | | [14.4.0](epas14_4_0_rel_notes) | 2022 Jun 16 | [14.4](https://www.postgresql.org/docs/14/release-14-4.html) | From 7abc65c505372996342c7dbb1a6552c402eff5ad Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Wed, 15 Feb 2023 10:10:41 -0500 Subject: [PATCH 13/15] Kubernetes: added rel notes for 1.17.4 and 1.18.2 --- .../1/rel_notes/1_17_4_rel_notes.mdx | 10 ++++++++++ .../1/rel_notes/1_18_2_rel_notes.mdx | 12 ++++++++++++ .../postgres_for_kubernetes/1/rel_notes/index.mdx | 5 +++++ 3 files changed, 27 insertions(+) create mode 100644 product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_4_rel_notes.mdx create mode 100644 product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_2_rel_notes.mdx diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_4_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_4_rel_notes.mdx new file mode 100644 index 00000000000..87560d31132 --- /dev/null +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_4_rel_notes.mdx @@ -0,0 +1,10 @@ +--- +title: "EDB Postgres for Kubernetes 1.17.4 release notes" +navTitle: "Version 1.17.4" +--- + +This release of EDB Postgres for Kubernetes includes the following: + +| Type | Description | +| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| Upstream merge | Merged with community CloudNativePG 1.17.4. See the community [Release Notes](https://cloudnative-pg.io/documentation/1.17/release_notes/v1.17/). | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_2_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_2_rel_notes.mdx new file mode 100644 index 00000000000..fa12fc913e9 --- /dev/null +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_2_rel_notes.mdx @@ -0,0 +1,12 @@ +--- +title: "EDB Postgres for Kubernetes 1.18.2 release notes" +navTitle: "Version 1.18.2" +--- + +This release of EDB Postgres for Kubernetes includes the following: + +| Type | Description | +| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| Upstream merge | Merged with community CloudNativePG 1.18.2. See the community [Release Notes](https://cloudnative-pg.io/documentation/1.18/release_notes/v1.18/). | +| Feature | Support for [Transparent Data Encryption (TDE)](/tde/latest) with EDB Postgtres Advanced Server 15. TDE encrypts, transparently to the user, any user data stored in the database system. | +| Feature | New external backup adaptor to provide a generic way to integrate EDB Postgres for Kubernetes in a third-party tool for backups. See [External Backup Adapter](/postgres_for_kubernetes/latest/addons/#external_backup_adapter) for more information.| \ No newline at end of file diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/index.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/index.mdx index 85a95e1963c..835d0d10f80 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/index.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/index.mdx @@ -5,8 +5,10 @@ redirects: - ../release_notes navigation: - 1_19_0_rel_notes +- 1_18_2_rel_notes - 1_18_1_rel_notes - 1_18_0_rel_notes +- 1_17_4_rel_notes - 1_17_3_rel_notes - 1_17_1_rel_notes - 1_17_rel_notes @@ -49,8 +51,11 @@ The EDB Postgres for Kubernetes documentation describes the major version of EDB | Version | Release date | Upstream merges | | -------------------------- | ------------ | ------------------------------------------------------------------------------------------- | | [1.19.0](1_19_0_rel_notes) | 2023 Feb 14 | Upstream [1.19.0](https://cloudnative-pg.io/documentation/1.19/release_notes/v1.19/) | +| [1.18.2](1_18_2_rel_notes) | 2023 Feb 14 | Upstream [1.18.2](https://cloudnative-pg.io/documentation/1.18/release_notes/v1.18/) | | [1.18.1](1_18_1_rel_notes) | 2022 Dec 21 | Upstream [1.18.1](https://cloudnative-pg.io/documentation/1.18/release_notes/v1.18/) | | [1.18.0](1_18_0_rel_notes) | 2022 Nov 14 | Upstream [1.18.0](https://cloudnative-pg.io/documentation/1.18/release_notes/v1.18/) | +| [1.17.4](1_17_4_rel_notes) | 2023 Feb 14 | Upstream [1.17.4](https://cloudnative-pg.io/documentation/1.17/release_notes/v1.17/) | +| [1.17.3](1_17_3_rel_notes) | 2022 Dec 21 | Upstream [1.17.3](https://cloudnative-pg.io/documentation/1.17/release_notes/v1.17/) | | [1.17.2](1_17_2_rel_notes) | 2022 Nov 14 | Upstream [1.17.2](https://cloudnative-pg.io/documentation/1.17/release_notes/v1.17/) | | [1.17.1](1_17_1_rel_notes) | 2022 Oct 7 | Upstream [1.17.1](https://cloudnative-pg.io/documentation/1.17/release_notes/v1.17/) | | [1.17.0](1_17_rel_notes) | 2022 Sep 6 | Upstream [1.17.0](https://cloudnative-pg.io/documentation/1.17/release_notes/v1.17/) | From 3e70cd8a9faf70638d7718a535e41a7ca95726eb Mon Sep 17 00:00:00 2001 From: Chris Estes <106166814+ccestes@users.noreply.github.com> Date: Wed, 15 Feb 2023 10:28:43 -0500 Subject: [PATCH 14/15] pge updates --- .../pg_extensions/advanced_storage_pack/installing.mdx | 10 +++++----- advocacy_docs/pg_extensions/ldap_sync/installing.mdx | 6 +++--- advocacy_docs/pg_extensions/pg_tuner/installing.mdx | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx b/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx index a24ddd53fed..f7cb527971c 100644 --- a/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx +++ b/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx @@ -9,18 +9,18 @@ The Advanced Storage Pack is supported on the same platforms as the Postgres dis - [PostgreSQL Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#pg) -- [EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/resources/platform-compatibility#bdr) +- [EDB Postgres Extended Server Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#epas_extended) ## Prerequisites Before you begin the installation process: - Install Postgres. See: - - [Installing EDB Postgres Advanced Server](/epas/latest/epas_inst_linux/installing_epas_using_edb_repository/) + - [Installing EDB Postgres Advanced Server](/epas/latest/installing/) - [Installing PostgreSQL](https://www.postgresql.org/download/) - - [Installing EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/docs/pgd/latest/deployments/tpaexec/) + - [Installing EDB Postgres Extended Server](/pge/latest/installing/) - Set up the repository. @@ -60,7 +60,7 @@ Where: | ---------------------------- | ---------- | | PostgreSQL | pg | | EDB Postgres Advanced Server | as | - | EDB Postgres Extended | pgextended | + | EDB Postgres Extended | postgresextended | - `` is the version of Postgres you're using. @@ -75,5 +75,5 @@ sudo dnf -y install edb-as14-advanced-storage-pack1 To install Advanced Storage Pack 1.0.0 for EDB Postgres Advanced Server 14 on a Debian 11 platform: ```shell -sudo apt-get -y install edb-pg15-advanced-storage-pack-1 +sudo apt-get -y install edb-pg14-advanced-storage-pack-1 ``` diff --git a/advocacy_docs/pg_extensions/ldap_sync/installing.mdx b/advocacy_docs/pg_extensions/ldap_sync/installing.mdx index dd97c0727f9..941fed01fcb 100644 --- a/advocacy_docs/pg_extensions/ldap_sync/installing.mdx +++ b/advocacy_docs/pg_extensions/ldap_sync/installing.mdx @@ -7,18 +7,18 @@ EDB LDAP Sync is supported on the same platforms as the Postgres distribution yo - [EDB Postgres Advanced Server Product Compatibility](https://www.enterprisedb.com/platform-compatibility#epas) - [PostgreSQL Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#pg) -- [EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/resources/platform-compatibility#bdr) +- [EDB Postgres Extended Server Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#epas_extended) ## Prerequisites Before you begin the installation process: - Install Postgres. See: - - [Installing EDB Postgres Advanced Server](/epas/latest/epas_inst_linux/installing_epas_using_edb_repository/) + - [Installing EDB Postgres Advanced Server](/epas/latest/installing/) - [Installing PostgreSQL](https://www.postgresql.org/download/) - - [Installing EDB Postgres Distributed (includes EDB Postgres Extended)](/pgd/latest/deployments/tpaexec/) + - [Installing EDB Postgres Extended Server](/pge/latest/installing/) - Install [ldap2pg](https://ldap2pg.readthedocs.io/en/latest/). diff --git a/advocacy_docs/pg_extensions/pg_tuner/installing.mdx b/advocacy_docs/pg_extensions/pg_tuner/installing.mdx index c83fded9b77..2505a9b05a3 100644 --- a/advocacy_docs/pg_extensions/pg_tuner/installing.mdx +++ b/advocacy_docs/pg_extensions/pg_tuner/installing.mdx @@ -7,18 +7,18 @@ EDB Postgres Tuner is supported on the same platforms as the Postgres distributi - [EDB Postgres Advanced Server Product Compatibility](https://www.enterprisedb.com/platform-compatibility#epas) - [PostgreSQL Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#pg) -- [EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/resources/platform-compatibility#bdr) +- [EDB Postgres Extended Server Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#epas_extended) ## Prerequisites Before you begin the installation process: - Install Postgres. See: - - [Installing EDB Postgres Advanced Server](/epas/latest/epas_inst_linux/installing_epas_using_edb_repository/) + - [Installing EDB Postgres Advanced Server](/epas/latest/installing/) - [Installing PostgreSQL](https://www.postgresql.org/download/) - - [Installing EDB Postgres Distributed (includes EDB Postgres Extended)](/pgd/latest/deployments/tpaexec/) + - [Installing EDB Postgres Extended Server](/pge/latest/installing/) - Set up the repository. @@ -58,7 +58,7 @@ Where: | ---------------------------- | ---------- | | PostgreSQL | pg | | EDB Postgres Advanced Server | as | - | EDB Postgres Extended | pgextended | + | EDB Postgres Extended | postgresextended | - `` is the version of Postgres you're using. From f7148c00a934ec9cc5b546cd48b956b8bef5e407 Mon Sep 17 00:00:00 2001 From: Chris Estes <106166814+ccestes@users.noreply.github.com> Date: Wed, 15 Feb 2023 10:39:21 -0500 Subject: [PATCH 15/15] changed release date --- product_docs/docs/epas/11/epas_rel_notes/index.mdx | 2 +- product_docs/docs/epas/12/epas_rel_notes/index.mdx | 2 +- product_docs/docs/epas/13/epas_rel_notes/index.mdx | 2 +- product_docs/docs/epas/14/epas_rel_notes/index.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/product_docs/docs/epas/11/epas_rel_notes/index.mdx b/product_docs/docs/epas/11/epas_rel_notes/index.mdx index 483d6b4f7f9..a91ee135f16 100644 --- a/product_docs/docs/epas/11/epas_rel_notes/index.mdx +++ b/product_docs/docs/epas/11/epas_rel_notes/index.mdx @@ -22,7 +22,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l | Version | Release Date | Upstream Merge | | ------- | ------------ | -------------- | -| [11.19.30](epas11_19_30_rel_notes.mdx) | 2023 Feb 09 | [11.19](https://www.postgresql.org/docs/11/release-11-19.html) | +| [11.19.30](epas11_19_30_rel_notes.mdx) | 2023 Feb 10 | [11.19](https://www.postgresql.org/docs/11/release-11-19.html) | | [11.18.29](epas11_18_29_rel_notes.mdx) | 2022 Nov 10 | [11.18](https://www.postgresql.org/docs/11/release-11-18.html) | | [11.17.28](epas11_17_28_rel_notes.mdx) | 2022 Aug 11 | [11.17](https://www.postgresql.org/docs/11/release-11-17.html) | | [11.16.26](epas11_16_26_rel_notes.mdx) | 2022 May 12 | [11.16](https://www.postgresql.org/docs/11/release-11-16.html) | diff --git a/product_docs/docs/epas/12/epas_rel_notes/index.mdx b/product_docs/docs/epas/12/epas_rel_notes/index.mdx index 77da62989ad..ae422d24bce 100644 --- a/product_docs/docs/epas/12/epas_rel_notes/index.mdx +++ b/product_docs/docs/epas/12/epas_rel_notes/index.mdx @@ -25,7 +25,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l | Version | Release Date | Upstream Merges | | ------- | ------------ | --------------- | -| [12.14.18](epas12_14_18_rel_notes.mdx) | 2023 Feb 09 | [12.14](https://www.postgresql.org/docs/12/release-12-14.html) | +| [12.14.18](epas12_14_18_rel_notes.mdx) | 2023 Feb 10 | [12.14](https://www.postgresql.org/docs/12/release-12-14.html) | | [12.13.17](epas12_13_17_rel_notes.mdx) | 2022 Nov 10 | [12.13](https://www.postgresql.org/docs/12/release-12-13.html) | | [12.12.16](epas12_12_16_rel_notes.mdx) | 2022 Aug 11 | [12.12](https://www.postgresql.org/docs/12/release-12-12.html) | | [12.11.15](epas12_11_15_rel_notes.mdx) | 2022 May 12 | [12.11](https://www.postgresql.org/docs/12/release-12-11.html) | diff --git a/product_docs/docs/epas/13/epas_rel_notes/index.mdx b/product_docs/docs/epas/13/epas_rel_notes/index.mdx index 2d36f6a2b33..a524039441c 100644 --- a/product_docs/docs/epas/13/epas_rel_notes/index.mdx +++ b/product_docs/docs/epas/13/epas_rel_notes/index.mdx @@ -18,7 +18,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l | Version | Release Date | Upstream Merges | | ------------------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------- | -| [13.10.14](epas13_10_14_rel_notes) | 2023 Feb 09 | [13.10](https://www.postgresql.org/docs/release/13.10/) | +| [13.10.14](epas13_10_14_rel_notes) | 2023 Feb 10 | [13.10](https://www.postgresql.org/docs/release/13.10/) | | [13.9.13](epas13_9_13_rel_notes) | 2022 Nov 10 | [13.9](https://www.postgresql.org/docs/release/13.9/) | | [13.8.12](epas13_8_12_rel_notes) | 2022 Aug 11 | [13.8](https://www.postgresql.org/docs/release/13.8/) | | [13.7.11](epas13_7_11_rel_notes) | 2022 May 23 | [13.7](https://www.postgresql.org/docs/release/13.7/) diff --git a/product_docs/docs/epas/14/epas_rel_notes/index.mdx b/product_docs/docs/epas/14/epas_rel_notes/index.mdx index 7c03499f635..45bd30b4f21 100644 --- a/product_docs/docs/epas/14/epas_rel_notes/index.mdx +++ b/product_docs/docs/epas/14/epas_rel_notes/index.mdx @@ -17,7 +17,7 @@ The EDB Postgres Advanced Server (EDB Postgres Advanced Server) documentation de | Version | Release date | Upstream merges | | ------------------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------- | -| [14.7.0](epas14_7_0_rel_notes) | 2023 Feb 09 | [14.7](https://www.postgresql.org/docs/14/release-14-7.html) | +| [14.7.0](epas14_7_0_rel_notes) | 2023 Feb 10 | [14.7](https://www.postgresql.org/docs/14/release-14-7.html) | | [14.6.0](epas14_6_0_rel_notes) | 2022 Nov 10 | [14.6](https://www.postgresql.org/docs/14/release-14-6.html) | | [14.5.0](epas14_5_0_rel_notes) | 2022 Aug 11 | [14.5](https://www.postgresql.org/docs/14/release-14-5.html) | | [14.4.0](epas14_4_0_rel_notes) | 2022 Jun 16 | [14.4](https://www.postgresql.org/docs/14/release-14-4.html) |