Skip to content

Commit

Permalink
Fixed name and short name
Browse files Browse the repository at this point in the history
  • Loading branch information
dwicinas committed Sep 4, 2024
1 parent 9a489f5 commit a355933
Show file tree
Hide file tree
Showing 30 changed files with 368 additions and 21 deletions.
2 changes: 1 addition & 1 deletion install_template/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

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
@@ -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 %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
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
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{% extends "platformBase/ppc64le_index.njk" %}
{% set productShortname="transporter" %}
{% set productShortname="edb-dms-reader" %}

{% block frontmatter %}
{{super()}}
Expand Down
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" %}
{% 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 %}
Expand Down
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" %}
{% set platformBaseTemplate = "sles-12" %}
{% set packageManager = "zypper" %}
{% set packageName %}cdcreader-1.4-1.4766136665.17.1.el8.x86_64{% endset %}
Expand Down
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" %}
{% set platformBaseTemplate = "sles-15" %}
{% set packageManager = "zypper" %}
{% set packageName %}cdcreader-1.4-1.4766136665.17.1.el8.x86_64{% endset %}
Expand Down
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
@@ -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
Expand Down
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

View workflow job for this annotation

GitHub Actions / check-links

pathCheck

invalid URL path: linux_x86_64/edb-dms-reader_rhel_9 (/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_rhel_9)

- [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

View workflow job for this annotation

GitHub Actions / check-links

pathCheck

invalid URL path: linux_x86_64/edb-dms-reader_rhel_9 (/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_rhel_9)

- [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

View workflow job for this annotation

GitHub Actions / check-links

pathCheck

invalid URL path: linux_x86_64/edb-dms-reader_other_linux_9 (/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_other_linux_9)

- [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

View workflow job for this annotation

GitHub Actions / check-links

pathCheck

invalid URL path: linux_x86_64/edb-dms-reader_other_linux_9 (/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/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)

Check failure on line 31 in product_docs/docs/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/index.mdx

View workflow job for this annotation

GitHub Actions / check-links

pathCheck

invalid URL path: linux_x86_64/edb-dms-reader_debian_12 (/edb-postgres-ai/migration-etl/edb-dms-reader/2/installing/linux_x86_64/edb-dms-reader_debian_12)
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
```
Loading

0 comments on commit a355933

Please sign in to comment.