Skip to content

pg_repack cron output is logged to the same file and clobbered #30

@andrewm3

Description

@andrewm3

The pg_repack cronjobs all log to the same file and overwrite it when they run, making it difficult to troubleshoot certain jobs.

The logs should be appended or each job should have it's own file.

Relevant code in manifests/maintenance/pg_repack.pp:

 $logging = "> ${logging_directory}/output.log 2>&1"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions