From 8503b1ebf2316d271954ddbb0ea6e62aae111a61 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Mon, 24 Oct 2022 06:06:26 -0400 Subject: [PATCH 1/2] BigAnimal: PostgreSQL 15 beta support --- .../release/overview/02_high_availability.mdx | 12 ++++++------ .../release/overview/05_database_version_policy.mdx | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/product_docs/docs/biganimal/release/overview/02_high_availability.mdx b/product_docs/docs/biganimal/release/overview/02_high_availability.mdx index b0e4189b435..fc7e1e5ada5 100644 --- a/product_docs/docs/biganimal/release/overview/02_high_availability.mdx +++ b/product_docs/docs/biganimal/release/overview/02_high_availability.mdx @@ -13,12 +13,12 @@ You choose which type of cluster you want on the [Create Cluster](https://portal Postgres distribution and version support varies by cluster type. -| Postgres distribution | Versions | Cluster type | -| ---------------------------- | ------------ | ------------------------------ | -| PostgreSQL | 11–14 | Single node, high availability | -| Oracle Compatible | 11–14 | Single node, high availability | -| Oracle Compatible | 12–14 | Extreme high availability | -| PostgreSQL Compatible | 12-14 | Extreme high availability | +| Postgres distribution | Versions | Cluster type | +| --------------------- | ---------------- | ------------------------------ | +| PostgreSQL | 11–14, 15 (beta) | Single node, high availability | +| Oracle Compatible | 11–14 | Single node, high availability | +| Oracle Compatible | 12–14 | Extreme high availability | +| PostgreSQL Compatible | 12-14 | Extreme high availability | ## Single node diff --git a/product_docs/docs/biganimal/release/overview/05_database_version_policy.mdx b/product_docs/docs/biganimal/release/overview/05_database_version_policy.mdx index 1f5512cfd5b..9ae35af8be2 100644 --- a/product_docs/docs/biganimal/release/overview/05_database_version_policy.mdx +++ b/product_docs/docs/biganimal/release/overview/05_database_version_policy.mdx @@ -6,8 +6,8 @@ PostgreSQL and EDB Postgres Advanced Server major versions are supported from th ## Supported Postgres types and versions -| Postgres distribution | Versions | -| ---------------------------- | ------------ | -| PostgreSQL | 11–14 | -| EDB Postgres Advanced Server | 11–14, 12-14 for extreme high availability clusters | -| EDB Postgres Extended Server | 12-14 | +| Postgres distribution | Versions | +| ---------------------------- | --------------------------------------------------- | +| PostgreSQL | 11–14, 15 (beta) | +| EDB Postgres Advanced Server | 11–14, 12-14 for extreme high availability clusters | +| EDB Postgres Extended Server | 12-14 | From 09f06468034e75e9730ab36b07e82e65a80a58da Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Mon, 24 Oct 2022 07:01:03 -0400 Subject: [PATCH 2/2] BigAnimal: API output example --- product_docs/docs/biganimal/release/reference/api.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/biganimal/release/reference/api.mdx b/product_docs/docs/biganimal/release/reference/api.mdx index 381b961a96d..b2e69890853 100644 --- a/product_docs/docs/biganimal/release/reference/api.mdx +++ b/product_docs/docs/biganimal/release/reference/api.mdx @@ -46,14 +46,14 @@ The response returns the `clientId`, `freetrialClientId`, `issuerUri`, `scope`, EDB recommends that you store the output in environment variables so that including them in the following calls is easier. For example: ```ini -CLIENT_ID=pM8PRguGtW9yVnrsvrvpaPyyeS9fVvFh +CLIENT_ID=5B79FAjzKF2Ig5dVFAOhc1acDSJYY2xh ISSUER_URL=https://auth.biganimal.com SCOPE="openid profile email offline_access" AUDIENCE="https://portal.biganimal.com/api" ``` !!!note - Assign the output of `freetrialClientId` to `CLIENT_ID` if you're using BigAnimal with your free trial account. + Assign the output of `freetrialClientId` to `CLIENT_ID` if you're using BigAnimal with your free trial account (`CLIENT_ID=m71bEVZrGsWiKtPqMI3hYCHCG3EYLPDk` in this example). !!! The following example calls use these environment variables.