PgSmart CLI 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.
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
- 
Install the PgSmart Client installation package: RHEL / CentOS / Rocky / Alma / SUSE / openSUSE - 
Using rpm -ivhTerminal inputsudo rpm -ivh pgsmart-client-4.1.0-1.el8.x86_64.rpm
- 
Using dnf installin RHEL-likeTerminal inputsudo dnf install pgsmart-client-4.1.0-1.el8.x86_64.rpm
- 
Using zypper installin SUSETerminal inputsudo zypper install pgsmart-client-4.1.0-1.el8.x86_64.rpm
 Debian / Ubuntu - 
Using apt-get installTerminal inputsudo apt-get update
 sudo apt-get install pgsmart-client-4.1.0-amd64.deb
 
- 
- 
Verify that the installation was successful by running one of the following commands: 
- 
Check the PgSmart version ( --versionor-v):Terminal inputpgsmart -v
- 
Check the available commands using the help option ( --helpor-h):Terminal inputpgsmart -h Figure 1 - PgSmart Commands Figure 1 - PgSmart CommandsSee here how to register a PgSmart Agent noteDatabase environments with previously installed components are supported provided that: - The components and their versions are listed in the PostgreSYS Platform Component Matrix;
- The component versions are compatible with the PostgreSQL version and with each other, as defined in the official documentation;
- The components were installed using source files and binaries provided by their respective open-source communities.