Installing Advanced Storage Pack on Linux

Prerequisites

Before you begin the installation process:

Install the package

The syntax for the package install command is:

sudo <package-manager> -y install edb-<postgres><postgres_version>-advanced-storage-pack

Where:

  • <package-manager> is the package manager used with your operating system:

    Package managerOperating system
    dnfRHEL 8/9 and derivatives
    yumRHEL 7 and derivatives, CentOS 7
    zypperSLES
    apt-getDebian and Ubuntu
  • <postgres> is the distribution of Postgres you're using:

    Postgres distributionValue
    PostgreSQLpg
    EDB Postgres Advanced Serveras
    EDB Postgres Extendedpostgresextended
  • <postgres_version> is the version of Postgres you're using.

For example, to install Advanced Storage Pack for EDB Postgres Advanced Server 14 on a RHEL 8 platform:

sudo dnf -y install edb-as14-advanced-storage-pack

To install Advanced Storage Pack for PostgreSQL 14 on a Debian platform:

sudo apt-get -y install edb-pg14-advanced-storage-pack

Could this page be better? Report a problem or suggest an addition!