Skip to content

Release version 1.2.0

Latest
Compare
Choose a tag to compare
@rafaelma rafaelma released this 13 Jun 14:05
· 10 commits to master since this release

This new release implements some new features and fix some bugs from
version 1.1.0.

New features

  • Add support for postgreSQL 9.6

  • Add dbname exception field to register_snapshot_definition

  • Add dbname exception field to register_backup_definitions

  • Possibility of defining multiple snapshots definitions in one command

  • Update show_pgbackman_config to show more information

  • Define a default backup server in all backup servers inputs.

  • Possibility of generating CSV and JSON output with all show_*
    pgbackman commands

  • Refactor the code used to manage command line parameters and define
    new parameters.

  • Automatic compression of cluster type backups if gzip is available.

  • New command to move backup definitions between backup servers.

Migration to 1.2.0

It is very important to check the upgrade procedure to version 1.2.0
in the documentation to avoid problems and errors when and after
upgrading to the new version.

Check the documentation.

Bugfixes

  • show_job_queues view does not show the right domain for
    pgsql_nodes. [Issue:#47]

  • Backup definitions of type CLUSTER getting DELETE
    status. [Issue:#39]