Skip to main content
Version 3.1.0

PgSmart Installation

With the minimum requirements met, we start the deployment of the PostgreSYS platform by installing the PgSmart component, which will provide an intuitive guide for the installation of the other components.

note

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

PgSmart Agent Installation

  1. Install the PgSmart Agent Installation Package:

    Terminal input
    rpm -ivh pgsmart-agent-3.1.0-1.el8.x86_64.rpm
  2. Start the PgSmart Agent service:

    Terminal input
    systemctl start pgsmart-agent
  3. Obtain the Agent connection key:

    Terminal input
    cat /opt/pgsmart-agent/pgsmart.yml

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.