diff --git a/howto/postgresql.md b/howto/postgresql.md index b81e95ca91ead39f093113a9e37e84afb61cf96a..bd38e80d95059c7f1245e4e0980b43a9c2900ed2 100644 --- a/howto/postgresql.md +++ b/howto/postgresql.md @@ -264,6 +264,12 @@ One more trick: this will show last VACUUM dates on tables: Some of the ideas above were found on [this datadog post](https://www.datadoghq.com/blog/postgresql-vacuum-monitoring/). +Finally, note that the Debian 10 ("buster") version of PostgreSQL (11) does +not support reporting on "FULL" VACUUM, that feature was introduced in +PostgreSQL 12. Debian 11 ("bullseye") has PostgreSQL 13, but progress +there is reported in the `pg_stat_progress_cluster` table, so the +above might not work even there. + ## Pager playbook TODO: there's some more information about backup handling in the