From 443b7e9e70ba3e927750b4b470dc3915e59eeb81 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Tue, 26 May 2020 11:01:50 -0400
Subject: [PATCH] try to document how to get rid of the backup warning

---
 tsa/howto/postgresql.mdwn | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tsa/howto/postgresql.mdwn b/tsa/howto/postgresql.mdwn
index 08b2b3f1..2067c16d 100644
--- a/tsa/howto/postgresql.mdwn
+++ b/tsa/howto/postgresql.mdwn
@@ -462,8 +462,9 @@ backup server went down during that time.
  4. Either:
 
     * if a `.BASE.` backup is present after the missing files, it is
-      harmless insofar as the missing timeframe is not
-      necessary. TODO: how do we fix the warning anyways?
+      harmless to the extent that the missing timeframe is not
+      necessary. to remove the warnings, previous WAL files *do* need
+      to be removed, by hand.
 
     * if a `.BASE.` backup is *not* present after the missing files,
       the backup integrity is faulty, and a new base backup needs to
-- 
GitLab