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:
Terminal inputrpm -ivh pgsmart-agent-4.1.0-1.el8.x86_64.rpm
-
Start the PgSmart Agent service:
Terminal inputsystemctl enable --now pgsmart-agent
-
Retrieve the Agent connection key:
Terminal inputcat /opt/pgsmart-agent/pgsmart.yml | grep connectionKey
noteThe 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.