Skip to content

1.3.3

Compare
Choose a tag to compare
@amitlan amitlan released this 13 Oct 11:33
· 117 commits to master since this release

Release Notes

English

This is a maintenance release for pg_rman 1.3

Change Log

  • Support taking backups from PostgreSQL 9.6 servers
  • Support non-exclusive backup API of PostgreSQL 9.6
  • Issue a warning when when --compress option is used but the pg_rman build does not support compression
  • Fix a bug in backup delete command processing that prevented ERROR'd backups from being deleted
  • Do not show backups with unknown state in the show command output (#23)
  • Support UNIX domain socket files in backup (#41)

About release files

There are rpm and source tarball files for PostgreSQL versions 9.3, 9.4, 9.5 and 9.6. For example, pg_rman-1.3.3-1.pg96.rhel7.x86_54.rpm is the rpm for PostgreSQL 9.6 on RHEL 7. Similarly, pg_rman-1.3.3-pg96 is the source tarballs for PostgreSQL 9.6.

Japanese

本リリースはpg_rman 1.3系の最新リリースです。

変更点

  • PostgreSQL 9.6 に対応しました。
  • PostgreSQL 9.6 の non-exclusive backup API をサポートしました。
  • PostgreSQL が zlib オプションなしで構築されている時、--compress-data オプションが WARNING を出すようにしました。
  • エラーとなったバックアップが、DELETE コマンドで誤って削除されるのを防止するようになりました。
  • SHOWコマンドで、無効なステータスのバックアップを表示しないようにしました。(#23)
  • UNIXドメインソケットをサポートしました。(#41)