diff --git a/install_template/config.yaml b/install_template/config.yaml index 8d4a18a0b46..a8db7a9af67 100644 --- a/install_template/config.yaml +++ b/install_template/config.yaml @@ -1,5 +1,5 @@ products: - - name: Data Migration Service + - name: EDB Data Migration Service Reader platforms: - name: RHEL 8 or OL 8 arch: x86_64 diff --git a/install_template/templates/products/data-migration-service/debian-10.njk b/install_template/templates/products/data-migration-service/debian-10.njk deleted file mode 100644 index 61391348f43..00000000000 --- a/install_template/templates/products/data-migration-service/debian-10.njk +++ /dev/null @@ -1,2 +0,0 @@ -{% extends "products/data-migration-service/debian.njk" %} -{% set platformBaseTemplate = "debian-10" %} diff --git a/install_template/templates/products/data-migration-service/debian-11.njk b/install_template/templates/products/data-migration-service/debian-11.njk deleted file mode 100644 index 093d9ddf240..00000000000 --- a/install_template/templates/products/data-migration-service/debian-11.njk +++ /dev/null @@ -1,2 +0,0 @@ -{% extends "products/data-migration-service/debian.njk" %} -{% set platformBaseTemplate = "debian-11" %} diff --git a/install_template/templates/products/data-migration-service/ubuntu-18.04.njk b/install_template/templates/products/data-migration-service/ubuntu-18.04.njk deleted file mode 100644 index 7b9992b6113..00000000000 --- a/install_template/templates/products/data-migration-service/ubuntu-18.04.njk +++ /dev/null @@ -1,2 +0,0 @@ -{% extends "products/data-migration-service/ubuntu.njk" %} -{% set platformBaseTemplate = "ubuntu-18.04" %} diff --git a/install_template/templates/products/data-migration-service/ubuntu-20.04.njk b/install_template/templates/products/data-migration-service/ubuntu-20.04.njk deleted file mode 100644 index 15df88848be..00000000000 --- a/install_template/templates/products/data-migration-service/ubuntu-20.04.njk +++ /dev/null @@ -1,2 +0,0 @@ -{% extends "products/data-migration-service/ubuntu.njk" %} -{% set platformBaseTemplate = "ubuntu-20.04" %} diff --git a/install_template/templates/products/data-migration-service/ubuntu-22.04.njk b/install_template/templates/products/data-migration-service/ubuntu-22.04.njk deleted file mode 100644 index 10bd2d5a432..00000000000 --- a/install_template/templates/products/data-migration-service/ubuntu-22.04.njk +++ /dev/null @@ -1,2 +0,0 @@ -{% extends "products/data-migration-service/ubuntu.njk" %} -{% set platformBaseTemplate = "ubuntu-22.04" %} diff --git a/install_template/templates/products/data-migration-service/ubuntu.njk b/install_template/templates/products/data-migration-service/ubuntu.njk deleted file mode 100644 index e7c49e0c676..00000000000 --- a/install_template/templates/products/data-migration-service/ubuntu.njk +++ /dev/null @@ -1 +0,0 @@ -{% extends "products/data-migration-service/base.njk" %} diff --git a/install_template/templates/products/data-migration-service/almalinux-8-or-rocky-linux-8.njk b/install_template/templates/products/edb-data-migration-service-reader/almalinux-8-or-rocky-linux-8.njk similarity index 80% rename from install_template/templates/products/data-migration-service/almalinux-8-or-rocky-linux-8.njk rename to install_template/templates/products/edb-data-migration-service-reader/almalinux-8-or-rocky-linux-8.njk index 85caebe4da4..15a11c98baa 100644 --- a/install_template/templates/products/data-migration-service/almalinux-8-or-rocky-linux-8.njk +++ b/install_template/templates/products/edb-data-migration-service-reader/almalinux-8-or-rocky-linux-8.njk @@ -1,4 +1,4 @@ -{% extends "products/data-migration-service/base.njk" %} +{% extends "products/edb-data-migration-service-reader/base.njk" %} {% set platformBaseTemplate = "almalinux-8-or-rocky-linux-8" %} {% set packageName %}cdcreader-1.4-1.4766136665.17.1.el8.x86_64{% endset %} {% set writerPackageName %}cdcwriter-1.3-1.4766201953.4.1.el8.x86_64{% endset %} diff --git a/install_template/templates/products/data-migration-service/base.njk b/install_template/templates/products/edb-data-migration-service-reader/base.njk similarity index 80% rename from install_template/templates/products/data-migration-service/base.njk rename to install_template/templates/products/edb-data-migration-service-reader/base.njk index 5924b36d3f2..96a7b21cdba 100644 --- a/install_template/templates/products/data-migration-service/base.njk +++ b/install_template/templates/products/edb-data-migration-service-reader/base.njk @@ -8,7 +8,7 @@ and add it to the list under "redirects:" below - this ensures we don't break any existing links. #} -deployPath: edb-postgres-ai/migration-etl/data-migration-service/{{ product.version }}/installing/linux_{{platform.arch}}/data-migration-service_{{deploy.map_platform[platform.name]}}.mdx +deployPath: edb-postgres-ai/migration-etl/edb-dms-reader/{{ product.version }}/installing/linux_{{platform.arch}}/edb-dms-reader_{{deploy.map_platform[platform.name]}}.mdx {% endblock frontmatter %} {% block installCommand %} diff --git a/install_template/templates/products/edb-data-migration-service-reader/debian-10.njk b/install_template/templates/products/edb-data-migration-service-reader/debian-10.njk new file mode 100644 index 00000000000..31a098f2ff9 --- /dev/null +++ b/install_template/templates/products/edb-data-migration-service-reader/debian-10.njk @@ -0,0 +1,2 @@ +{% extends "products/edb-data-migration-service-reader/debian.njk" %} +{% set platformBaseTemplate = "debian-10" %} diff --git a/install_template/templates/products/edb-data-migration-service-reader/debian-11.njk b/install_template/templates/products/edb-data-migration-service-reader/debian-11.njk new file mode 100644 index 00000000000..e784520deb0 --- /dev/null +++ b/install_template/templates/products/edb-data-migration-service-reader/debian-11.njk @@ -0,0 +1,2 @@ +{% extends "products/edb-data-migration-service-reader/debian.njk" %} +{% set platformBaseTemplate = "debian-11" %} diff --git a/install_template/templates/products/data-migration-service/debian.njk b/install_template/templates/products/edb-data-migration-service-reader/debian.njk similarity index 78% rename from install_template/templates/products/data-migration-service/debian.njk rename to install_template/templates/products/edb-data-migration-service-reader/debian.njk index 913797e667c..1d5f1b15665 100644 --- a/install_template/templates/products/data-migration-service/debian.njk +++ b/install_template/templates/products/edb-data-migration-service-reader/debian.njk @@ -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 %} \ No newline at end of file diff --git a/install_template/templates/products/data-migration-service/index.njk b/install_template/templates/products/edb-data-migration-service-reader/index.njk similarity index 83% rename from install_template/templates/products/data-migration-service/index.njk rename to install_template/templates/products/edb-data-migration-service-reader/index.njk index d724f2e7b74..431b6c0d4b0 100644 --- a/install_template/templates/products/data-migration-service/index.njk +++ b/install_template/templates/products/edb-data-migration-service-reader/index.njk @@ -1,5 +1,5 @@ {% extends "platformBase/index.njk" %} -{% set productShortname="data-migration-service" %} +{% set productShortname="edb-dms-reader" %} {% block frontmatter %} deployPath: edb-postgres-ai/migration-etl/{{productShortname}}/{{ product.version }}/installing/index.mdx diff --git a/install_template/templates/products/data-migration-service/ppc64le_index.njk b/install_template/templates/products/edb-data-migration-service-reader/ppc64le_index.njk similarity index 71% rename from install_template/templates/products/data-migration-service/ppc64le_index.njk rename to install_template/templates/products/edb-data-migration-service-reader/ppc64le_index.njk index 11bad6298dc..b470fcbbb41 100644 --- a/install_template/templates/products/data-migration-service/ppc64le_index.njk +++ b/install_template/templates/products/edb-data-migration-service-reader/ppc64le_index.njk @@ -1,6 +1,6 @@ {% extends "platformBase/ppc64le_index.njk" %} -{% set productShortname="transporter" %} +{% set productShortname="edb-dms-reader" %} {% block frontmatter %} {{super()}} diff --git a/install_template/templates/products/data-migration-service/rhel-8-or-ol-8.njk b/install_template/templates/products/edb-data-migration-service-reader/rhel-8-or-ol-8.njk similarity index 79% rename from install_template/templates/products/data-migration-service/rhel-8-or-ol-8.njk rename to install_template/templates/products/edb-data-migration-service-reader/rhel-8-or-ol-8.njk index 5c86b5dfa0d..595dfcb657b 100644 --- a/install_template/templates/products/data-migration-service/rhel-8-or-ol-8.njk +++ b/install_template/templates/products/edb-data-migration-service-reader/rhel-8-or-ol-8.njk @@ -1,4 +1,4 @@ -{% extends "products/data-migration-service/base.njk" %} +{% extends "products/edb-data-migration-service-reader/base.njk" %} {% set platformBaseTemplate = "rhel-8-or-ol-8" %} {% set packageName %}cdcreader-1.4-1.4766136665.17.1.el8.x86_64{% endset %} {% set writerPackageName %}cdcwriter-1.3-1.4766201953.4.1.el8.x86_64{% endset %} diff --git a/install_template/templates/products/data-migration-service/sles-12.njk b/install_template/templates/products/edb-data-migration-service-reader/sles-12.njk similarity index 77% rename from install_template/templates/products/data-migration-service/sles-12.njk rename to install_template/templates/products/edb-data-migration-service-reader/sles-12.njk index 17133292bf2..2b50dd803ca 100644 --- a/install_template/templates/products/data-migration-service/sles-12.njk +++ b/install_template/templates/products/edb-data-migration-service-reader/sles-12.njk @@ -1,4 +1,4 @@ -{% extends "products/data-migration-service/base.njk" %} +{% extends "products/edb-data-migration-service-reader/base.njk" %} {% set platformBaseTemplate = "sles-12" %} {% set packageManager = "zypper" %} {% set packageName %}cdcreader-1.4-1.4766136665.17.1.el8.x86_64{% endset %} diff --git a/install_template/templates/products/data-migration-service/sles-15.njk b/install_template/templates/products/edb-data-migration-service-reader/sles-15.njk similarity index 77% rename from install_template/templates/products/data-migration-service/sles-15.njk rename to install_template/templates/products/edb-data-migration-service-reader/sles-15.njk index 0e94954e533..344d65be864 100644 --- a/install_template/templates/products/data-migration-service/sles-15.njk +++ b/install_template/templates/products/edb-data-migration-service-reader/sles-15.njk @@ -1,4 +1,4 @@ -{% extends "products/data-migration-service/base.njk" %} +{% extends "products/edb-data-migration-service-reader/base.njk" %} {% set platformBaseTemplate = "sles-15" %} {% set packageManager = "zypper" %} {% set packageName %}cdcreader-1.4-1.4766136665.17.1.el8.x86_64{% endset %} diff --git a/install_template/templates/products/edb-data-migration-service-reader/ubuntu-18.04.njk b/install_template/templates/products/edb-data-migration-service-reader/ubuntu-18.04.njk new file mode 100644 index 00000000000..34c6da74150 --- /dev/null +++ b/install_template/templates/products/edb-data-migration-service-reader/ubuntu-18.04.njk @@ -0,0 +1,2 @@ +{% extends "products/edb-data-migration-service-reader/ubuntu.njk" %} +{% set platformBaseTemplate = "ubuntu-18.04" %} diff --git a/install_template/templates/products/edb-data-migration-service-reader/ubuntu-20.04.njk b/install_template/templates/products/edb-data-migration-service-reader/ubuntu-20.04.njk new file mode 100644 index 00000000000..bf8a7d59776 --- /dev/null +++ b/install_template/templates/products/edb-data-migration-service-reader/ubuntu-20.04.njk @@ -0,0 +1,2 @@ +{% extends "products/edb-data-migration-service-reader/ubuntu.njk" %} +{% set platformBaseTemplate = "ubuntu-20.04" %} diff --git a/install_template/templates/products/edb-data-migration-service-reader/ubuntu-22.04.njk b/install_template/templates/products/edb-data-migration-service-reader/ubuntu-22.04.njk new file mode 100644 index 00000000000..292cef9d884 --- /dev/null +++ b/install_template/templates/products/edb-data-migration-service-reader/ubuntu-22.04.njk @@ -0,0 +1,2 @@ +{% extends "products/edb-data-migration-service-reader/ubuntu.njk" %} +{% set platformBaseTemplate = "ubuntu-22.04" %} diff --git a/install_template/templates/products/edb-data-migration-service-reader/ubuntu.njk b/install_template/templates/products/edb-data-migration-service-reader/ubuntu.njk new file mode 100644 index 00000000000..a3809155a2a --- /dev/null +++ b/install_template/templates/products/edb-data-migration-service-reader/ubuntu.njk @@ -0,0 +1 @@ +{% extends "products/edb-data-migration-service-reader/base.njk" %} diff --git a/install_template/templates/products/data-migration-service/x86_64_index.njk b/install_template/templates/products/edb-data-migration-service-reader/x86_64_index.njk similarity index 80% rename from install_template/templates/products/data-migration-service/x86_64_index.njk rename to install_template/templates/products/edb-data-migration-service-reader/x86_64_index.njk index a00dcc01f45..9cfbcbe6e5b 100644 --- a/install_template/templates/products/data-migration-service/x86_64_index.njk +++ b/install_template/templates/products/edb-data-migration-service-reader/x86_64_index.njk @@ -1,6 +1,6 @@ {% extends "platformBase/x86_64_index.njk" %} -{% set productShortname="data-migration-service" %} +{% set productShortname="edb-dms-reader" %} {% block frontmatter %} deployPath: edb-postgres-ai/migration-etl/{{productShortname}}/{{ product.version }}/installing/linux_x86_64/index.mdx diff --git a/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/index.mdx b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/index.mdx new file mode 100644 index 00000000000..10fff3f06bb --- /dev/null +++ b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/index.mdx @@ -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) + +- [Oracle Linux (OL) 9](linux_x86_64/edb-dms-reader_rhel_9), [Oracle Linux (OL) 8](linux_x86_64/edb-dms-reader_rhel_8) + +- [Rocky Linux 9](linux_x86_64/edb-dms-reader_other_linux_9) + +- [AlmaLinux 9](linux_x86_64/edb-dms-reader_other_linux_9) + +### 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) diff --git a/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_debian_11.mdx b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_debian_11.mdx new file mode 100644 index 00000000000..1b6e6334f1c --- /dev/null +++ b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_debian_11.mdx @@ -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 +``` diff --git a/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_rhel_8.mdx b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_rhel_8.mdx new file mode 100644 index 00000000000..c0fa080b083 --- /dev/null +++ b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_rhel_8.mdx @@ -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 +``` diff --git a/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_sles_12.mdx b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_sles_12.mdx new file mode 100644 index 00000000000..abf7c83e615 --- /dev/null +++ b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_sles_12.mdx @@ -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 +``` diff --git a/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_sles_15.mdx b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_sles_15.mdx new file mode 100644 index 00000000000..81d6e550278 --- /dev/null +++ b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_sles_15.mdx @@ -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 +``` diff --git a/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_ubuntu_20.mdx b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_ubuntu_20.mdx new file mode 100644 index 00000000000..826f5761471 --- /dev/null +++ b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_ubuntu_20.mdx @@ -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 +``` diff --git a/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_ubuntu_22.mdx b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_ubuntu_22.mdx new file mode 100644 index 00000000000..6629b861967 --- /dev/null +++ b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_ubuntu_22.mdx @@ -0,0 +1,41 @@ +--- +navTitle: Ubuntu 22.04 +title: Installing EDB Data Migration Service Reader on Ubuntu 22.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 +``` diff --git a/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/index.mdx b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/index.mdx new file mode 100644 index 00000000000..093ba5ec8b2 --- /dev/null +++ b/product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/index.mdx @@ -0,0 +1,47 @@ +--- +title: "Installing EDB Data Migration Service Reader on Linux x86 (amd64)" +navTitle: "On Linux x86" + +navigation: + - edb-dms-reader_rhel_9 + - edb-dms-reader_rhel_8 + - edb-dms-reader_other_linux_9 + - edb-dms-reader_sles_15 + - edb-dms-reader_sles_12 + - edb-dms-reader_ubuntu_22 + - edb-dms-reader_ubuntu_20 + - edb-dms-reader_debian_12 + - edb-dms-reader_debian_11 +--- + +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) + +- [RHEL 8](edb-dms-reader_rhel_8) + +- [Oracle Linux (OL) 9](edb-dms-reader_rhel_9) + +- [Oracle Linux (OL) 8](edb-dms-reader_rhel_8) + +- [Rocky Linux 9](edb-dms-reader_other_linux_9) + +- [AlmaLinux 9](edb-dms-reader_other_linux_9) + +### SUSE Linux Enterprise (SLES) + +- [SLES 15](edb-dms-reader_sles_15) + +- [SLES 12](edb-dms-reader_sles_12) + +### Debian and derivatives + +- [Ubuntu 22.04](edb-dms-reader_ubuntu_22) + +- [Ubuntu 20.04](edb-dms-reader_ubuntu_20) + +- [Debian 12](edb-dms-reader_debian_12) + +- [Debian 11](edb-dms-reader_debian_11)