From 199e58502690a05ac9fe5006b8889169e0f72522 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Thu, 29 Aug 2024 13:19:13 +0100 Subject: [PATCH 1/4] Rework latest release news Signed-off-by: Dj Walker-Morgan --- .../2024q2release.mdx} | 6 +- .../latest-release-news/2024q3release.mdx | 88 ++++++++++++++++++ .../overview/latest-release-news/index.mdx | 92 +++++++++++++++++++ 3 files changed, 183 insertions(+), 3 deletions(-) rename advocacy_docs/edb-postgres-ai/overview/{latest-release-news.mdx => latest-release-news/2024q2release.mdx} (98%) create mode 100644 advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx create mode 100644 advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx diff --git a/advocacy_docs/edb-postgres-ai/overview/latest-release-news.mdx b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q2release.mdx similarity index 98% rename from advocacy_docs/edb-postgres-ai/overview/latest-release-news.mdx rename to advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q2release.mdx index 430a765f389..7f596fc727d 100644 --- a/advocacy_docs/edb-postgres-ai/overview/latest-release-news.mdx +++ b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q2release.mdx @@ -1,8 +1,8 @@ --- -title: EDB Postgres AI Overview - Latest release news -navTitle: Latest release news +title: "EDB Postgres AI Q2 2024 release highlights" +navTitle: Q2 2024 release highlights description: The latest features released and updated in EDB Postgres AI. -deepToC: true +date: 2024-05-23 --- **May 23, 2024** diff --git a/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx new file mode 100644 index 00000000000..806050b7f3c --- /dev/null +++ b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx @@ -0,0 +1,88 @@ +--- +title: "EDB Postgres AI Q3 2024 release highlights" +navTitle: Q3 2024 release highlights +description: The latest features released and updated in EDB Postgres AI. +date: 2024-08-28 +--- + +** August 28, 2024 ** + +This [release roundup](https://www.enterprisedb.com/blog/release-radar-edb-postgresr-ai-q3-release-highlights) originally appeared on the EDB blog. + +There’s a lot of energy at EDB following the Q2 announcement of EDB Postgres AI, an intelligent platform for unified management of transactional, analytical, and AI workloads, last quarter. The features we’re unveiling today build on last quarter’s EDB Postgres AI announcement by further enhancing the value delivered across our platform to support next gen applications, while further strengthening our core transactional database capabilities.. + +Let’s take a closer look at these features. + +## Trusted Postgres Architect release improves HA cluster deployment verification and PEM & EFM integration + +With Trusted Postgres Architect (TPA), we continuously seek to create useful default configurations for our users to minimize the manual work required to tweak the cluster after deployment. We’ve done that and more with our latest features. + +TPA Version 23.24 introduces clearer and more concise CLI output, helping operators verify that deployment was successful. Today’s release includes a new module that processes the raw Ansible output into a more concise form before streaming it to the operator, making it easier to spot important information. + +For clusters that include EDB [Postgres Enterprise Manager](https://www.enterprisedb.com/products/postgres-enterprise-manager) (PEM), operators can now specify additional options to pass to the “register-agent” command, as well as provide their own SSL certificates to be used by the PEM web server. This enhancement improves upon earlier processes requiring the use of custom hooks or manual configuration. For [Enterprise Failover Manager](https://www.enterprisedb.com/docs/efm/latest/) (EFM) clusters, TPA now supports the new configuration parameters introduced with [EFM 4.9](https://www.enterprisedb.com/docs/efm/latest/efm_rel_notes/01_efm_49_rel_notes/). In addition, the configuration files created by TPA now include all the formatting and comments provided in the default EFM configuration files, making it easier for any operator wanting to manually inspect these files. TPA now allows users to specify whether TPA uses host names or IP addresses in EFM configuration, where previously only IP addresses were supported. + +Find out more about [Trusted Postgres Architect](https://www.enterprisedb.com/docs/tpa/latest/). If you’re new to TPA, try out this [TPA tutorial to spin up your first cluster](https://www.enterprisedb.com/docs/tpa/latest/firstclusterdeployment/). + +## Postgres Enterprise Manager advances database and server monitoring + +Postgres Enterprise Manager provides tools to keep databases running smoothly, continuously monitoring database and server health with real-time graphical dashboards and automatic alerts. When issues are detected, PEM makes it easier to pinpoint and fix performance bottlenecks with integrated query profiling, performance, and log analysis tools. Highlights of Postgres Enterprise Manager Version 9.7.0 include the following: + +- **EDB Postgres Distributed information in the “Core Usage” report:** This release enhances the PEM core usage report by adding information about EDB Postgres Distributed (PGD), giving customers a more complete view of their EDB license usage. As a result, the core usage report shows how many cores are running each version of Postgres across all PEM-monitored servers, including PGD.  +- **Copy notification settings:** This release extends the copy feature used by PEM to synchronize settings across multiple servers to now include notification settings, making it more powerful and reducing the need for additional manual steps or coding using the REST API.  +- **Dynamic probe scheduling to avoid showing outdated information:** PEM Agents collect data from monitored servers periodically, so changes can take a short time to reflect in the data. To mitigate this, PEM will now force some key agent tasks (known as probes) to run immediately after a server is added or changed in PEM, reducing the lag between adding or modifying a Postgres instance and the information being reflected in PEM monitoring data.  + +To get the latest PEM and enjoy all these benefits, update today: [https://www.enterprisedb.com/docs/pem/latest/upgrading/upgrading\_pem\_installation/](https://www.enterprisedb.com/docs/pem/latest/upgrading/upgrading_pem_installation/) + +## EDB Database Server Updates for PostgreSQL Community + +As part of EDB’s support for the open source community’s quarterly release schedule, we completed new software releases in the EDB repositories of PostgreSQL, EDB Postgres Extended (PGE) Server, and EDB Postgres Advanced Server (EPAS), including the following:  + +| Database Distributions | Versions Released | +| ---------------------- | ----------------- | +| PostgreSQL | 16.4, 15.8, 14.13, 13.16 and 12.20 | +| EDB Postgres Extended Server | 16.4.1, 15.8.1, 14.13.1, 13.16 and 12.20 | +| EDB Postgres Advanced Server | 16.4.1, 15.8.1, 14.13.1, 13.16.22 and 12.20.25 | + +The PostgreSQL minor releases were made available by the PostgreSQL Global Development Group on August 8th, addressing a security vulnerability. EDB repositories were simultaneously updated with new, minor releases of PostgreSQL, PGE, and EPAS, incorporating upstream fixes and additional feature enhancements. Complete [PGE release notes](https://www.enterprisedb.com/docs/pge/latest/release_notes/)and [EPAS release notes](https://www.enterprisedb.com/docs/epas/latest/epas_rel_notes/) are available. For details on the security fix and other improvements in PostgreSQL, please see [the Postgres release announcement](https://www.postgresql.org/about/news/postgresql-164-158-1413-1316-1220-and-17-beta-3-released-2910/). + + +## Seamlessly Convert Postgres Databases into a RESTful API with PostgREST Extension Support + +The popular open source tool [PostgREST](https://docs.postgrest.org/en/latest/) has been added to EDB’s supported [open source software list](https://www.enterprisedb.com/sites/default/files/pdf/edb_supported_open_source_software_20240515.pdf). This update unlocks more efficient and scalable Web services by enabling customers to seamlessly convert their Postgres database into a RESTful API. + +With EDB-supported software, customers can deploy with confidence knowing that these solutions are not only packaged by EDB but also come with the assurance of thorough EDB review and dedicated support for any issues encountered. + +## New Migration Toolkit command line options ease migration criteria specification + +Operators have long relied on the [EDB Migration Toolkit](https://www.enterprisedb.com/products/migration-toolkit-move-oracle-postgresql) command-line tool to help migrate tables and data from legacy DBMS to PostgreSQL or [EDB Postgres Advanced Server](https://www.enterprisedb.com/products/edb-postgres-advanced-server). By adding the ability to enable command line options to be specified via a file for configuration, EDB Migration Toolkit reduces administration risks and increases the predictability of Oracle-to-Postgres migrations. + +The new version of the Migration Toolkit is available for download from the EDB repositories or the [EDB software downloads page](https://www.enterprisedb.com/software-downloads-postgres#migration-toolkit). + +For more information about the new command line options and other enhancements and fixes in this release, see the [Migration Toolkit documentation](https://www.enterprisedb.com/docs/migration_toolkit/latest/). + +## EDB Query Advisor updates provide actionable index recommendations  + +EDB customers can leverage [EDB Query Advisor](https://www.enterprisedb.com/docs/pg_extensions/query_advisor/) with PostgreSQL, PGE, and EPAS to get index recommendations based on the running database workload. This soon-to-be-released version builds on that capability by analyzing the gap between estimated and actual rows in query plans. With this insight, EDB Query Advisor provides actionable recommendations for extended table statistics, resulting in more accurate query plans, improved performance, and enhanced overall database efficiency. + +## EDB Postgres for Kubernetes 1.24 released + +[EDB Postgres for Kubernetes](/postgres_for_kubernetes) adds speed, efficiency, and protection for your k8s infrastructure modernization, with an enterprise-grade operator for Postgres. EDB Postgres for Kubernetes brings automation, security, and reliability to cloud-native data infrastructures. + +Our new EDB Postgres for Kubernetes upstream release is merged with CloudNativePG 1.24.0.  + +For more CloudNativePG information, check out the [1.24 Release Notes](https://cloudnative-pg.io/documentation/1.24/release_notes/v1.24/). + +## Barman 3.11 release leverages PostgreSQL 17 incremental backup and more + +[Barman](https://pgbarman.org/) provides robust backup and recovery solutions for PostgreSQL. We recently detailed how the combination of Barman 3.11 and PostgreSQL 17 combine to deliver seamless, enterprise-grade backup strategies in this EDB blog: [_Why PostgreSQL 17's Incremental Backup Feature is a Game-Changer_](https://www.enterprisedb.com/blog/why-postgresql-17s-incremental-backup-feature-game-changer) + +Learn more about enhanced Barman 3.11 features focused on saving resources and adding configuration options in the [Release Notes](https://github.com/EnterpriseDB/barman/blob/release/3.11.1/NEWS). + +Take a closer look at [Barman on EDB Docs](https://www.enterprisedb.com/docs/supported-open-source/barman/). + +## There’s more to come from EDB in Q3  + +We’re not done sharing news about our EDB Postgres AI enhancements. As a leading PostgreSQL community contributor, we already have [expert-level analysis](https://iw-resources.informationweek.com/free/w_defa6615/) into our favorite features in the upcoming PostgreSQL17 release. We’ll share news on how EDB database platforms build on this important community update as the September 15th release date arrives. Plus, stay tuned for new EDB announcements focused on our fully managed EDB Postgres AI Cloud Service and EDB Postgres Distributed database solutions.  + +For more information about our Q3 releases, [contact us today](https://www.enterprisedb.com/contact). + diff --git a/advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx new file mode 100644 index 00000000000..375ed1f8dbc --- /dev/null +++ b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx @@ -0,0 +1,92 @@ +--- +title: EDB Postgres AI Overview - Latest release news +navTitle: Overview +indexCards: simple +iconName: Earth +navigation: +- 2024q3release +- 2024q2release +--- + +** August 28, 2024 ** + +This [release roundup](https://www.enterprisedb.com/blog/release-radar-edb-postgresr-ai-q3-release-highlights) originally appeared on the EDB blog. + +There’s a lot of energy at EDB following the [Q2 announcement of EDB Postgres AI](2024q2release), an intelligent platform for unified management of transactional, analytical, and AI workloads, last quarter. The features we’re unveiling today build on last quarter’s EDB Postgres AI announcement by further enhancing the value delivered across our platform to support next gen applications, while further strengthening our core transactional database capabilities.. + +Let’s take a closer look at these features. + +## Trusted Postgres Architect release improves HA cluster deployment verification and PEM & EFM integration + +With Trusted Postgres Architect (TPA), we continuously seek to create useful default configurations for our users to minimize the manual work required to tweak the cluster after deployment. We’ve done that and more with our latest features. + +TPA Version 23.24 introduces clearer and more concise CLI output, helping operators verify that deployment was successful. Today’s release includes a new module that processes the raw Ansible output into a more concise form before streaming it to the operator, making it easier to spot important information. + +For clusters that include EDB [Postgres Enterprise Manager](https://www.enterprisedb.com/products/postgres-enterprise-manager) (PEM), operators can now specify additional options to pass to the “register-agent” command, as well as provide their own SSL certificates to be used by the PEM web server. This enhancement improves upon earlier processes requiring the use of custom hooks or manual configuration. For [Enterprise Failover Manager](https://www.enterprisedb.com/docs/efm/latest/) (EFM) clusters, TPA now supports the new configuration parameters introduced with [EFM 4.9](https://www.enterprisedb.com/docs/efm/latest/efm_rel_notes/01_efm_49_rel_notes/). In addition, the configuration files created by TPA now include all the formatting and comments provided in the default EFM configuration files, making it easier for any operator wanting to manually inspect these files. TPA now allows users to specify whether TPA uses host names or IP addresses in EFM configuration, where previously only IP addresses were supported. + +Find out more about [Trusted Postgres Architect](https://www.enterprisedb.com/docs/tpa/latest/). If you’re new to TPA, try out this [TPA tutorial to spin up your first cluster](https://www.enterprisedb.com/docs/tpa/latest/firstclusterdeployment/). + +## Postgres Enterprise Manager advances database and server monitoring + +Postgres Enterprise Manager provides tools to keep databases running smoothly, continuously monitoring database and server health with real-time graphical dashboards and automatic alerts. When issues are detected, PEM makes it easier to pinpoint and fix performance bottlenecks with integrated query profiling, performance, and log analysis tools. Highlights of Postgres Enterprise Manager Version 9.7.0 include the following: + +- **EDB Postgres Distributed information in the “Core Usage” report:** This release enhances the PEM core usage report by adding information about EDB Postgres Distributed (PGD), giving customers a more complete view of their EDB license usage. As a result, the core usage report shows how many cores are running each version of Postgres across all PEM-monitored servers, including PGD.  +- **Copy notification settings:** This release extends the copy feature used by PEM to synchronize settings across multiple servers to now include notification settings, making it more powerful and reducing the need for additional manual steps or coding using the REST API.  +- **Dynamic probe scheduling to avoid showing outdated information:** PEM Agents collect data from monitored servers periodically, so changes can take a short time to reflect in the data. To mitigate this, PEM will now force some key agent tasks (known as probes) to run immediately after a server is added or changed in PEM, reducing the lag between adding or modifying a Postgres instance and the information being reflected in PEM monitoring data.  + +To get the latest PEM and enjoy all these benefits, update today: [https://www.enterprisedb.com/docs/pem/latest/upgrading/upgrading\_pem\_installation/](https://www.enterprisedb.com/docs/pem/latest/upgrading/upgrading_pem_installation/) + +## EDB Database Server Updates for PostgreSQL Community + +As part of EDB’s support for the open source community’s quarterly release schedule, we completed new software releases in the EDB repositories of PostgreSQL, EDB Postgres Extended (PGE) Server, and EDB Postgres Advanced Server (EPAS), including the following:  + +| Database Distributions | Versions Released | +| ---------------------- | ----------------- | +| PostgreSQL | 16.4, 15.8, 14.13, 13.16 and 12.20 | +| EDB Postgres Extended Server | 16.4.1, 15.8.1, 14.13.1, 13.16 and 12.20 | +| EDB Postgres Advanced Server | 16.4.1, 15.8.1, 14.13.1, 13.16.22 and 12.20.25 | + +The PostgreSQL minor releases were made available by the PostgreSQL Global Development Group on August 8th, addressing a security vulnerability. EDB repositories were simultaneously updated with new, minor releases of PostgreSQL, PGE, and EPAS, incorporating upstream fixes and additional feature enhancements. Complete [PGE release notes](https://www.enterprisedb.com/docs/pge/latest/release_notes/)and [EPAS release notes](https://www.enterprisedb.com/docs/epas/latest/epas_rel_notes/) are available. For details on the security fix and other improvements in PostgreSQL, please see [the Postgres release announcement](https://www.postgresql.org/about/news/postgresql-164-158-1413-1316-1220-and-17-beta-3-released-2910/). + + +## Seamlessly Convert Postgres Databases into a RESTful API with PostgREST Extension Support + +The popular open source tool [PostgREST](https://docs.postgrest.org/en/latest/) has been added to EDB’s supported [open source software list](https://www.enterprisedb.com/sites/default/files/pdf/edb_supported_open_source_software_20240515.pdf). This update unlocks more efficient and scalable Web services by enabling customers to seamlessly convert their Postgres database into a RESTful API. + +With EDB-supported software, customers can deploy with confidence knowing that these solutions are not only packaged by EDB but also come with the assurance of thorough EDB review and dedicated support for any issues encountered. + +## New Migration Toolkit command line options ease migration criteria specification + +Operators have long relied on the [EDB Migration Toolkit](https://www.enterprisedb.com/products/migration-toolkit-move-oracle-postgresql) command-line tool to help migrate tables and data from legacy DBMS to PostgreSQL or [EDB Postgres Advanced Server](https://www.enterprisedb.com/products/edb-postgres-advanced-server). By adding the ability to enable command line options to be specified via a file for configuration, EDB Migration Toolkit reduces administration risks and increases the predictability of Oracle-to-Postgres migrations. + +The new version of the Migration Toolkit is available for download from the EDB repositories or the [EDB software downloads page](https://www.enterprisedb.com/software-downloads-postgres#migration-toolkit). + +For more information about the new command line options and other enhancements and fixes in this release, see the [Migration Toolkit documentation](https://www.enterprisedb.com/docs/migration_toolkit/latest/). + +## EDB Query Advisor updates provide actionable index recommendations  + +EDB customers can leverage [EDB Query Advisor](https://www.enterprisedb.com/docs/pg_extensions/query_advisor/) with PostgreSQL, PGE, and EPAS to get index recommendations based on the running database workload. This soon-to-be-released version builds on that capability by analyzing the gap between estimated and actual rows in query plans. With this insight, EDB Query Advisor provides actionable recommendations for extended table statistics, resulting in more accurate query plans, improved performance, and enhanced overall database efficiency. + +## EDB Postgres for Kubernetes 1.24 released + +[EDB Postgres for Kubernetes](/postgres_for_kubernetes) adds speed, efficiency, and protection for your k8s infrastructure modernization, with an enterprise-grade operator for Postgres. EDB Postgres for Kubernetes brings automation, security, and reliability to cloud-native data infrastructures. + +Our new EDB Postgres for Kubernetes upstream release is merged with CloudNativePG 1.24.0.  + +For more CloudNativePG information, check out the [1.24 Release Notes](https://cloudnative-pg.io/documentation/1.24/release_notes/v1.24/). + +## Barman 3.11 release leverages PostgreSQL 17 incremental backup and more + +[Barman](https://pgbarman.org/) provides robust backup and recovery solutions for PostgreSQL. We recently detailed how the combination of Barman 3.11 and PostgreSQL 17 combine to deliver seamless, enterprise-grade backup strategies in this EDB blog: [_Why PostgreSQL 17's Incremental Backup Feature is a Game-Changer_](https://www.enterprisedb.com/blog/why-postgresql-17s-incremental-backup-feature-game-changer) + +Learn more about enhanced Barman 3.11 features focused on saving resources and adding configuration options in the [Release Notes](https://github.com/EnterpriseDB/barman/blob/release/3.11.1/NEWS). + +Take a closer look at [Barman on EDB Docs](https://www.enterprisedb.com/docs/supported-open-source/barman/). + +## There’s more to come from EDB in Q3  + +We’re not done sharing news about our EDB Postgres AI enhancements. As a leading PostgreSQL community contributor, we already have [expert-level analysis](https://iw-resources.informationweek.com/free/w_defa6615/) into our favorite features in the upcoming PostgreSQL17 release. We’ll share news on how EDB database platforms build on this important community update as the September 15th release date arrives. Plus, stay tuned for new EDB announcements focused on our fully managed EDB Postgres AI Cloud Service and EDB Postgres Distributed database solutions.  + +For more information about our Q3 releases, [contact us today](https://www.enterprisedb.com/contact). + + From d2a0e9d3822d511a5f1b13a3083d89a92aec13ab Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Thu, 29 Aug 2024 13:33:43 +0100 Subject: [PATCH 2/4] Link fixes Signed-off-by: Dj Walker-Morgan --- .../overview/latest-release-news/2024q3release.mdx | 4 ++-- .../edb-postgres-ai/overview/latest-release-news/index.mdx | 6 +++--- product_docs/docs/pge/15/release_notes/rel_notes15.8.1.mdx | 2 +- product_docs/docs/pge/16/release_notes/rel_notes16.4.1.mdx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx index 806050b7f3c..bacf626b3ce 100644 --- a/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx +++ b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx @@ -43,7 +43,7 @@ As part of EDB’s support for the open source community’s quarterly release s | EDB Postgres Extended Server | 16.4.1, 15.8.1, 14.13.1, 13.16 and 12.20 | | EDB Postgres Advanced Server | 16.4.1, 15.8.1, 14.13.1, 13.16.22 and 12.20.25 | -The PostgreSQL minor releases were made available by the PostgreSQL Global Development Group on August 8th, addressing a security vulnerability. EDB repositories were simultaneously updated with new, minor releases of PostgreSQL, PGE, and EPAS, incorporating upstream fixes and additional feature enhancements. Complete [PGE release notes](https://www.enterprisedb.com/docs/pge/latest/release_notes/)and [EPAS release notes](https://www.enterprisedb.com/docs/epas/latest/epas_rel_notes/) are available. For details on the security fix and other improvements in PostgreSQL, please see [the Postgres release announcement](https://www.postgresql.org/about/news/postgresql-164-158-1413-1316-1220-and-17-beta-3-released-2910/). +The PostgreSQL minor releases were made available by the PostgreSQL Global Development Group on August 8th, addressing a security vulnerability. EDB repositories were simultaneously updated with new, minor releases of PostgreSQL, PGE, and EPAS, incorporating upstream fixes and additional feature enhancements. Complete [PGE release notes](https://www.enterprisedb.com/docs/pge/latest/release_notes/) and [EPAS release notes](https://www.enterprisedb.com/docs/epas/latest/epas_rel_notes/) are available. For details on the security fix and other improvements in PostgreSQL, please see [the Postgres release announcement](https://www.postgresql.org/about/news/postgresql-164-158-1413-1316-1220-and-17-beta-3-released-2910/). ## Seamlessly Convert Postgres Databases into a RESTful API with PostgREST Extension Support @@ -66,7 +66,7 @@ EDB customers can leverage [EDB Query Advisor](https://www.enterprisedb.com/docs ## EDB Postgres for Kubernetes 1.24 released -[EDB Postgres for Kubernetes](/postgres_for_kubernetes) adds speed, efficiency, and protection for your k8s infrastructure modernization, with an enterprise-grade operator for Postgres. EDB Postgres for Kubernetes brings automation, security, and reliability to cloud-native data infrastructures. +[EDB Postgres for Kubernetes](https://www.enterprisedb.com/docs/postgres_for_kubernetes/latest/) adds speed, efficiency, and protection for your k8s infrastructure modernization, with an enterprise-grade operator for Postgres. EDB Postgres for Kubernetes brings automation, security, and reliability to cloud-native data infrastructures. Our new EDB Postgres for Kubernetes upstream release is merged with CloudNativePG 1.24.0.  diff --git a/advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx index 375ed1f8dbc..e6576ca31d1 100644 --- a/advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx +++ b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx @@ -1,6 +1,6 @@ --- title: EDB Postgres AI Overview - Latest release news -navTitle: Overview +navTitle: Release News indexCards: simple iconName: Earth navigation: @@ -46,7 +46,7 @@ As part of EDB’s support for the open source community’s quarterly release s | EDB Postgres Extended Server | 16.4.1, 15.8.1, 14.13.1, 13.16 and 12.20 | | EDB Postgres Advanced Server | 16.4.1, 15.8.1, 14.13.1, 13.16.22 and 12.20.25 | -The PostgreSQL minor releases were made available by the PostgreSQL Global Development Group on August 8th, addressing a security vulnerability. EDB repositories were simultaneously updated with new, minor releases of PostgreSQL, PGE, and EPAS, incorporating upstream fixes and additional feature enhancements. Complete [PGE release notes](https://www.enterprisedb.com/docs/pge/latest/release_notes/)and [EPAS release notes](https://www.enterprisedb.com/docs/epas/latest/epas_rel_notes/) are available. For details on the security fix and other improvements in PostgreSQL, please see [the Postgres release announcement](https://www.postgresql.org/about/news/postgresql-164-158-1413-1316-1220-and-17-beta-3-released-2910/). +The PostgreSQL minor releases were made available by the PostgreSQL Global Development Group on August 8th, addressing a security vulnerability. EDB repositories were simultaneously updated with new, minor releases of PostgreSQL, PGE, and EPAS, incorporating upstream fixes and additional feature enhancements. Complete [PGE release notes](https://www.enterprisedb.com/docs/pge/latest/release_notes/) and [EPAS release notes](https://www.enterprisedb.com/docs/epas/latest/epas_rel_notes/) are available. For details on the security fix and other improvements in PostgreSQL, please see [the Postgres release announcement](https://www.postgresql.org/about/news/postgresql-164-158-1413-1316-1220-and-17-beta-3-released-2910/). ## Seamlessly Convert Postgres Databases into a RESTful API with PostgREST Extension Support @@ -69,7 +69,7 @@ EDB customers can leverage [EDB Query Advisor](https://www.enterprisedb.com/docs ## EDB Postgres for Kubernetes 1.24 released -[EDB Postgres for Kubernetes](/postgres_for_kubernetes) adds speed, efficiency, and protection for your k8s infrastructure modernization, with an enterprise-grade operator for Postgres. EDB Postgres for Kubernetes brings automation, security, and reliability to cloud-native data infrastructures. +[EDB Postgres for Kubernetes](https://www.enterprisedb.com/docs/postgres_for_kubernetes/latest/) adds speed, efficiency, and protection for your k8s infrastructure modernization, with an enterprise-grade operator for Postgres. EDB Postgres for Kubernetes brings automation, security, and reliability to cloud-native data infrastructures. Our new EDB Postgres for Kubernetes upstream release is merged with CloudNativePG 1.24.0.  diff --git a/product_docs/docs/pge/15/release_notes/rel_notes15.8.1.mdx b/product_docs/docs/pge/15/release_notes/rel_notes15.8.1.mdx index fadf09ef3c3..074ffb27630 100644 --- a/product_docs/docs/pge/15/release_notes/rel_notes15.8.1.mdx +++ b/product_docs/docs/pge/15/release_notes/rel_notes15.8.1.mdx @@ -9,5 +9,5 @@ New features, enhancements, bug fixes, and other changes in EDB Postgres Extende | Type | Description | Ticket | |---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------| -| Bug fix | A previous release introduced a new `in_create` field to the LogicalDecodingContext structure and changed its memory layout. This means that any code that expects the old layout will no longer be compatible. The release fixed the issue to ensure that the layout of previous database server versions is still compatible with the creation of a logical replication slot. | | +| Bug fix | A previous release introduced a new `in_create` field to the LogicalDecodingContext structure and changed its memory layout. This means that any code that expects the old layout will no longer be compatible. The release fixed the issue to ensure that the layout of previous database server versions is still compatible with the creation of a logical replication slot. | | diff --git a/product_docs/docs/pge/16/release_notes/rel_notes16.4.1.mdx b/product_docs/docs/pge/16/release_notes/rel_notes16.4.1.mdx index c0c767ab31f..6f28196ee7c 100644 --- a/product_docs/docs/pge/16/release_notes/rel_notes16.4.1.mdx +++ b/product_docs/docs/pge/16/release_notes/rel_notes16.4.1.mdx @@ -9,5 +9,5 @@ New features, enhancements, bug fixes, and other changes in EDB Postgres Extende | Type | Description | Ticket | |---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------| -| Bug fix | A previous release introduced a new `in_create` field to the LogicalDecodingContext structure and changed its memory layout. This means that any code that expects the old layout will no longer be compatible. The release fixed the issue to ensure that the layout of previous database server versions is still compatible with the creation of a logical replication slot. | | +| Bug fix | A previous release introduced a new `in_create` field to the LogicalDecodingContext structure and changed its memory layout. This means that any code that expects the old layout will no longer be compatible. The release fixed the issue to ensure that the layout of previous database server versions is still compatible with the creation of a logical replication slot. | | From e5268d35b945588cbff2d6a1546bb3c3d2b4340a Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Thu, 29 Aug 2024 13:45:21 +0100 Subject: [PATCH 3/4] More link fixes Signed-off-by: Dj Walker-Morgan --- .../overview/latest-release-news/2024q3release.mdx | 4 ++-- .../edb-postgres-ai/overview/latest-release-news/index.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx index bacf626b3ce..fd21478814b 100644 --- a/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx +++ b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx @@ -31,7 +31,7 @@ Postgres Enterprise Manager provides tools to keep databases running smoothly, c - **Copy notification settings:** This release extends the copy feature used by PEM to synchronize settings across multiple servers to now include notification settings, making it more powerful and reducing the need for additional manual steps or coding using the REST API.  - **Dynamic probe scheduling to avoid showing outdated information:** PEM Agents collect data from monitored servers periodically, so changes can take a short time to reflect in the data. To mitigate this, PEM will now force some key agent tasks (known as probes) to run immediately after a server is added or changed in PEM, reducing the lag between adding or modifying a Postgres instance and the information being reflected in PEM monitoring data.  -To get the latest PEM and enjoy all these benefits, update today: [https://www.enterprisedb.com/docs/pem/latest/upgrading/upgrading\_pem\_installation/](https://www.enterprisedb.com/docs/pem/latest/upgrading/upgrading_pem_installation/) +To get the latest PEM and enjoy all these benefits, [update your PEM today](https://www.enterprisedb.com/docs/pem/latest/upgrading/upgrading_pem_installation/). ## EDB Database Server Updates for PostgreSQL Community @@ -74,7 +74,7 @@ For more CloudNativePG information, check out the [1.24 Release Notes](https://c ## Barman 3.11 release leverages PostgreSQL 17 incremental backup and more -[Barman](https://pgbarman.org/) provides robust backup and recovery solutions for PostgreSQL. We recently detailed how the combination of Barman 3.11 and PostgreSQL 17 combine to deliver seamless, enterprise-grade backup strategies in this EDB blog: [_Why PostgreSQL 17's Incremental Backup Feature is a Game-Changer_](https://www.enterprisedb.com/blog/why-postgresql-17s-incremental-backup-feature-game-changer) +[Barman](https://pgbarman.org/) provides robust backup and recovery solutions for PostgreSQL. We recently detailed how the combination of Barman 3.11 and PostgreSQL 17 combine to deliver seamless, enterprise-grade backup strategies in this EDB blog: [_Why PostgreSQL 17's Incremental Backup Feature is a Game-Changer_](https://www.enterprisedb.com/blog/why-postgresql-17s-incremental-backup-feature-game-changer). Learn more about enhanced Barman 3.11 features focused on saving resources and adding configuration options in the [Release Notes](https://github.com/EnterpriseDB/barman/blob/release/3.11.1/NEWS). diff --git a/advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx index e6576ca31d1..18a7f9a9947 100644 --- a/advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx +++ b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx @@ -34,7 +34,7 @@ Postgres Enterprise Manager provides tools to keep databases running smoothly, c - **Copy notification settings:** This release extends the copy feature used by PEM to synchronize settings across multiple servers to now include notification settings, making it more powerful and reducing the need for additional manual steps or coding using the REST API.  - **Dynamic probe scheduling to avoid showing outdated information:** PEM Agents collect data from monitored servers periodically, so changes can take a short time to reflect in the data. To mitigate this, PEM will now force some key agent tasks (known as probes) to run immediately after a server is added or changed in PEM, reducing the lag between adding or modifying a Postgres instance and the information being reflected in PEM monitoring data.  -To get the latest PEM and enjoy all these benefits, update today: [https://www.enterprisedb.com/docs/pem/latest/upgrading/upgrading\_pem\_installation/](https://www.enterprisedb.com/docs/pem/latest/upgrading/upgrading_pem_installation/) +To get the latest PEM and enjoy all these benefits, [update your PEM today](https://www.enterprisedb.com/docs/pem/latest/upgrading/upgrading_pem_installation/). ## EDB Database Server Updates for PostgreSQL Community @@ -77,7 +77,7 @@ For more CloudNativePG information, check out the [1.24 Release Notes](https://c ## Barman 3.11 release leverages PostgreSQL 17 incremental backup and more -[Barman](https://pgbarman.org/) provides robust backup and recovery solutions for PostgreSQL. We recently detailed how the combination of Barman 3.11 and PostgreSQL 17 combine to deliver seamless, enterprise-grade backup strategies in this EDB blog: [_Why PostgreSQL 17's Incremental Backup Feature is a Game-Changer_](https://www.enterprisedb.com/blog/why-postgresql-17s-incremental-backup-feature-game-changer) +[Barman](https://pgbarman.org/) provides robust backup and recovery solutions for PostgreSQL. We recently detailed how the combination of Barman 3.11 and PostgreSQL 17 combine to deliver seamless, enterprise-grade backup strategies in this EDB blog: [_Why PostgreSQL 17's Incremental Backup Feature is a Game-Changer_](https://www.enterprisedb.com/blog/why-postgresql-17s-incremental-backup-feature-game-changer). Learn more about enhanced Barman 3.11 features focused on saving resources and adding configuration options in the [Release Notes](https://github.com/EnterpriseDB/barman/blob/release/3.11.1/NEWS). From 8ef8f48e17a629d2f31707aaa2000b4b818f2224 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:19:32 +0100 Subject: [PATCH 4/4] Apply suggestions from code review --- .../overview/latest-release-news/2024q3release.mdx | 2 +- .../edb-postgres-ai/overview/latest-release-news/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx index fd21478814b..f8ac86824d5 100644 --- a/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx +++ b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx @@ -9,7 +9,7 @@ date: 2024-08-28 This [release roundup](https://www.enterprisedb.com/blog/release-radar-edb-postgresr-ai-q3-release-highlights) originally appeared on the EDB blog. -There’s a lot of energy at EDB following the Q2 announcement of EDB Postgres AI, an intelligent platform for unified management of transactional, analytical, and AI workloads, last quarter. The features we’re unveiling today build on last quarter’s EDB Postgres AI announcement by further enhancing the value delivered across our platform to support next gen applications, while further strengthening our core transactional database capabilities.. +There’s a lot of energy at EDB following the Q2 announcement of EDB Postgres AI, an intelligent platform for unified management of transactional, analytical, and AI workloads, last quarter. The features we’re unveiling today build on last quarter’s EDB Postgres AI announcement by further enhancing the value delivered across our platform to support next gen applications, while further strengthening our core transactional database capabilities. Let’s take a closer look at these features. diff --git a/advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx index 18a7f9a9947..f18a86349bc 100644 --- a/advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx +++ b/advocacy_docs/edb-postgres-ai/overview/latest-release-news/index.mdx @@ -12,7 +12,7 @@ navigation: This [release roundup](https://www.enterprisedb.com/blog/release-radar-edb-postgresr-ai-q3-release-highlights) originally appeared on the EDB blog. -There’s a lot of energy at EDB following the [Q2 announcement of EDB Postgres AI](2024q2release), an intelligent platform for unified management of transactional, analytical, and AI workloads, last quarter. The features we’re unveiling today build on last quarter’s EDB Postgres AI announcement by further enhancing the value delivered across our platform to support next gen applications, while further strengthening our core transactional database capabilities.. +There’s a lot of energy at EDB following the [Q2 announcement of EDB Postgres AI](2024q2release), an intelligent platform for unified management of transactional, analytical, and AI workloads, last quarter. The features we’re unveiling today build on last quarter’s EDB Postgres AI announcement by further enhancing the value delivered across our platform to support next gen applications, while further strengthening our core transactional database capabilities. Let’s take a closer look at these features.