Skip to content

Commit

Permalink
Merge pull request #5259 from EnterpriseDB/release/2024-02-13a
Browse files Browse the repository at this point in the history
Release: 2024-02-13a
  • Loading branch information
djw-m authored Feb 13, 2024
2 parents 15823a5 + 082944c commit a44251d
Show file tree
Hide file tree
Showing 38 changed files with 210 additions and 176 deletions.
3 changes: 3 additions & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
codelanguages
}
hideVersion
hidePDF
displayBanner
directoryDefaults {
description
Expand Down Expand Up @@ -514,6 +515,7 @@ exports.createSchemaCustomization = ({ actions }) => {
hideToC: Boolean
deepToC: Boolean
hideVersion: Boolean
hidePDF: Boolean
hideKBLink: Boolean
displayBanner: String
directoryDefaults: DirectoryDefaults
Expand Down Expand Up @@ -541,6 +543,7 @@ exports.createSchemaCustomization = ({ actions }) => {
editTarget: EditTargets
showInteractiveBadge: Boolean
hideVersion: Boolean
hidePDF: Boolean
hideKBLink: Boolean
displayBanner: String
}
Expand Down
1 change: 1 addition & 0 deletions product_docs/docs/bart/2.6/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Backup and Recovery Tool
directoryDefaults:
description: "EDB Backup and Recovery Tool Version 2.6.1 - End Of Life"
hidePDF: true
---

Backup and Recovery Tool reached its end of life in 2023.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The following options aren't available when creating your cluster:

1. In the **Storage** section:

By default, the **Database Storage** volume stores the Postgres data and the Write-Ahead (WAL) Logs together. If you want to improve write performance for WAL files, you can allocate separate storage volume for the WAL files. To allocate separate storage volume for WAL files, select the check-box before **Use a separate storage volume for Write-Ahead Logs**. Then select the Volume Type, Size, IOPS, and Disk Throughput separately for **Database Storage** and **Write-Ahead Logs Storage**. If you allocate separate storage volume for the WAL files, you have to pay cloud infrastructure costs for the second volume. Once separate storage volume is allocated for WAL files, it can't be removed from the cluster settings later on.
By default, the **Database Storage** volume stores the Postgres data and the write-ahead logs (WAL) together. If you want to improve write performance for WAL files, you can allocate separate storage volume for the WAL files. To allocate separate storage volume for WAL files, select **Use a separate storage volume for Write-Ahead Logs**. Then select the volume type, size, IOPS, and disk throughput separately for **Database Storage** and **Write-Ahead Logs Storage**. If you allocate separate storage volume for the WAL files, you have to pay cloud infrastructure costs for the second volume. Once separate storage volume is allocated for WAL files, you can't remove it from the cluster settings later on.

From the **Volume Type** list, select your volume type.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ When using Azure, you can create clusters in the following regions.
| Australia East | australiaeast | |
| Central India | centralindia | |
| Japan East | japaneast | |
| Southeast Asia | southeastasia | Does not support the creation of faraway replicas |
| Southeast Asia | southeastasia | |


### AWS regions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ The only exception is customers who purchased Extended Life Support (ELS) prior

## Key dates

While PostgreSQL officially deprecates version 11 on November 9, 2023, BigAnimal will deprecate PostgreSQL 11 on November 20, 2023 in alignment with the broader EDB portfolio.
While PostgreSQL officially deprecated version 11 on November 9, 2023, BigAnimal deprecated PostgreSQL 11 on November 20, 2023 in alignment with the broader EDB portfolio.

On November 20, 2023, BigAnimal will deprecate support for PostgreSQL 11 and EDB Postgres Advanced Server 11 using the following schedule. We recommend that you take action and upgrade your Postgres databases running on major version 11 to a later version, such as PostgreSQL version 15.
On November 20, 2023, BigAnimal deprecated support for PostgreSQL 11 and EDB Postgres Advanced Server 11 using the following schedule. We recommend that you take action and upgrade your Postgres databases running on major version 11 to a later version, such as PostgreSQL version 15.

BigAnimal will automatically upgrade your Postgres 11 instances to a later version at the end of six months. Customers who purchased Extended Life Support are exempt. To purchase Extended Life Support, contact Sales. BigAnimal reserves the right to upgrade sooner in case of a security issue.
BigAnimal automatically upgrades your Postgres 11 instances to a later version at the end of six months. Customers who purchased Extended Life Support are exempt. To purchase Extended Life Support, contact Sales. BigAnimal reserves the right to upgrade sooner in case of a security issue.

| Action or Recommendation | Dates - Postgres 11 | Dates - Postgres 12 |
| Action or recommendation | Dates - Postgres 11 | Dates - Postgres 12 |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------- |
| BigAnimal no longer supports the Postgres version. | November 20, 2023 | December 9, 2024 |
| The PostgreSQL community plans to deprecate the version and won't provide any security patches after this date. | November 9, 2023 | November 14, 2024 |
| Start upgrading your BigAnimal instances to a later major version starting on this date. You can use pg_dump to restore your cluster into a later version. | Until May 20, 2023 | Until June 9, 2024 |
| You can't create a new instance with Postgres version in the BigAnimal interfaces after this date. | May 20, 2023 | June 9, 2024 |
| If you manually restore a cluster, you can't restore it with Postgres version after this date. You will need to restore that Postgres cluster into a newer version of Postgres. | May 20, 2023 | June 9, 2024 |
| You can't create a new instance with Postgres version 11 in the BigAnimal interfaces after this date. | May 20, 2023 | June 9, 2024 |
| If you manually restore a cluster, you can't restore it with Postgres version 11 after this date. You need to restore that Postgres cluster into a newer version of Postgres. | May 20, 2023 | June 9, 2024 |
| BigAnimal will force a major version upgrade and won't allow any new clusters to be provisioned or restored to the old Postgres version. Only customers on Extended Life Support are exempt for the duration of their contract. If you don’t purchase Extended Life Support on this date, your clusters will be upgraded. | April 20, 2024 | May 9, 2025 |
| Extended Life Support starts six months after PostgreSQL community deprecates the Postgres version. BigAnimal reserves the right to upgrade in case of a security issue. | April 20, 2024 | May 9, 2025 |
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: EDB Postgres Advanced Server 12.18.23 release notes
navTitle: "Version 12.18.23"
---

Released: 8 Feb 2024

EDB Postgres Advanced Server 12.18.23 includes the following enhancements and bug fixes:

| Type | Description | Category |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Upstream merge | Merged with community PostgreSQL 12.18. Important: this release includes a CVE with a score of 8.0. See the [PostgreSQL 12.18 Release Notes](https://www.postgresql.org/docs/release/12.18/) for more information.
2 changes: 2 additions & 0 deletions product_docs/docs/epas/12/epas_rel_notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
navTitle: Release Notes
title: "EDB Postgres Advanced Server Release Notes"
navigation:
- epas12_18_0_rel_notes
- epas12_17_22_rel_notes
- epas12_16_21_rel_notes
- epas12_16_20_rel_notes
Expand Down Expand Up @@ -29,6 +30,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l

| Version | Release Date | Upstream Merges |
| ----------------------------------------- | ------------ | -------------------------------------------------------------- |
| [12.18.23](epas12_18_23_rel_notes.mdx) | 08 Feb 2023 | [12.18](https://www.postgresql.org/docs/12/release-12-18.html) |
| [12.17.22](epas12_17_22_rel_notes.mdx) | 09 Nov 2023 | [12.17](https://www.postgresql.org/docs/12/release-12-17.html) |
| [12.16.21](epas12_16_21_rel_notes.mdx) | 25 Sep 2023 | |
| [12.16.20](epas12_16_20_rel_notes.mdx) | 21 Aug 2023 | [12.16](https://www.postgresql.org/docs/12/release-12-16.html) |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: EDB Postgres Advanced Server 13.14.20 release notes
navTitle: "Version 13.14.20"
---

Released: 8 Feb 2024

EDB Postgres Advanced Server 13.14.20 includes the following enhancements and bug fixes:

| Type | Description | Category |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Upstream merge | Merged with community PostgreSQL 13.14. Important: this release includes a CVE with a score of 8.0. See the [PostgreSQL 13.14 Release Notes](https://www.postgresql.org/docs/release/13.14/) for more information.
2 changes: 2 additions & 0 deletions product_docs/docs/epas/13/epas_rel_notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
navTitle: Release Notes
title: "EDB Postgres Advanced Server Release Notes"
navigation:
- epas13_14_0_rel_notes
- epas13_13_19_rel_notes
- epas13_12_18_rel_notes
- epas13_12_17_rel_notes
Expand All @@ -22,6 +23,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l

| Version | Release Date | Upstream Merges |
| ----------------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------- |
| [13.14.20](epas13_14_20_rel_notes) | 08 Feb 2024 | [13.14](https://www.postgresql.org/docs/release/13.14/) |
| [13.13.19](epas13_13_19_rel_notes) | 09 Nov 2023 | [13.13](https://www.postgresql.org/docs/release/13.13/) |
| [13.12.18](epas13_12_17_rel_notes) | 25 Sep 2023 | |
| [13.12.17](epas13_12_17_rel_notes) | 21 Aug 2023 | [13.12](https://www.postgresql.org/docs/release/13.12/) |
Expand Down
12 changes: 12 additions & 0 deletions product_docs/docs/epas/14/epas_rel_notes/epas14_11_0_rel_notes.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: EDB Postgres Advanced Server 14.11.0 release notes
navTitle: "Version 14.11.0"
---

Released: 8 Feb 2024

EDB Postgres Advanced Server 14.11.0 includes the following enhancements and bug fixes:

| Type | Description | Category |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Upstream merge | Merged with community PostgreSQL 14.11. Important: this release includes a CVE with a score of 8.0. See the [PostgreSQL 14.11 Release Notes](https://www.postgresql.org/docs/release/14.11/) for more information.
2 changes: 2 additions & 0 deletions product_docs/docs/epas/14/epas_rel_notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
navTitle: Release notes
title: "EDB Postgres Advanced Server release notes"
navigation:
- epas14_11_0_rel_notes
- epas14_10_0_rel_notes
- epas14_9_1_rel_notes
- epas14_9_0_rel_notes
Expand All @@ -21,6 +22,7 @@ The EDB Postgres Advanced Server (EDB Postgres Advanced Server) documentation de

| Version | Release date | Upstream merges |
| --------------------------------- | ------------ | ------------------------------------------------------------------------------------------------------------------------ |
| [14.11.0](epas14_11_0_rel_notes) | 08 Feb 2024 | [14.11](https://www.postgresql.org/docs/14/release-14-11.html) |
| [14.10.0](epas14_10_0_rel_notes) | 09 Nov 2023 | [14.10](https://www.postgresql.org/docs/14/release-14-10.html) |
| [14.9.1](epas14_9_1_rel_notes) | 25 Sep 2023 | |
| [14.9.0](epas14_9_0_rel_notes) | 21 Aug 2023 | [14.9](https://www.postgresql.org/docs/14/release-14-9.html) |
Expand Down
12 changes: 12 additions & 0 deletions product_docs/docs/epas/15/epas_rel_notes/epas15_6_0_rel_notes.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: EDB Postgres Advanced Server 15.6.0 release notes
navTitle: "Version 15.6.0"
---

Released: 8 Feb 2024

EDB Postgres Advanced Server 15.6.0 includes the following enhancements and bug fixes:

| Type | Description | Category |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Upstream merge | Merged with community PostgreSQL 15.6. Important: this release includes a CVE with a score of 8.0. See the [PostgreSQL 15.6 Release Notes](https://www.postgresql.org/docs/release/15.6/) for more information.
2 changes: 2 additions & 0 deletions product_docs/docs/epas/15/epas_rel_notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
navTitle: Release notes
title: "EDB Postgres Advanced Server release notes"
navigation:
- epas15_6_0_rel_notes
- epas15_5_0_rel_notes
- epas15_4_1_rel_notes
- epas15_4_0_rel_notes
Expand All @@ -15,6 +16,7 @@ The EDB Postgres Advanced Server documentation describes the latest version of E

| Version | Release date | Upstream merges |
| ------------------------------ | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [15.6.0](epas15_6_0_rel_notes) | 08 Feb 2024 | [15.6](https://www.postgresql.org/docs/release/15.6/)
| [15.5.0](epas15_5_0_rel_notes) | 09 Nov 2023 | [15.5](https://www.postgresql.org/docs/release/15.5/) |
| [15.4.1](epas15_4_1_rel_notes) | 25 Sep 2023 | |
| [15.4.0](epas15_4_0_rel_notes) | 21 Aug 2023 | [15.4](https://www.postgresql.org/docs/release/15.4/) |
Expand Down
Loading

2 comments on commit a44251d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://edb-docs.netlify.app as production
πŸš€ Deployed on https://65cbe0cbb2004f290d47f9f8--edb-docs.netlify.app

Please sign in to comment.