Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add install instructions for RHEL9 on ARM64 architecture for all products #6201

Merged
merged 17 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
d6ef2e6
Template changes to add RHEL9 to ARM64 architecture for EPAS 13-16
dwicinas Nov 4, 2024
b252472
Template changes to add RHEL9 to ARM architecture for PGE 15 and 16
dwicinas Nov 4, 2024
5de5559
Template changes to add RHEL9 for ARM64 to PostgreSQL
dwicinas Nov 4, 2024
5bc2903
Generated files to add RHEL 9 for ARM64 to EPAS, PGE, PG
dwicinas Nov 4, 2024
27ede00
Template changes to implement RHEL 9 on ARM 65 for JDBC, OCL, ODBC, a…
dwicinas Nov 6, 2024
69b5820
Generated files changes for adding RHEL 9 for ARM 64 for JDBC, OCL, O…
dwicinas Nov 6, 2024
5139cee
Template changes to add RHEL 9 on ARM 64 for MTK, PgBouncer, PgPool, …
dwicinas Nov 6, 2024
a789bf1
Generated file changes to add RHEL 9 on ARM 64 for MTK, PgBouncer, Pg…
dwicinas Nov 6, 2024
f06d580
Template changes to support RHEL9 on ARM64 for EFM and EDBPlus
dwicinas Nov 6, 2024
6d25213
Generated files changes to support RHEL9 on ARM64 for EFM and EDBPlus
dwicinas Nov 6, 2024
acfc5ad
Template changes to support RHEL9 on ARM64 for Hadoop, Mongo, and MySQL
dwicinas Nov 6, 2024
42c249d
Generated file changes to support RHEL9 on ARM64 for Hadoop, Mongo, a…
dwicinas Nov 6, 2024
a0a0b20
Template changes to support RHEL9 on ARM64 for PostGIS and Replicatio…
dwicinas Nov 6, 2024
18345f7
Generated file changes to support RHEL9 on ARM64 for PostGIS and Repl…
dwicinas Nov 6, 2024
1268b28
Template changes to support RHEL9 on ARM64 for PEM (agent and server)
dwicinas Nov 6, 2024
4cb40fa
Generated file changes to support RHEL9 on ARM64 for PEM (agent and s…
dwicinas Nov 6, 2024
2b413d7
Added latest product version to few products and its install topics
nidhibhammar Nov 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ Select a link to access the applicable installation instructions:
- [Ubuntu 22.04](linux_x86_64/edb-dms-reader_ubuntu_22), [Ubuntu 20.04](linux_x86_64/edb-dms-reader_ubuntu_20)

- [Debian 12](linux_x86_64/edb-dms-reader_debian_12), [Debian 11](linux_x86_64/edb-dms-reader_debian_11)

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

### Red Hat Enterprise Linux (RHEL) and derivatives

- [RHEL 9](linux_arm64/edb-dms-reader_rhel_9)

- [Oracle Linux (OL) 9](linux_arm64/edb-dms-reader_rhel_9)
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
navTitle: RHEL 9 or OL 9
title: Installing EDB Data Migration Service Reader on RHEL 9 or OL 9 arm64
---

## 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:

`dnf repolist | 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.

## Install the package

Install the EDB DMS Reader (packaged as `cdcreader`):

```shell
sudo dnf install cdcreader
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Installing EDB Data Migration Service Reader on Linux AArch64 (ARM64)"
navTitle: "On Linux ARM64"
indexCards: none

navigation:
- edb-dms-reader_rhel_9
---

Operating system-specific install instructions are described in the corresponding documentation:

### Red Hat Enterprise Linux (RHEL) and derivatives

- [RHEL 9](edb-dms-reader_rhel_9)

- [Oracle Linux (OL) 9](edb-dms-reader_rhel_9)
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ Select a link to access the applicable installation instructions:

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

### Red Hat Enterprise Linux (RHEL) and derivatives

- [RHEL 9](linux_arm64/postgresql_rhel_9)

- [Oracle Linux (OL) 9](linux_arm64/postgresql_rhel_9)

### Debian and derivatives

- [Debian 12](linux_arm64/postgresql_debian_12)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ navTitle: "On Linux ARM64"
indexCards: none

navigation:
- postgresql_rhel_9
- postgresql_debian_12
---

Operating system-specific install instructions are described in the corresponding documentation:

### Red Hat Enterprise Linux (RHEL) and derivatives

- [RHEL 9](postgresql_rhel_9)

- [Oracle Linux (OL) 9](postgresql_rhel_9)

### Debian and derivatives

- [Debian 12](postgresql_debian_12)
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
navTitle: RHEL 9 or OL 9
title: Installing PostgreSQL on RHEL 9 or OL 9 arm64
---

## Prerequisites

Before you begin the installation process:

- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
!!!

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:

`dnf repolist | 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.

- Install the EPEL repository:

```shell
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
```

- Enable additional repositories to resolve dependencies:
```shell
ARCH=$( /bin/arch ) subscription-manager repos --enable "codeready-builder-for-rhel-9-${ARCH}-rpms"
```
- Disable the built-in PostgreSQL module:
```shell
dnf -qy module disable postgresql
```

## Install the package

```shell
sudo dnf -y install postgresql<xx>-server postgresql<xx>-contrib
```

Where `<xx>` is the version of PostgreSQL you are installing. For example, if you are installing version 16, the package name would be `postgresql16-server postgresql16-contrib`.
62 changes: 61 additions & 1 deletion install_template/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [2]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [2]
- name: Debian 11
arch: x86_64
supported versions: [2]
Expand Down Expand Up @@ -39,6 +42,9 @@ products:
- name: RHEL 9
arch: ppc64le
supported versions: [42.7.3.2]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [42.7.3.2]
- name: AlmaLinux 9 or Rocky Linux 9
arch: x86_64
supported versions: [42.7.3.2]
Expand Down Expand Up @@ -77,6 +83,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [55]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [55]
- name: AlmaLinux 9 or Rocky Linux 9
arch: x86_64
supported versions: [55]
Expand Down Expand Up @@ -127,6 +136,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [14, 15, 16, 17]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [14, 15, 16, 17]
- name: Debian 11
arch: x86_64
supported versions: [14, 15, 16, 17]
Expand Down Expand Up @@ -168,6 +180,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [13, 16]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [13, 16]
- name: Debian 11
arch: x86_64
supported versions: [13, 16]
Expand Down Expand Up @@ -208,7 +223,10 @@ products:
supported versions: [1]
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [1]
supported versions: [1]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [1]
- name: Debian 11
arch: x86_64
supported versions: [1]
Expand Down Expand Up @@ -250,6 +268,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [4]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [4]
- name: Debian 11
arch: x86_64
supported versions: [4]
Expand Down Expand Up @@ -291,6 +312,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [4]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [4]
- name: Debian 11
arch: x86_64
supported versions: [4]
Expand Down Expand Up @@ -326,6 +350,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [11, 12, 13, 14, 15, 16, 17]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [13, 14, 15, 16, 17]
- name: RHEL 9
arch: ppc64le
supported versions: [11, 12, 13, 14, 15, 16, 17]
Expand Down Expand Up @@ -367,6 +394,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [15, 16, 17]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [15, 16, 17]
- name: Debian 12
arch: x86_64
supported versions: [16, 17]
Expand Down Expand Up @@ -396,6 +426,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [41]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [41]
- name: RHEL 9
arch: ppc64le
supported versions: [41]
Expand Down Expand Up @@ -440,6 +473,9 @@ products:
- name: RHEL 9
arch: ppc64le
supported versions: [4]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [4]
- name: RHEL 8
arch: ppc64le
supported versions: [4]
Expand Down Expand Up @@ -478,6 +514,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [2]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [2]
- name: RHEL 9
arch: ppc64le
supported versions: [2]
Expand Down Expand Up @@ -519,6 +558,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [5]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [5]
- name: RHEL 9
arch: ppc64le
supported versions: [5]
Expand Down Expand Up @@ -560,6 +602,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [2]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [2]
- name: Ubuntu 22.04
arch: x86_64
supported versions: [2]
Expand Down Expand Up @@ -601,6 +646,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [3.4.2]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [3.4.2]
- name: Ubuntu 22.04
arch: x86_64
supported versions: [3.4.2]
Expand Down Expand Up @@ -642,6 +690,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [9]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [9]
- name: RHEL 9
arch: ppc64le
supported versions: [9]
Expand Down Expand Up @@ -683,6 +734,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [9]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [9]
- name: RHEL 9
arch: ppc64le
supported versions: [9]
Expand Down Expand Up @@ -730,6 +784,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [15, 16]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [15, 16]
- name: Debian 12
arch: x86_64
supported versions: [15, 16]
Expand Down Expand Up @@ -765,6 +822,9 @@ products:
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [7]
- name: RHEL 9 or OL 9
arch: arm64
supported versions: [7]
- name: Debian 11
arch: x86_64
supported versions: [7]
Expand Down
2 changes: 1 addition & 1 deletion install_template/templates/platformBase/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Select a link to access the applicable installation instructions:

{{archInstall("IBM Power (ppc64le)", "ppc64le", ["RHEL", "SLES"])}}

{{archInstall("AArch64 (ARM64)", "arm64", ["Debian"])}}
{{archInstall("AArch64 (ARM64)", "arm64", ["RHEL", "OL", "Debian"])}}
{% endblock linuxinstall %}

{% block otherosinstall %}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% extends "products/edb*plus/base.njk" %}
{% set platformBaseTemplate = "rhel-9-or-ol-9" %}
{% block prerequisites %}{% endblock prerequisites %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% extends "platformBase/arm64_index.njk" %}
{% set productShortname="edb-dms-reader" %}

{% block frontmatter %}
deployPath: advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/getting_started/installing/linux_arm64/index.mdx
indexCards: none
{% endblock frontmatter %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{% extends "products/edb-data-migration-service-reader/rhel-9-or-ol-9.njk" %}

Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
{% block frontmatter %}
deployPath: jdbc_connector/{{ product.version }}/installing/linux_arm64/index.mdx
{% endblock frontmatter %}

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{% extends "products/edb-jdbc-connector/base.njk" %}
{% set platformBaseTemplate = "rhel-9-or-ol-9" %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{% extends "products/edb-ocl-connector/base.njk" %}
{% set platformBaseTemplate = "rhel-9-or-ol-9" %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{% extends "products/edb-odbc-connector/base.njk" %}
{% set platformBaseTemplate = "rhel-9-or-ol-9" %}
Loading