You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
`pg_backup` is a utility to manage backup and recovery of PostgreSQL database clusters. It is designed to perform periodic backups of the PostgreSQL instance that enable you to restore the server in case of a failure.
4
4
5
5
The utility is compatible with:
6
-
* PostgreSQL 9.6, 10, 11, 12, 13, 14, 15;
6
+
* PostgreSQL 10, 11, 12, 13, 14, 15;
7
7
8
8
As compared to other backup solutions, `pg_backup` offers the following benefits that can help you implement different backup strategies and deal with large amounts of data:
9
9
* 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.
0 commit comments