You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this commit, the disable_maintenance param was part of a
maintenance class that had been removed. This commit fixes that and
moves the lookup to the param definition.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ You can configure the retention policy by setting `pe_databases::backup::retenti
68
68
The maintenance cron jobs will perform a `VACUUM FULL` on various `pe-puppetdb` tables to keep them lean and fast.
69
69
A `VACUUM FULL` is a blocking operation and you will see the PuppetDB command queue grow while the cron jobs run.
70
70
The blocking should be short lived and the PuppetDB command queue should work itself down after, however, if for some reason you experience issues you can disable the maintenance cron jobs.
71
-
You can do so by setting `pe_databases::maintenance::disable_maintenance: true` in your hieradata.
71
+
You can do so by setting `pe_databases::disable_maintenance: true` in your hieradata.
72
72
73
73
With PE 2018.1.7 and 2019.0.2 and newer, this module uses `pg_repack` which does not block.
0 commit comments