Skip to content

Commit c270a17

Browse files
committed
Document Postgres 15 recovery_target_action behavior
Postgres 15 behaves the same as Postgres 14 in this regard.
1 parent 1155533 commit c270a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/pgbackrest/restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The `--target-action` option of `pgbackrest restore` almost translates to the
1919
PostgreSQL `recovery_target_action` parameter but not exactly. The behavior of
2020
that parameter also depends on the PostgreSQL version and on other parameters.
2121

22-
For PostgreSQL 9.5 through 14,
22+
For PostgreSQL 9.5 through 15,
2323

2424
- The PostgreSQL documentation states that for `recovery_target_action`
2525
"the default is `pause`," but that is only the case when `hot_standby=on`.
@@ -35,7 +35,7 @@ For PostgreSQL 9.5 through 14,
3535

3636
The default value of `hot_standby` is `off` prior to PostgreSQL 10 and `on` since.
3737

38-
### PostgreSQL 14, 13, 12
38+
### PostgreSQL 15, 14, 13, 12
3939

4040
[12]: https://www.postgresql.org/docs/12/runtime-config-wal.html
4141
[commit]: https://git.postgresql.org/gitweb/?p=postgresql.git;h=2dedf4d9a899b36d1a8ed29be5efbd1b31a8fe85

0 commit comments

Comments
 (0)