Update `pg_verifybackup` tool with workaround (#553)

pull/238/head
Dragos Andriciuc 2 weeks ago committed by GitHub
parent d48db2b58f
commit 7ef4fceabf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      contrib/pg_tde/documentation/docs/index/tde-limitations.md

@ -11,7 +11,8 @@ The following tools are currently unsupported with `pg_tde` WAL encryption:
* `pg_createsubscriber`
* `pg_receivewal`
* `pg_verifybackup` (checksum mismatch with encrypted WAL)
* `pg_verifybackup` by default fails with checksum or WAL key size mismatch errors.
As a workaround, use `-s` (skip checksum) and `-n` (`--no-parse-wal`) to verify backups.
The following tools and extensions in Percona Distribution for PostgreSQL have been tested and verified to work with `pg_tde` WAL encryption:

Loading…
Cancel
Save