[Rt-commit] rt branch, 4.0/shredder-sqldump-path, created. rt-4.0.21-4-g641d7e6
Alex Vandiver
alexmv at bestpractical.com
Thu Jul 17 11:23:08 EDT 2014
The branch, 4.0/shredder-sqldump-path has been created
at 641d7e6d9ee74f713858fb9f02813d0fc7574f45 (commit)
- Log -----------------------------------------------------------------
commit 641d7e6d9ee74f713858fb9f02813d0fc7574f45
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Apr 17 15:32:26 2014 -0400
Correct the documentation on where shredder puts SQL dumps by default
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