Skip to content

Commit

Permalink
Merge pull request #5824 from EnterpriseDB/release-2024-07-01b
Browse files Browse the repository at this point in the history
Release 2024-07-01b
  • Loading branch information
djw-m committed Jul 1, 2024
2 parents 2a5d22f + e297b9e commit c634cb2
Show file tree
Hide file tree
Showing 138 changed files with 4,352 additions and 66 deletions.
4 changes: 2 additions & 2 deletions product_docs/docs/edb_plus/41/installing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Select a link to access the applicable installation instructions:

### SUSE Linux Enterprise (SLES)

- [SLES 15](linux_x86_64/edbplus_sles_15)
- [SLES 15](linux_x86_64/edbplus_sles_15), [SLES 12](linux_x86_64/edbplus_sles_12)

### Debian and derivatives

Expand All @@ -49,7 +49,7 @@ Select a link to access the applicable installation instructions:

### SUSE Linux Enterprise (SLES)

- [SLES 15](linux_ppc64le/edbplus_sles_15)
- [SLES 15](linux_ppc64le/edbplus_sles_15), [SLES 12](linux_ppc64le/edbplus_sles_12)

## Windows

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
navTitle: SLES 12
title: Installing EDB*Plus on SLES 12 ppc64le
# This topic is generated from templates. If you have feedback on it, instead of
# editing the page and creating a pull request, please enter a GitHub issue and
# the documentation team will update the templates accordingly.

redirects:
- /edb_plus/41/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles12_ppcle
---

## Prerequisites

Before you begin the installation process:

- Set up the EDB repository.

Setting up the repository is a one-time task. If you have already set up your repository, you don't need to perform this step.

To determine if your repository exists, enter this command:

`zypper lr -E | grep enterprisedb`

If no output is generated, the repository isn't installed.

To set up the EDB repository:

