I.5. pg_configurator#

I.5. pg_configurator

I.5. pg_configurator #

I.5.1. Overview #

Version: 26.1.21

Download from nexus-public

A PostgreSQL configuration tool that automates the creation of a configuration file based on the system parameters and requirements of your application.

I.5.2. Description #

You can create a configuration file based on the system parameters and requirements of your application on the pg_configurator service page.

I.5.3. Installation #

To install pg_configurator, download the installation script db_extension_installer.sh and make it executable:

wget https://public.tantorlabs.ru/db_extension_installer.sh && \
chmod +x db_extension_installer.sh

Next, you can install pg_configurator:

I.5.3.1. Locally from the downloaded package #

  1. Download the pg_configurator package suitable for your OS from nexus-public.

  2. Run the pg_configurator installation using db_extension_installer.sh from the downloaded package:

    ./db_extension_installer.sh \
      --from-file=<path to pg_configurator package>
    

I.5.3.2. Automatically from the package repository #

  1. Set the value of the environment variable NEXUS_URL:

    export NEXUS_URL="nexus-public.tantorlabs.ru"
    
  2. Run the pg_configurator installation using db_extension_installer.sh with the following parameters:

    ./db_extension_installer.sh \
      --database-type=tantor \
      --edition=all \
      --extension=pg_configurator