From 9a5d0d91d659602b4e36212e4dfae401619ae9b7 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 13 Apr 2021 14:06:48 -0400 Subject: [PATCH] Removed help text in database_cleanup.sh which suggested that the intermediate dump files could be anywhere other than /tmp. --- citadel/database_cleanup.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/citadel/database_cleanup.sh b/citadel/database_cleanup.sh index 81b395ec9..2c8f5804c 100755 --- a/citadel/database_cleanup.sh +++ b/citadel/database_cleanup.sh @@ -107,10 +107,8 @@ WARNING #3: tool only if that one fails to fix your problem. WARNING #4: - You must have an amount of free space on your disk that is at least twice - the size of your database, see the following output: - (for substantially better performance you should specify a location that is - on another disk than $DATA_DIR) + You must have an amount of free space in /tmp that is at least twice + the size of your database. see the following output: `df -h` -- 2.30.2