From 13540f45cecafe2b3bc6e10630cbc50273d661ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Wed, 9 Oct 2019 19:25:29 -0400 Subject: [PATCH] bigger rm --- tsa/howto/postgresql.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsa/howto/postgresql.mdwn b/tsa/howto/postgresql.mdwn index 8ebd31ed..4d60093f 100644 --- a/tsa/howto/postgresql.mdwn +++ b/tsa/howto/postgresql.mdwn @@ -286,7 +286,7 @@ information on how to pick a restore procedure. 6. Make sure the `pg_xlog` directory doesn't contain any files. - rm -f -- /var/lib/postgresql/9.6/main/pg_xlog/* + rm -rf -- /var/lib/postgresql/9.6/main/pg_xlog/* 7. Then you need to create a `recovery.conf` file in `/var/lib/postgresql/9.6/main` that will tell postgres where to -- GitLab