V1.3.15
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に対応