[Rt-commit] rt branch, 4.0/shredder-sqldump-path, created. rt-4.0.19-73-g88b6fed
Alex Vandiver
alexmv at bestpractical.com
Thu Apr 17 15:52:49 EDT 2014
The branch, 4.0/shredder-sqldump-path has been created
at 88b6fed9c9d684e8da1bdebb47127b2314c35dda (commit)
- Log -----------------------------------------------------------------
commit 88b6fed9c9d684e8da1bdebb47127b2314c35dda
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Apr 17 15:32:26 2014 -0400
Correct the documentation on where shredder defaults to placing SQL dumps
Because of the «from_storage => 0» passed to AddDumpPlugin, the path is
chosen to be relative, not inside of /opt/rt4/var/data/RT-Shredder/
Fixes I#19167.
diff --git a/sbin/rt-shredder.in b/sbin/rt-shredder.in
index a903728..f1e79f8 100644
--- a/sbin/rt-shredder.in
+++ b/sbin/rt-shredder.in
@@ -77,8 +77,8 @@ should wipeout.
Outputs INSERT queries into file. This dump can be used to restore data
after wiping out.
-By default creates files
-F<< <RT_home>/var/data/RT-Shredder/<ISO_date>-XXXX.sql >>
+By default creates files named F<< <ISO_date>-XXXX.sql >> in the current
+directory.
=head2 --object (DEPRECATED)
-----------------------------------------------------------------------
More information about the rt-commit
mailing list