From e8f5f24e459c2fec4543870e26ea5ab605daef77 Mon Sep 17 00:00:00 2001 From: zw_yan Date: Tue, 28 Jan 2025 12:23:12 +0900 Subject: [PATCH 1/3] Update README.md" --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 800734d..64e3560 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,12 @@ different PostgreSQL server versions without introducing server version check code blocks. Please choose a branch to match the PostgreSQL version you will be building pg_rman against. -* master : branch for PostgreSQL 17 [![Test](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml/badge.svg?branch=master&event=push)](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml) +* master : branch for PostgreSQL 18 [![Test](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml/badge.svg?branch=master&event=push)](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml) +* REL_17_STABLE : branch for PostgreSQL 17 [![Test](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml/badge.svg?branch=REL_17_STABLE&event=push)](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml) * REL_16_STABLE : branch for PostgreSQL 16 [![Test](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml/badge.svg?branch=REL_16_STABLE&event=push)](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml) * REL_15_STABLE : branch for PostgreSQL 15 [![Test](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml/badge.svg?branch=REL_15_STABLE&event=push)](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml) * REL_14_STABLE : branch for PostgreSQL 14 [![Test](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml/badge.svg?branch=REL_14_STABLE&event=push)](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml) * REL_13_STABLE : branch for PostgreSQL 13 [![Test](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml/badge.svg?branch=REL_13_STABLE&event=push)](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml) -* REL_12_STABLE : branch for PostgreSQL 12 [![Test](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml/badge.svg?branch=REL_12_STABLE&event=push)](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml) -* REL_11_STABLE : branch for PostgreSQL 11 [![Test](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml/badge.svg?branch=REL_11_STABLE&event=push)](https://github.com/ossc-db/pg_rman/actions/workflows/build.yml) How to use ---------- @@ -59,9 +58,9 @@ To restore from a backup, use the `restore` command. Up to PostgreSQL11, note t $ pg_ctl stop -m immediate $ pg_rman restore $ cat data/recovery.signal -# recovery.signal generated by pg_rman 1.3.16 +# recovery.signal generated by pg_rman 1.3.17 $ cat data/pg_rman_recovery.conf -# added by pg_rman 1.3.16 +# added by pg_rman 1.3.17 restore_command = 'cp /home/postgres/arclog/%f %p' recovery_target_timeline = '1' $ pg_ctl start From 49ff883b6128c1092bece9ee29740bed8f5a9a3b Mon Sep 17 00:00:00 2001 From: zw_yan <106359229+zwyan0@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:08:59 +0900 Subject: [PATCH 2/3] Update README.md Co-authored-by: Shinya Kato <37682778+shinyaaa@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64e3560..a91e5bb 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ To restore from a backup, use the `restore` command. Up to PostgreSQL11, note t $ pg_ctl stop -m immediate $ pg_rman restore $ cat data/recovery.signal -# recovery.signal generated by pg_rman 1.3.17 +# recovery.signal generated by pg_rman $ cat data/pg_rman_recovery.conf # added by pg_rman 1.3.17 restore_command = 'cp /home/postgres/arclog/%f %p' From d1743b18bfdbc78b412fd4834857d3d14fcc18b7 Mon Sep 17 00:00:00 2001 From: zw_yan <106359229+zwyan0@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:09:05 +0900 Subject: [PATCH 3/3] Update README.md Co-authored-by: Shinya Kato <37682778+shinyaaa@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a91e5bb..8a07ad2 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ $ pg_rman restore $ cat data/recovery.signal # recovery.signal generated by pg_rman $ cat data/pg_rman_recovery.conf -# added by pg_rman 1.3.17 +# added by pg_rman restore_command = 'cp /home/postgres/arclog/%f %p' recovery_target_timeline = '1' $ pg_ctl start