-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6305 from EnterpriseDB/release/2024-11-26a
Production Release: 2024-11-26a
- Loading branch information
Showing
126 changed files
with
3,122 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
...ration-service/getting_started/installing/linux_arm64/edb-dms-reader_rhel_9.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
16 changes: 16 additions & 0 deletions
16
...ion-etl/data-migration-service/getting_started/installing/linux_arm64/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 55 additions & 0 deletions
55
...s/supported-open-source/postgresql/installing/linux_arm64/postgresql_rhel_9.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
install_template/templates/products/edb*plus/rhel-9_arm64.njk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
7 changes: 7 additions & 0 deletions
7
install_template/templates/products/edb-data-migration-service-reader/arm64_index.njk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
2 changes: 2 additions & 0 deletions
2
install_template/templates/products/edb-data-migration-service-reader/rhel-9_arm64.njk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" %} | ||
|
Oops, something went wrong.
759d757
There was a problem hiding this comment.
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://6745d9833344dd6efaccee8c--edb-docs.netlify.app
759d757
There was a problem hiding this comment.
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-staging.netlify.app as production
π Deployed on https://6745da15eefaf56fb21ea2a4--edb-docs-staging.netlify.app