-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{% extends "products/edb-data-migration-service-reader/debian.njk" %} | ||
{% set platformBaseTemplate = "debian-10" %} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{% extends "products/edb-data-migration-service-reader/debian.njk" %} | ||
{% set platformBaseTemplate = "debian-11" %} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% extends "products/data-migration-service/base.njk" %} | ||
{% extends "products/edb-data-migration-service-reader/base.njk" %} | ||
{% block debian_ubuntu %}This section steps you through getting started with your cluster including logging in, ensuring the installation was successful, connecting to your cluster, and creating the user password. | ||
|
||
```shell{% endblock debian_ubuntu %} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{% extends "products/edb-data-migration-service-reader/ubuntu.njk" %} | ||
{% set platformBaseTemplate = "ubuntu-18.04" %} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{% extends "products/edb-data-migration-service-reader/ubuntu.njk" %} | ||
{% set platformBaseTemplate = "ubuntu-20.04" %} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{% extends "products/edb-data-migration-service-reader/ubuntu.njk" %} | ||
{% set platformBaseTemplate = "ubuntu-22.04" %} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{% extends "products/edb-data-migration-service-reader/base.njk" %} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
navTitle: Installing | ||
title: Installing EDB Data Migration Service Reader on Linux | ||
|
||
navigation: | ||
- linux_x86_64 | ||
--- | ||
|
||
Select a link to access the applicable installation instructions: | ||
|
||
## Linux [x86-64 (amd64)](linux_x86_64) | ||
|
||
### Red Hat Enterprise Linux (RHEL) and derivatives | ||
|
||
- [RHEL 9](linux_x86_64/edb-dms-reader_rhel_9), [RHEL 8](linux_x86_64/edb-dms-reader_rhel_8) | ||
Check failure on line 15 in product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/index.mdx GitHub Actions / check-linkspathCheck
|
||
|
||
- [Oracle Linux (OL) 9](linux_x86_64/edb-dms-reader_rhel_9), [Oracle Linux (OL) 8](linux_x86_64/edb-dms-reader_rhel_8) | ||
Check failure on line 17 in product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/index.mdx GitHub Actions / check-linkspathCheck
|
||
|
||
- [Rocky Linux 9](linux_x86_64/edb-dms-reader_other_linux_9) | ||
Check failure on line 19 in product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/index.mdx GitHub Actions / check-linkspathCheck
|
||
|
||
- [AlmaLinux 9](linux_x86_64/edb-dms-reader_other_linux_9) | ||
Check failure on line 21 in product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/index.mdx GitHub Actions / check-linkspathCheck
|
||
|
||
### SUSE Linux Enterprise (SLES) | ||
|
||
- [SLES 15](linux_x86_64/edb-dms-reader_sles_15), [SLES 12](linux_x86_64/edb-dms-reader_sles_12) | ||
|
||
### Debian and derivatives | ||
|
||
- [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) | ||
Check failure on line 31 in product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/index.mdx GitHub Actions / check-linkspathCheck
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
navTitle: Debian 11 | ||
title: Installing EDB Data Migration Service Reader on Debian 11 x86_64 | ||
--- | ||
|
||
## 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: | ||
|
||
`apt-cache search 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 CDCReader: | ||
|
||
```shell | ||
sudo apt-get install cdcreader=-1.4-1.4766136665.17.1.jammy | ||
``` | ||
|
||
Install CDCWriter: | ||
|
||
```shell | ||
sudo apt-get install cdcwriter=1.3-1.4766201953.4.1.jammy | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
navTitle: RHEL 8 or OL 8 | ||
title: Installing EDB Data Migration Service Reader on RHEL 8 or OL 8 x86_64 | ||
--- | ||
|
||
## 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: | ||
|
||
`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 CDCReader: | ||
|
||
```shell | ||
sudo dnf install cdcreader-1.4-1.4766136665.17.1.el8.x86_64 | ||
``` | ||
|
||
Install CDCWriter: | ||
|
||
```shell | ||
sudo dnf install cdcwriter-1.3-1.4766201953.4.1.el8.x86_64 | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
navTitle: SLES 12 | ||
title: Installing EDB Data Migration Service Reader on SLES 12 x86_64 | ||
--- | ||
|
||
## 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: | ||
|
||
`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 | ||
|
||
Install CDCReader: | ||
|
||
```shell | ||
sudo zypper install cdcreader-1.4-1.4766136665.17.1.el8.x86_64 | ||
``` | ||
|
||
Install CDCWriter: | ||
|
||
```shell | ||
sudo zypper install cdcwriter-1.3-1.4766201953.4.1.el8.x86_64 | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
navTitle: SLES 15 | ||
title: Installing EDB Data Migration Service Reader on SLES 15 x86_64 | ||
--- | ||
|
||
## 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: | ||
|
||
`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/15.4/x86_64 | ||
|
||
``` | ||
|
||
- Refresh the metadata: | ||
```shell | ||
sudo zypper refresh | ||
``` | ||
|
||
## Install the package | ||
|
||
Install CDCReader: | ||
|
||
```shell | ||
sudo zypper install cdcreader-1.4-1.4766136665.17.1.el8.x86_64 | ||
``` | ||
|
||
Install CDCWriter: | ||
|
||
```shell | ||
sudo zypper install cdcwriter-1.3-1.4766201953.4.1.el8.x86_64 | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
navTitle: Ubuntu 20.04 | ||
title: Installing EDB Data Migration Service Reader on Ubuntu 20.04 x86_64 | ||
--- | ||
|
||
## 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: | ||
|
||
`apt-cache search 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 CDCReader: | ||
|
||
```shell | ||
sudo apt-get install cdcreader=-1.4-1.4766136665.17.1.jammy | ||
``` | ||
|
||
Install CDCWriter: | ||
|
||
```shell | ||
sudo apt-get install cdcwriter=1.3-1.4766201953.4.1.jammy | ||
``` |