I.5. pg_configurator#
I.5. pg_configurator #
I.5.1. Overview #
Version: 26.1.21
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 #
Download the
pg_configuratorpackage suitable for your OS from nexus-public.Run the
pg_configuratorinstallation usingdb_extension_installer.shfrom the downloaded package:./db_extension_installer.sh \ --from-file=<path to pg_configurator package>
I.5.3.2. Automatically from the package repository #
Set the value of the environment variable
NEXUS_URL:export NEXUS_URL="nexus-public.tantorlabs.ru"
Run the
pg_configuratorinstallation usingdb_extension_installer.shwith the following parameters:./db_extension_installer.sh \ --database-type=tantor \ --edition=all \ --extension=pg_configurator