Upgrade the agent
From 8.1 to 8.2.1¶
Ensure temBoard UI is upgraded first.
Install last the package:
From 8.0 to 8.1¶
Update the package:
From 7.11 to 8.0¶
temBoard Agent 8.0 requires temBoard UI 8.0.
Stop all agents:
Update the package:
Repeat the following steps for each agents.
Edit configuration, comment out key
parameter:
Define [temboard] ui_url
like this:
Remove quotes around pg_ctl
command like this:
[administration]
# Before:
# pg_ctl = '/usr/pgsql-15/bin/pg_ctl ...'
# After:
pg_ctl = /usr/pgsql-15/bin/pg_ctl ...
Note
Execute temboard-agent commands as postgres
or another UNIX user as described by systemd unit.
Execute temboard-agent commands with --config
option for target argent.
Fetch signing key with the following command:
Flush background tasks with the following command:
Start the agent:
Check agent logs and dashboard in temBoard UI.
You can drop users
file.
Older versions¶
6.X to 7.0¶
First of all, beware that support for RHEL/CentOS 6
has been dropped.
Stop the agent:
Update the package:
Load the pg_stat_statements
extension on the Postgres instance you are
monitoring with the agent. Please refer to the official
documentation.
!!! Notes:
- You may need to install the PostgreSQL contrib package;
- You will need to restart the instance.
Enable the extension. Make sure you enable the extension on the database set in the agent configuration.
Update configuration file /etc/temboard-agent/temboard-agent.conf
to
add the statements
plugin.
Start the agent:
5.X to 6.0¶
Stop the agent:
Update the package:
Start the agent:
4.X to 5.0¶
Stop the agent:
Update the package:
Start the agent:
3.X to 4.0¶
Stop the agent:
Update the package:
Start the agent:
2.X to 3.0¶
Stop the agent:
Update the package:
Load the maintenance plugin by adding "maintenance" in the list of plugins in your temboard-agent.conf file.
Start the agent:
1.2 to 2.0¶
Stop the agent:
Update the package:
Start the agent:
1.1 to 1.2¶
Stop the agent:
Update the package:
Start the agent:
0.0.1 to 1.1¶
Stop the agent:
Update the package:
Update configuration file /etc/temboard-agent/temboard-agent.conf
:
supervision
plugin name must be replaced bymonitoring
settings
plugin name must be replaced bypgconf
- CA cert. file usage is not mandatory anymore, parameter
ssl_ca_cert_file
can be commented
Start the agent: