X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fdatabase_cleanup.sh.in;h=bbfa64674ad01a1c4e09afb410dab82c0977434a;hb=a520d904d0069654c57d2b69618bee1225ee3067;hp=fa1d8b3ce4fef6894f0166b4292d2cda0fcfe2f2;hpb=8743a671079571d9ba4b0035a383cebc3606815f;p=citadel.git diff --git a/citadel/database_cleanup.sh.in b/citadel/database_cleanup.sh.in old mode 100755 new mode 100644 index fa1d8b3ce..bbfa64674 --- a/citadel/database_cleanup.sh.in +++ b/citadel/database_cleanup.sh.in @@ -71,8 +71,9 @@ WARNING #2: citserver must NOT be running while you do this. WARNING #3: - Please try "cd $DATA_DIR; $RECOVER -c" first. Use this tool - only if that one fails to fix your problem. + Please try "cd $DATA_DIR; $RECOVER -c" first. Run citserver afterwards to + revalidate whether its fixed or not, No news might be good news. Use this + 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 @@ -99,7 +100,7 @@ case "$yesno" in exit esac -for x in 00 01 02 03 04 05 06 07 08 09 0a +for x in 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d do filename=cdb.$x echo Dumping $filename @@ -110,7 +111,7 @@ done echo Removing old databases rm -f ./data/* -for x in 00 01 02 03 04 05 06 07 08 09 0a +for x in 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d do filename=cdb.$x echo Loading $filename