Skip to content

Commit

Permalink
Merge pull request #3280 from EnterpriseDB/release/2022-10-24
Browse files Browse the repository at this point in the history
Release: 2022-10-24
  • Loading branch information
drothery-edb authored Oct 24, 2022
2 parents e4f8670 + 8a2ce72 commit be0459e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
4 changes: 2 additions & 2 deletions product_docs/docs/biganimal/release/reference/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit be0459e

Please sign in to comment.