We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent932fc5b commit523457cCopy full SHA for 523457c
README.md
@@ -10,7 +10,8 @@ As compared to other backup solutions, `pg_probackup` offers the following benef
10
* Implementing a single backup strategy for multi-server PostgreSQL clusters
11
* Automatic data consistency checks and on-demand backup validation without actual data recovery
12
* Managing backups in accordance with retention policy
13
-* Running backup, restore, and validation processes on multiple parallel threads
+* Merging incremental into full backups without actual data recovery
14
+* Running backup, restore, merge and validation processes on multiple parallel threads
15
* Storing backup data in a compressed state to save disk space
16
* Taking backups from a standby server to avoid extra load on the master server
17
* Extended logging settings