Installing Replication Server on RHEL 8 or OL 8 x86_64 v7

Prerequisites

Before you begin the installation process:

  • Set up the repository Setting up the repository is a one-time task. If you have already set up your repository, you do not need to perform this step.

    To set up the repository, go to EDB repositories and follow the instructions provided there.

  • Install the EPEL repository

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

Install the package

You can install all Replication Server components with a single install command, or you may choose to install selected, individual components by installing only those particular packages.

To install all Replication Server components:

sudo dnf  -y install edb-xdb

To install an individual component:

sudo dnf  -y install <package_name>

Where <package_name> is:

Package nameComponent
edb-xdb-consoleReplication console and the Replication Server command line interface
edb-xdb-publisherPublication server
edb-xdb-subscriberSubscription server

Initial configuration

Before using Replication Server, you must download and install JDBC drivers. See Installing a JDBC driver for details.