I run a weekly “test backups” workflow. I’ve just updated from PBM 2.10 to 2.12 on my k8s cluster. The workflow uses the pbm list –out json command to extract the latest PITR timestamp. With 2.12 this is now returning an empty array.
i.e. pbm list shows
2026-02-17T04:00:00Z 151.04MB <logical> success [restore_to_time: 2026-02-17T04:00:53]
PITR chunks [64.50MB]:
2026-02-10T04:00:52 - 2026-02-17T09:11:24
But pbm list –out json returns {“pitr”:{“on”:false,“ranges”:[]}} (snapshots not shown for brevity)
Luckily pbm status –out json does include the PITR range data so I’ve changed to that.
NB: I’ve tried to create a Jira issue for this but the “create” button does nothing.