Skip to content

Commit

Permalink
Merge pull request #2582 from EnterpriseDB/release/2022-04-25
Browse files Browse the repository at this point in the history
Release: 2022-04-25
  • Loading branch information
drothery-edb authored Apr 25, 2022
2 parents a840c17 + 20d655f commit c47f71b
Show file tree
Hide file tree
Showing 25 changed files with 82 additions and 36 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
!scripts/
!gatsby*.js
!package*.json
!requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BigAnimal runs in your own cloud account, isolates your data from other users, a

- **Data isolation:** Clusters are installed and managed in your cloud environment. Complete segregation of your data is ensured. Your data never leaves your cloud account, and compromise of another BigAnimal customer's systems doesn't put your data at risk.

- **Granular access control:** You can use single sign-on (SSO) and define your own sets of roles and role-based access control (RBAC) policies to manage your individual cloud environments. See [Managing portal access](../administering_cluster/01_portal_access) for more information.
- **Granular access control:** You can use single sign-on (SSO) and define your own sets of roles and role-based access control (RBAC) policies to manage your individual cloud environments. See [Managing portal access](../../administering_cluster/01_portal_access/) for more information.

- **Data encryption:** All data in BigAnimal is encrypted in motion and at rest. Network traffic is encrypted using Transport Layer Security (TLS) v1.2 or greater, where applicable. Data at rest is encrypted using AES with 256-bit keys. Data encryption keys are envelope encrypted, and the wrapped data encryption keys are securely stored in an Azure Key Vault instance in your account. Encryption keys never leave your environment.

Expand All @@ -15,4 +15,4 @@ BigAnimal runs in your own cloud account, isolates your data from other users, a
- **Database logging and auditing:** Functionality to track and analyze database activities is enabled automatically. For PostgreSQL, the PostgreSQL Audit Extension (pgAudit) is enabled for you when deploying a Postgres cluster. For EDB Postgres Advanced Server, the EDB Audit extension (edbAudit) is enabled for you.
- **pgAudit:** The classes of statements being logged for pgAudit are set globally on a cluster with `pgaudit.log = 'write,ddl'`. The following statements made on tables are logged by default when the cluster type is PostgreSQL: `INSERT`, `UPDATE`, `DELETE`, `TRUNCATE`, AND `COPY`. All `DDL` is logged.

- **Database cluster permissions** The edb_admin account created during the *create cluster* process includes the `CREATEDB` and `CREATEROLE` database roles. EDB recommends using the edb_admin account to create a new application user and new application database for further isolation. See [Managing Postgres access](../using_cluster/01_postgres_access) for more information.
- **Database cluster permissions** The edb_admin account created during the *create cluster* process includes the `CREATEDB` and `CREATEROLE` database roles. EDB recommends using the edb_admin account to create a new application user and new application database for further isolation. See [Managing Postgres access](../../using_cluster/01_postgres_access/) for more information.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To walk through an example in your own environment, you need:
1. Get the resource group details from the Azure CLI or the Azure portal and note the resource group name. For example, if the cluster's virtual network is `vnet-japaneast`, use the following command:

```
$ az network vnet list --query "[?name==\'vnet-japaneast\'].resourceGroup" -o json
$ az network vnet list --query "[?name==\`vnet-japaneast\`].resourceGroup" -o json
```

Expand Down
2 changes: 1 addition & 1 deletion product_docs/docs/efm/4/03_installing_efm/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For information about the platforms and versions supported by Failover Manager,

For platform-specific install instructions, including accessing the repo, see:

- Linux x86-64 (amd64):
- Linux x86 (amd64):
- [RHEL 8/OL 8](x86_amd64/01_efm4_rhel_8_x86)

- [Rocky Linux 8/AlmaLinux 8](x86_amd64/02_efm4_other_linux8_x86)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ navigation:

For platform-specific install instructions, see:

- Linux x86-64 (amd64):
- Linux x86 (amd64):

- [RHEL 8/OL 8](x86_amd64/01_hadoop_rhel8_x86)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Installing Migration Toolkit on SLES 15 IBM Power (ppc64le)"
navTitle: "SLES 15 "
navTitle: "SLES 15"
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Installing Migration Toolkit on SLES 12 IBM Power (ppc64le)"
navTitle: "SLES 12 "
navTitle: "SLES 12"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To install Migration Toolkit, you must have credentials that allow access to the
For platform-specific install instructions, see:

- Linux x86-64 (amd64):
- [RHEL 8/OL 8](x86_amd64/01_mtk55_rhel8_x86)
- [RHEL 8/OL 8](x86_amd64/x86_amd64/01_mtk55_rhel8_x86)

- [Rocky Linux 8/AlmaLinux 8](x86_amd64/02_mtk55_other_linux8_x86)
- [RHEL 7/OL 7](x86_amd64/03_mtk55_rhel7_x86)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Installing Migration Toolkit on RHEL 7/OL 7 x86"
navTitle: "RHEL 7/OL 7 "
navTitle: "RHEL 7/OL 7"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ navigation:

For platform-specific install instructions, see:

- Linux x86-64 (amd64):
- Linux x86 (amd64):

- [RHEL 8/OL 8](x86_amd64/01_mongo_rhel8_x86)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "RHEL 8 on IBM Power (ppc64le)"
title: "Installing MySQL Foreign Data Wrapper on RHEL 8 IBM Power (ppc64le)"
navTitle: "RHEL 8"
---

There are two steps to completing an installation:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "RHEL 7 on IBM Power (ppc64le)"
title: "Installing MySQL Foreign Data Wrapper on RHEL 7 IBM Power (ppc64le)"
navTitle: "RHEL 7"
---

1. Use the following command to create a configuration file and install Advance Toolchain:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "SLES 15 on IBM Power (ppc64le)"
title: "Installing MySQL Foreign Data Wrapper on SLES 15 IBM Power (ppc64le)"
navTitle: "SLES 15"
---

There are two steps to completing an installation:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "SLES 12 on IBM Power (ppc64le)"
title: "Installing MySQL Foreign Data Wrapper on SLES 12 IBM Power (ppc64le)"
navTitle: "SLES 12"
---

There are two steps to completing an installation:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Installing MySQL Foreign Data Wrapper on IBM Power (ppc64le)"
navTitle: "IBM Power (ppc64le)"
---

For operating system-specific install instructions, see:


- [RHEL 8](13_mysql_rhel8_ppcle)

- [RHEL 7](15_mysql_rhel7_ppcle)
- [SLES 15](17_mysql_sles15_ppcle)
- [SLES 12](19_mysql_sles12_ppcle)
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
---
title: "Installing the MySQL Foreign Data Wrapper"
title: "Installing MySQL Foreign Data Wrapper"
navTitle: "Installing MySQL Foreign Data Wrapper"
navigation:
- x86_amd64
- ibm_power_ppc64le
---

For platform-specific install instructions, see:

- Linux x86-64 (amd64):
- Linux x86 (amd64):

- [RHEL 8/OL 8](01_mysql_rhel8_x86)
- [RHEL 8/OL 8](x86_amd64/01_mysql_rhel8_x86)

- [Rocky Linux 8/AlmaLinux 8](02_mysql_other_linux8_x86)
- [RHEL 7/OL 7](03_mysql_rhel7_x86)
- [CentOS 7](04_mysql_centos7_x86)
- [SLES 15](05_mysql_sles15_x86)
- [SLES 12](07_mysql_sles12_x86)
- [Ubuntu 20.04/Debian 10](09_mysql_ubuntu20_deb10_x86)
- [Ubuntu 18/Debian 9](11_mysql_ubuntu18_deb9_x86)
- [Rocky Linux 8/AlmaLinux 8](x86_amd64/02_mysql_other_linux8_x86)
- [RHEL 7/OL 7](x86_amd64/03_mysql_rhel7_x86)
- [CentOS 7](x86_amd64/04_mysql_centos7_x86)
- [SLES 15](x86_amd64/05_mysql_sles15_x86)
- [SLES 12](x86_amd64/07_mysql_sles12_x86)
- [Ubuntu 20.04/Debian 10](x86_amd64/09_mysql_ubuntu20_deb10_x86)
- [Ubuntu 18/Debian 9](x86_amd64/11_mysql_ubuntu18_deb9_x86)

- Linux on IBM Power (ppc64le):

- [RHEL 8](13_mysql_rhel8_ppcle)
- [RHEL 8](ibm_power_ppc64le/13_mysql_rhel8_ppcle)

- [RHEL 7](15_mysql_rhel7_ppcle)
- [SLES 15](17_mysql_sles15_ppcle)
- [SLES 12](19_mysql_sles12_ppcle)
- [RHEL 7](ibm_power_ppc64le/15_mysql_rhel7_ppcle)
- [SLES 15](ibm_power_ppc64le/17_mysql_sles15_ppcle)
- [SLES 12](ibm_power_ppc64le/19_mysql_sles12_ppcle)


Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "RHEL 8/OL 8 on x86_64"
title: "Installing mySQL Foreign Data Wrapper on RHEL 8/OL 8 x86"
navTitle: "RHEL 8/OL 8"
---

Before installing the MySQL Foreign Data Wrapper, you must install the following prerequisite packages, and request credentials from EDB:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Rocky Linux 8/AlmaLinux 8 on x86_64"
title: "Installing MySQL Foreign Data Wrapper on Rocky Linux 8/AlmaLinux 8 x86"
navTitle: "Rocky Linux 8/AlmaLinux 8"
---

Before installing the MySQL Foreign Data Wrapper, you must install the following prerequisite packages, and request credentials from EDB:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "RHEL 7/OL 7 on x86_64"
title: "Installing MySQL Foreign Data Wrapper on RHEL 7/OL 7 x86"
navTitle: "RHEL 7/OL 7"
---

Before installing the MySQL Foreign Data Wrapper, you must install the following prerequisite packages, and request credentials from EDB:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "CentOS 7 on x86_64"
title: "Installing MySQL Foreign Data Wrapper on CentOS 7 x86"
navTitle: "CentOS 7"
---

Before installing the MySQL Foreign Data Wrapper, you must install the following prerequisite packages, and request credentials from EDB:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "SLES 15 on x86_64"
title: "Installing MySQL Foreign Data Wrapper on SLES 15 x86"
navTitle: "SLES 15"
---

There are two steps to completing an installation:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "SLES 12 on x86_64"
title: "Installing MySQL Foreign Data Wrapper on SLES 12 x86"
navTitle: "SLES 12"
---

There are two steps to completing an installation:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Ubuntu 20.04/Debian 10 on x86_64"
title: "Installing MySQL Foreign Data Wrapper on Ubuntu 20.04/Debian 10 x86"
navTitle: "Ubuntu 20.04/Debian 10"
---

To install the MySQL Foreign Data Wrapper on a Debian or Ubuntu host, you must have credentials that allow access to the EDB repository. To request credentials for the repository, visit: [Repository Access Request](https://www.enterprisedb.com/repository-access-request).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Ubuntu 18/Debian 9 on x86_64"
title: "Installing MySQL Foreign Data Wrapper on Ubuntu 18.04/Debian 9 x86"
navTitle: "Ubuntu 18.04/Debian 9"
---

To install the MySQL Foreign Data Wrapper on a Debian or Ubuntu host, you must have credentials that allow access to the EDB repository. To request credentials for the repository, visit: [Repository Access Request](https://www.enterprisedb.com/repository-access-request).
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Installing MySQL Foreign Data Wrapper on Linux x86 (amd64)"
navTitle: "Intel x86 (amd64)"
---

For operating system-specific install instructions, see:

- [RHEL 8/OL 8](01_mysql_rhel8_x86)

- [Rocky Linux 8/AlmaLinux 8](02_mysql_other_linux8_x86)
- [RHEL 7/OL 7](03_mysql_rhel7_x86)
- [CentOS 7](04_mysql_centos7_x86)
- [SLES 15](05_mysql_sles15_x86)
- [SLES 12](07_mysql_sles12_x86)
- [Ubuntu 20.04/Debian 10](09_mysql_ubuntu20_deb10_x86)
- [Ubuntu 18.04/Debian 9](11_mysql_ubuntu18_deb9_x86)

0 comments on commit c47f71b

Please sign in to comment.