Skip to main content
Version 3.1.0

PgSmart Installation

Once the minimum requirements are met, the deployment of the PostgreSYS Platform begins with the installation of PgSmart, which provides an intuitive guide for installing the other components.

PgSmart CLI is the command-line interface (CLI) for PgSmart.

It allows administrators and operators to perform installations, configurations, and monitoring of database environments quickly and automatically using terminal commands.

note

The installation packages for PgSmart (Agent and Client modules) are available at the Tecnisys Public Package Repository.
To access them, use the access credentials defined during your free registration on the Tecnisys website.
For more information, refer to the Installation Packages Section.

PgSmart Client Installation

  1. Install the PgSmart Client installation package:

    Terminal input
    rpm -ivh pgsmart-client-3.1.0-1.el8.x86_64.rpm

1.1 Check if the installation was successful by running one of the following commands :

  • Check the PgSmart version (--version or -v):

    Terminal input
    Comando não encontrado
  • Check the available commands with the help option (--help or -h):

    Terminal input
    Comando não encontrado
Figure 1 - PgSmart Commands
Figure 1 - PgSmart Commands

See here how to register a PgSmart Agent

note

Database environments with previously installed components are supported provided that:

  • The components and their versions are listed in the Component Matrix of the PostgreSYS platform;

  • The versions of the components are compatible with the PostgreSQL version and with each other according to the documentation of the projects; and

  • The components have been installed using source and binary files provided by the respective community projects.