The PgSmart Agent is the component of the PostgreSYS Platform responsible for executing the commands required to install, configure, and manage the Database, Backup, Connection Pool, High Availability, and Observability services.
PgSmart Agent Installation
- 
Install the PgSmart Agent package: RHEL / CentOS / Rocky / Alma / SUSE / openSUSE - 
Using rpm -ivhTerminal inputsudo rpm -ivh pgsmart-agent-4.1.0-1.el8.x86_64.rpm
- 
Using dnf installin RHEL-likeTerminal inputsudo dnf install pgsmart-agent-4.1.0-1.el8.x86_64.rpm
- 
Using zypper installin SUSETerminal inputsudo zypper install pgsmart-agent-4.1.0-1.el8.x86_64.rpm
 Debian / Ubuntu - 
Using apt-get installTerminal inputsudo apt-get update
 sudo apt-get install pgsmart-agent-4.1.0-amd64.deb
 
- 
- 
Start the PgSmart Agent service: Terminal inputsudo systemctl enable --now pgsmart-agent
- 
Retrieve the Agent connection key: Terminal inputcat /opt/pgsmart-agent/pgsmart.yml | grep connectionKeynoteThe connection key is an alphanumeric code with 24 characters (example: 9f099e002bf2d29fc4adaca7) used to register the Agent service in both the CLI and Web interfaces. This key is located in the PgSmart Agent configuration file.