Skip to content

Commit 6446ace

Browse files
committed
Update docs and readme for last changes.
1 parent 8daffee commit 6446ace

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,14 @@ some overhead to PostgreSQL performance. On our experiments it appears to be
8181
less than 3%.
8282

8383
These two approaches were implemented in this fork of pg_arman. The second
84-
approach requires [patch for PostgreSQL 9.5](https://gist.github.com/stalkerg/44703dbcbac1da08f448b7e6966646c0).
84+
approach requires [patch for PostgreSQL 9.5](https://gist.github.com/stalkerg/44703dbcbac1da08f448b7e6966646c0) or
85+
[patch for PostgreSQL 10](https://gist.github.com/stalkerg/ab833d94e2f64df241f1835651e06e4b).
8586

8687
Testing block level incremental backup
8788
--------------------------------------
8889

89-
You need build and install [PGPRO9_5 branch of PostgreSQL](https://github.com/postgrespro/postgrespro) or [apply this patch to PostgreSQL 9.5](https://gist.github.com/stalkerg/44703dbcbac1da08f448b7e6966646c0).
90+
You need build and install [PGPRO9_5 or PGPRO9_6 branch of PostgreSQL](https://github.com/postgrespro/postgrespro) or apply this patch to
91+
[PostgreSQL 9.5](https://gist.github.com/stalkerg/44703dbcbac1da08f448b7e6966646c0) or [PostgreSQL 10](https://gist.github.com/stalkerg/ab833d94e2f64df241f1835651e06e4b).
9092

9193
### Retrieving changed blocks from WAL archive
9294

doc/pg_arman.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,6 @@ absolute paths; relative paths are not allowed.
246246
**--stream**:
247247
Enable stream replication for save WAL during backup process.
248248

249-
**--disable-ptrack-clear**:
250-
Disable clear ptrack files for postgres without ptrack patch.
251-
252249
**--from-replica**:
253250
Use non exclusive start backup for replica. Only for 9.6 and higher.
254251

0 commit comments

Comments
 (0)