diff options
Diffstat (limited to 'doc/tips/inside_dot_ikiwiki')
-rw-r--r-- | doc/tips/inside_dot_ikiwiki/discussion.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tips/inside_dot_ikiwiki/discussion.mdwn b/doc/tips/inside_dot_ikiwiki/discussion.mdwn new file mode 100644 index 000000000..327b01fb7 --- /dev/null +++ b/doc/tips/inside_dot_ikiwiki/discussion.mdwn @@ -0,0 +1,7 @@ +My database appears corrupted: + + $ perl -le 'use Storable; my $index=Storable::retrieve("indexdb"); use Data::Dumper; print Dumper $index' + Out of memory! + +No idea how this happened. I've blown it away and recreated it but, for future reference, is there any less violent way to recover from this situation? I miss having the correct created and last edited times. --[[sabr]] +> update: fixed ctimes and mtimes using [these instructions](http://u32.net/Mediawiki_Conversion/Git_Import/#Correct%20Creation%20and%20Last%20Edited%20time) --[[sabr]] |