We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pg_verifybackup
1 parent d48db2b commit 7ef4fceCopy full SHA for 7ef4fce
contrib/pg_tde/documentation/docs/index/tde-limitations.md
@@ -11,7 +11,8 @@ The following tools are currently unsupported with `pg_tde` WAL encryption:
11
12
* `pg_createsubscriber`
13
* `pg_receivewal`
14
-* `pg_verifybackup` (checksum mismatch with encrypted WAL)
+* `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.
16
17
The following tools and extensions in Percona Distribution for PostgreSQL have been tested and verified to work with `pg_tde` WAL encryption:
18
0 commit comments