Installing EDB Postgres Advanced Server on SLES 15 x86_64 v17
Prerequisites
Before you begin the installation process:
Set up the EDB repository.
Setting up the repository is a one-time task. If you already set up your repository, you don't need to perform this step.
To determine if your repository exists, enter:
zypper lr -E | grep enterprisedbIf no output is generated, the repository is installed.
To set up the EDB repository:
Go to EDB repositories.
Select the button that provides access to the EDB repository.
Select the platform and software that you want to download.
Follow the instructions for setting up the EDB repository.
Activate the required SUSE module:
sudo SUSEConnect -p PackageHub/15.7/x86_64
Refresh the metadata:
sudo zypper refresh
Install the package
sudo zypper -n install edb-as<xx>-server
Where <xx> is the version of the EDB Postgres Advanced server you are installing. For example, if you are installing version 17, the package name would be edb-as17-server.
Optionally, enable the development SUSE modules only if required:
sudo SUSEConnect -p sle-module-desktop-applications/15.7/x86_64 sudo SUSEConnect -p sle-module-development-tools/15.7/x86_64 sudo zypper install edb-as<xx>-server-devel
Where <xx> is the version of the EDB Postgres Advanced server you are installing. For example, if you are installing version 17, the package name would be edb-as17-server.
To install an individual component:
sudo zypper -n install <package_name>
Where package_name can be any of the available packages from the available package list.
See excluding/including the packages to exclude or include an individual package while installing the EDB Postgres Advanced Server.
Initial configuration
Getting started with your cluster involves logging in, ensuring the installation and initial configuration was successful, connecting to your cluster, and creating the user password.
First, you need to initialize and start the database cluster. The edb-as-17-setup script creates a cluster in Oracle-compatible mode with the edb sample database in the cluster. To create a cluster in Postgres mode, see Initializing the cluster in Postgres mode.