Skip to content

V1.3.15

Compare
Choose a tag to compare
@zwyan0 zwyan0 released this 19 Dec 05:28
· 10 commits to master since this release
92316fa

Release Notes

English

This is the latest maintenance release for pg_rman 1.3.
(Updated on May 15, 2023: RPM packages for RHEL7 are attached)
(Updated on May 22, 2023: RPM packages for RHEL9 are attached)

Change Log

  • Added support for PostgreSQL 15

  • Fixed a bug that when in restore using --hard-copy option but not worked. #236
    ・In pg_rman 1.3.13 and 1.3.14, when use pg_rman to restore postgresql using --hard-copy option still make a sym-link but not copy the archive wal file.

  • Fixed the restore fail if a tablespace path has PGDATA. #141
    ・In PostgreSQL 10 or higher versions, if the server has a tablespace and its path has PGDATA's path, the restore fails because mkdirs.sh doesn't work.

  • Add a new --pgconf-path parameter to support the data_directory. #216
    ・If you manage the postgresql.conf in different location of database cluster using data_directory and so on, specify the absolute path.

Japanese

これは1.3系列の最新のリリースとなります。
(2023/5/15 更新: RHEL7用のRPMパッケージを添付しました)
(2023/5/22 更新: RHEL9用のRPMパッケージを添付しました)

変更点

  • PostgreSQL 15に対応

  • リストアする際に、--hard-copyを正しく動くように修正しました。#236
    ・pg_rman 1.3.13と1.3.14において、pg_rmanを使ってデータベースクラスタをリストアする際に、--hard-copyをつけても、アーカイブWALファイルは元の場所にコピーされずに、シンボリックリンクになっていました。

  • テーブルスペースにPGDATAのパスが含まれる場合、リストアが失敗する問題を修正しました。#141
    ・PostgreSQL10以降を対象に、DBサーバがテーブルスペースを利用し、かつそのパスにはPGDATAのパスも含まれた場合、mkdirs.shが機能しなくなり、リストアが失敗していました。

  • 新しいオプション --pgconf-path を追加しました。#216
    ・データベースクラスタの保存先と異なる場所にpostgresql.confを保存できるようになりました。設定ファイルの保存先を絶対パスで指定する必要があります。