Upgrade pg_stat_monitor
¶
This document describes how to upgrade pg_stat_monitor
.
Before upgrading pg_stat_monitor
, learn about changes for the desired version in the release notes.
Note
We always recommend updating to the latest version of pg_stat_monitor
to receive bug fixes and benefit from newest features and enhancements.
-
Install the new version of the extension using the preferred installation method.
-
Check what version of
pg_stat_monitor
is running in your database:SELECT pg_stat_monitor_version();
Sample output:
pg_stat_monitor_version ------------------------- 1.1.1 (1 row)
-
To upgrade the extension, use the ALTER EXTENSION command with the
UPDATE TO
option. Replace the<version>
placeholder with the desired version of the extension.Your PostgreSQL user must have the privileges of a superuser or a database owner to run the command:
ALTER EXTENSION pg_stat_monitor UPDATE TO '<version>';
Get expert help¶
If you need assistance, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services.