Skip to content

Commit 7ef4fce

Browse files
authored
Update pg_verifybackup tool with workaround (#553)
1 parent d48db2b commit 7ef4fce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/pg_tde/documentation/docs/index/tde-limitations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ The following tools are currently unsupported with `pg_tde` WAL encryption:
1111

1212
* `pg_createsubscriber`
1313
* `pg_receivewal`
14-
* `pg_verifybackup` (checksum mismatch with encrypted WAL)
14+
* `pg_verifybackup` by default fails with checksum or WAL key size mismatch errors.
15+
As a workaround, use `-s` (skip checksum) and `-n` (`--no-parse-wal`) to verify backups.
1516

1617
The following tools and extensions in Percona Distribution for PostgreSQL have been tested and verified to work with `pg_tde` WAL encryption:
1718

0 commit comments

Comments
 (0)