From 9b270b0f7059f95a858f8cfea0a48ae62dd4cd85 Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Sat, 27 Jul 2019 05:07:41 +0300 Subject: [PATCH] Readme: ptrack support --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5749a88..1cbdab65 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp * `Autonomous backups` streams via replication protocol all the WAL files required to restore the cluster to a consistent state at the time the backup was taken. Even if continuous archiving is not set up, the required WAL segments are included into the backup. * `Archive backups` rely on continuous archiving. +## ptrack support + `PTRACK` backup support provided via following options: * vanilla PostgreSQL compiled with ptrack patch. Currently there are patches for [PostgreSQL 9.6](https://gist.githubusercontent.com/gsmol/5b615c971dfd461c76ef41a118ff4d97/raw/e471251983f14e980041f43bea7709b8246f4178/ptrack_9.6.6_v1.5.patch) and [PostgreSQL 10](https://gist.githubusercontent.com/gsmol/be8ee2a132b88463821021fd910d960e/raw/de24f9499f4f314a4a3e5fae5ed4edb945964df8/ptrack_10.1_v1.5.patch) * Postgres Pro Standard 9.5, 9.6, 10, 11