Skip to content

Commit 9622b23

Browse files
committed
Readme: update
1 parent ced96b2 commit 9622b23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The utility is compatible with:
1010

1111
As compared to other backup solutions, `pg_probackup` offers the following benefits that can help you implement different backup strategies and deal with large amounts of data:
1212
* Incremental backup: page-level incremental backup allows you to save disk space, speed up backup and restore. With three different incremental modes, you can plan the backup strategy in accordance with your data flow.
13+
* Incremental restore: page-level incremental restore allows you dramatically speed up restore by reusing valid unchanged pages in destination directory.
1314
* Merge: using this feature allows you to implement "incrementally updated backups" strategy, eliminating the need to do periodical full backups.
1415
* Validation: automatic data consistency checks and on-demand backup validation without actual data recovery
1516
* Verification: on-demand verification of PostgreSQL instance with the `checkdb` command.
@@ -54,15 +55,15 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
5455

5556
## Current release
5657

57-
[2.3.5](https://github.com/postgrespro/pg_probackup/releases/tag/2.3.5)
58+
[2.4.1](https://github.com/postgrespro/pg_probackup/releases/tag/2.4.1)
5859

5960
## Documentation
6061

6162
Documentation can be found at [github](https://postgrespro.github.io/pg_probackup) and [Postgres Professional documentation](https://postgrespro.com/docs/postgrespro/current/app-pgprobackup)
6263

6364
## Installation and Setup
6465
### Windows Installation
65-
Installers are available in release **assets**. [Latests](https://github.com/postgrespro/pg_probackup/releases/2.3.5).
66+
Installers are available in release **assets**. [Latests](https://github.com/postgrespro/pg_probackup/releases/2.4.1).
6667

6768
### Linux Installation
6869
#### pg_probackup for vanilla PostgreSQL

0 commit comments

Comments
 (0)