Top
Enterprise Postgres 18 for Kubernetes User's Guide

4.11.2 Define pgBadger Schedules

The schedules are used to create and run a job periodically, written in Cron format.

If the schedule format is invalid, the cronjob will not be created, so no pgBadger report will be created and uploaded.

Example)

    pgBadger:
      schedules:
        cleanup: '10 * * * *'
        create: '50 * * * *'