Installing postgREST

postgREST is supported on the same platforms as the Postgres distribution you're using. Support for postgREST starts with Postgres 12. For details, see:

Installation

Before you begin the installation process:

  • Install Postgres. See:

  • 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 for the package install command is:

sudo <package-manager> -y install edb-postgrest

Where:

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

    Package managerOperating system
    dnfRHEL 8/9 and derivatives
    zypperSLES
    apt-getDebian and derivatives

For example, to install postgREST on a RHEL 8 platform:

sudo dnf -y install edb-postgrest

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