Installing PGFS

PGFS extension is supported on the same platforms as the Postgres distribution you're using. See:

Prerequisites

Before you begin the installation process:

  1. Install Postgres. See:

  2. Set up the repository.

    Setting up the repository is a one-time task. If you've already set up your repository, you don't need to perform this step.

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

Install the package

The syntax to install the package is:

# For Debian/Ubuntu:
sudo apt-get install edb-<postgres><postgres_version>-pgfs

# For Linux:
sudo dnf install edb-<postgres><postgres_version>-pgfs

Where

  • <postgres> is the distribution of Postgres you're using:

    Postgres distributionValue
    PostgreSQLpg
    EDB Postgres Advanced Server (EPAS)as
    EDB Postgres Extendedpostgresextended
  • <postgres_version> is the version of Postgres you're using.

For example, to install PGFS for EDB Postgres Advanced Server 17 on Debian/Ubuntu:

sudo apt-get install edb-as17-pgfs

For example, to install PGFS for PostgreSQL 16 on RHEL8:

sudo dnf install edb-pg16-pgfs

After installing PGFS package, see Configuring PGFS for the next steps.


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