diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/inside_dot_ikiwiki/discussion.mdwn | 6 |
1 files changed, 6 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..428459b02 --- /dev/null +++ b/doc/tips/inside_dot_ikiwiki/discussion.mdwn @@ -0,0 +1,6 @@ +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]] |