EnterpriseDB / barman

Barman - Backup and Recovery Manager for PostgreSQL
https://www.pgbarman.org/
GNU General Public License v3.0
2.14k stars 193 forks source link

Change docs related to `show-backup` command new output #990

Closed andremagui closed 3 months ago

andremagui commented 3 months ago

After the introduction of incremental backups in PostgreSQL 17, new fields were added to the backup info and a new output of the show-backup command was implemented.

This PR is modifying the documentation so users can have a better sense of the show-backup output.

Summary of changes:

  1. A small change was made in the "Backup metadata for snapshot backups" part in the manual.
  2. A bigger change was made in the man1 where the show-backup command is explained and detailed.

References: BAR-275