1. Go to [EDB repositories](https://www.enterprisedb.com/repos-downloads).

1. Select the button that provides access to the EDB repository.
1. Select the platform and software that you want to download.

1. Follow the instructions for setting up the EDB repository.

- Activate the required SUSE module:
```shell
sudo SUSEConnect -p PackageHub/12.5/ppc64le
sudo SUSEConnect -p sle-sdk/12.5/ppc64le

```
- Refresh the metadata:
```shell
sudo zypper refresh
```

## Install the package

```shell
sudo zypper -n install edb-edbplus
```

## Initial configuration

After performing a Linux installation of EDB\*Plus, you must set the values of environment variables that allow EDB\*Plus to locate your Java installation:

```shell
export JAVA_HOME=<path_to_java>
export PATH=<path_to_java>/bin:$PATH
```
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ navigation:
- edbplus_rhel_9
- edbplus_rhel_8
- edbplus_sles_15
- edbplus_sles_12
---

Operating system-specific install instructions are described in the corresponding documentation:
Expand All @@ -26,3 +27,5 @@ Operating system-specific install instructions are described in the correspondin
### SUSE Linux Enterprise (SLES)

- [SLES 15](edbplus_sles_15)

- [SLES 12](edbplus_sles_12)
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
navTitle: SLES 12
title: Installing EDB*Plus on SLES 12 x86_64
# This topic is generated from templates. If you have feedback on it, instead of
# editing the page and creating a pull request, please enter a GitHub issue and
# the documentation team will update the templates accordingly.

redirects:
- /edb_plus/41/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles12_x86
---

## Prerequisites

Before you begin the installation process:

- Set up the EDB repository.

Setting up the repository is a one-time task. If you have already set up your repository, you don't need to perform this step.

To determine if your repository exists, enter this command:

`zypper lr -E | grep enterprisedb`

If no output is generated, the repository isn't installed.

To set up the EDB repository:

1. Go to [EDB repositories](https://www.enterprisedb.com/repos-downloads).

1. Select the button that provides access to the EDB repository.
1. Select the platform and software that you want to download.

1. Follow the instructions for setting up the EDB repository.

- Activate the required SUSE module:
```shell
sudo SUSEConnect -p PackageHub/12.5/x86_64
sudo SUSEConnect -p sle-sdk/12.5/x86_64

```
- Refresh the metadata:
```shell
sudo zypper refresh
```

## Install the package

```shell
sudo zypper -n install edb-edbplus
```

## Initial configuration

After performing a Linux installation of EDB\*Plus, you must set the values of environment variables that allow EDB\*Plus to locate your Java installation:

```shell
export JAVA_HOME=<path_to_java>
export PATH=<path_to_java>/bin:$PATH
```
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ navigation:
- edbplus_other_linux_9
- edbplus_other_linux_8
- edbplus_sles_15
- edbplus_sles_12
- edbplus_ubuntu_22
- edbplus_ubuntu_20
- edbplus_debian_11
Expand Down Expand Up @@ -44,6 +45,8 @@ Operating system-specific install instructions are described in the correspondin

- [SLES 15](edbplus_sles_15)

- [SLES 12](edbplus_sles_12)

### Debian and derivatives

- [Ubuntu 22.04](edbplus_ubuntu_22)
Expand Down
4 changes: 2 additions & 2 deletions product_docs/docs/efm/4/installing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Select a link to access the applicable installation instructions:

### SUSE Linux Enterprise (SLES)

- [SLES 15](linux_x86_64/efm_sles_15)
- [SLES 15](linux_x86_64/efm_sles_15), [SLES 12](linux_x86_64/efm_sles_12)

### Debian and derivatives

Expand All @@ -68,7 +68,7 @@ Select a link to access the applicable installation instructions:

### SUSE Linux Enterprise (SLES)

- [SLES 15](linux_ppc64le/efm_sles_15)
- [SLES 15](linux_ppc64le/efm_sles_15), [SLES 12](linux_ppc64le/efm_sles_12)

## Linux [AArch64 (ARM64)](linux_arm64)

Expand Down
71 changes: 71 additions & 0 deletions product_docs/docs/efm/4/installing/linux_ppc64le/efm_sles_12.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
navTitle: SLES 12
title: Installing Failover Manager on SLES 12 ppc64le
# This topic is generated from templates. If you have feedback on it, instead of
# editing the page and creating a pull request, please enter a GitHub issue and
# the documentation team will update the templates accordingly.

redirects:
- /efm/4/03_installing_efm/ibm_power_ppc64le/efm_sles12_ppcle
---

## Prerequisites

Before you begin the installation process:

- Install Postgres on the same host (not needed for witness nodes).

- See [Installing EDB Postgres Advanced Server](/epas/latest/installing/)

- See [PostgreSQL Downloads](https://www.postgresql.org/download/)

- Set up the EDB repository.

Setting up the repository is a one-time task. If you have already set up your repository, you don't need to perform this step.

To determine if your repository exists, enter this command:

`zypper lr -E | grep enterprisedb`

If no output is generated, the repository isn't installed.

To set up the EDB repository:

1. Go to [EDB repositories](https://www.enterprisedb.com/repos-downloads).

1. Select the button that provides access to the EDB repository.
1. Select the platform and software that you want to download.

1. Follow the instructions for setting up the EDB repository.

- Activate the required SUSE module:
```shell
sudo SUSEConnect -p PackageHub/12.5/ppc64le
sudo SUSEConnect -p sle-sdk/12.5/ppc64le

```
- Refresh the metadata:
```shell
sudo zypper refresh
```

## Install the package

```shell
sudo zypper -n install edb-efm<4x>
```

Where `<4x>` is the version of Failover Manager that you're installing. For example, if you're installing version 4.9, the package name is `edb-efm49`.

The installation process creates a user named efm that has privileges to invoke scripts that control the Failover Manager service for clusters owned by enterprisedb or postgres.

## Initial configuration

If you're using Failover Manager to monitor a cluster owned by a user other than enterprisedb or postgres, see [Extending Failover Manager permissions](../../04_configuring_efm/04_extending_efm_permissions/#extending_efm_permissions).
After installing on each node of the cluster:
1. Modify the [cluster properties file](../../04_configuring_efm/01_cluster_properties/#cluster_properties) on each node.
2. Modify the [cluster members file](../../04_configuring_efm/03_cluster_members/#cluster_members) on each node.
3. If applicable, configure and test virtual IP address settings and any scripts that are identified in the cluster properties file.
4. Start the agent on each node of the cluster. For more information, see [Controlling the Failover Manager service](../../08_controlling_efm_service/).
3 changes: 3 additions & 0 deletions product_docs/docs/efm/4/installing/linux_ppc64le/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ navigation:
- efm_rhel_9
- efm_rhel_8
- efm_sles_15
- efm_sles_12
---

Operating system-specific install instructions are described in the corresponding documentation:
Expand All @@ -27,3 +28,5 @@ Operating system-specific install instructions are described in the correspondin
### SUSE Linux Enterprise (SLES)

- [SLES 15](efm_sles_15)

- [SLES 12](efm_sles_12)
71 changes: 71 additions & 0 deletions product_docs/docs/efm/4/installing/linux_x86_64/efm_sles_12.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
navTitle: SLES 12
title: Installing Failover Manager on SLES 12 x86_64
# This topic is generated from templates. If you have feedback on it, instead of
# editing the page and creating a pull request, please enter a GitHub issue and
# the documentation team will update the templates accordingly.

redirects:
- /efm/4/03_installing_efm/x86_amd64/efm_sles12_x86
---

## Prerequisites

Before you begin the installation process:

- Install Postgres on the same host (not needed for witness nodes).

- See [Installing EDB Postgres Advanced Server](/epas/latest/installing/)

- See [PostgreSQL Downloads](https://www.postgresql.org/download/)

- Set up the EDB repository.

Setting up the repository is a one-time task. If you have already set up your repository, you don't need to perform this step.

To determine if your repository exists, enter this command:

`zypper lr -E | grep enterprisedb`

If no output is generated, the repository isn't installed.

To set up the EDB repository:

1. Go to [EDB repositories](https://www.enterprisedb.com/repos-downloads).

1. Select the button that provides access to the EDB repository.
1. Select the platform and software that you want to download.

1. Follow the instructions for setting up the EDB repository.

- Activate the required SUSE module:
```shell
sudo SUSEConnect -p PackageHub/12.5/x86_64
sudo SUSEConnect -p sle-sdk/12.5/x86_64

```
- Refresh the metadata:
```shell
sudo zypper refresh
```

## Install the package

```shell
sudo zypper -n install edb-efm<4x>
```

Where `<4x>` is the version of Failover Manager that you're installing. For example, if you're installing version 4.9, the package name is `edb-efm49`.

The installation process creates a user named efm that has privileges to invoke scripts that control the Failover Manager service for clusters owned by enterprisedb or postgres.

## Initial configuration

If you're using Failover Manager to monitor a cluster owned by a user other than enterprisedb or postgres, see [Extending Failover Manager permissions](../../04_configuring_efm/04_extending_efm_permissions/#extending_efm_permissions).
After installing on each node of the cluster:
1. Modify the [cluster properties file](../../04_configuring_efm/01_cluster_properties/#cluster_properties) on each node.
2. Modify the [cluster members file](../../04_configuring_efm/03_cluster_members/#cluster_members) on each node.
3. If applicable, configure and test virtual IP address settings and any scripts that are identified in the cluster properties file.
4. Start the agent on each node of the cluster. For more information, see [Controlling the Failover Manager service](../../08_controlling_efm_service/).
3 changes: 3 additions & 0 deletions product_docs/docs/efm/4/installing/linux_x86_64/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ navigation:
- efm_other_linux_9
- efm_other_linux_8
- efm_sles_15
- efm_sles_12
- efm_ubuntu_22
- efm_ubuntu_20
- efm_debian_12
Expand Down Expand Up @@ -46,6 +47,8 @@ Operating system-specific install instructions are described in the correspondin

- [SLES 15](efm_sles_15)

- [SLES 12](efm_sles_12)

### Debian and derivatives

- [Ubuntu 22.04](efm_ubuntu_22)
Expand Down
4 changes: 2 additions & 2 deletions product_docs/docs/epas/11/installing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Select a link to access the applicable installation instructions:

### SUSE Linux Enterprise (SLES)

- [SLES 15](linux_x86_64/epas_sles_15)
- [SLES 15](linux_x86_64/epas_sles_15), [SLES 12](linux_x86_64/epas_sles_12)

### Debian and derivatives

Expand All @@ -52,7 +52,7 @@ Select a link to access the applicable installation instructions:

### SUSE Linux Enterprise (SLES)

- [SLES 15](linux_ppc64le/epas_sles_15)
- [SLES 15](linux_ppc64le/epas_sles_15), [SLES 12](linux_ppc64le/epas_sles_12)

## Windows

Expand Down
Loading

2 comments on commit c634cb2

@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://6682ebca05ba2c64e4248a58--edb-docs.netlify.app

@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.

Please sign in to comment.