diff options
author | Joey Hess <joey@kitenet.net> | 2008-06-13 17:42:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-06-13 17:42:11 -0400 |
commit | 11c634d7728d5d00821ebbd8a66f5ae9ce6e94c9 (patch) | |
tree | 8eaac44456cc6d8f8c0312eb9fa826f01b283e2b | |
parent | aad18ffc5106616bd394178f4dae2099c03ac61c (diff) | |
download | ikiwiki-11c634d7728d5d00821ebbd8a66f5ae9ce6e94c9.tar ikiwiki-11c634d7728d5d00821ebbd8a66f5ae9ce6e94c9.tar.gz |
web commit by http://sabr.myopenid.com/
-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]] |