From 2d826d30cba81b97a99684583570ed6a16378aaf Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 20 Jan 2022 18:45:03 -0500 Subject: [PATCH] add a missing word --- docs/source/designs/backup-recovery.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/designs/backup-recovery.rst b/docs/source/designs/backup-recovery.rst index a0d186e..046b6f4 100644 --- a/docs/source/designs/backup-recovery.rst +++ b/docs/source/designs/backup-recovery.rst @@ -145,7 +145,7 @@ ZKAPAuthorizer itself could write a log of all SQL it executes against the SQLit This log could be uploaded to the backup location. This log will be smaller than new copies of the database and save on bandwidth and storage. -This non-trivial implementation work in ZKAPAuthorizer to capture the stream of SQL statements +This involves non-trivial implementation work in ZKAPAuthorizer to capture the stream of SQL statements (including values of parameters). It is likely also sensitive to changes made outside of the control of the ZKAPAuthorizer implementation - though less sensitive than the WAL-based approach. -- GitLab