Hi,
I'm using camlistore on two devices. One is a raspberry PI and the other
one my PC. Sometimes the index on one of the two devices seems to break and
I fix it by doing a reindex. Now a reindex takes very long on the raspberry
PI.
That's why I was thinking to stop both camlistore instances and then copy
the underlying index leveldb from the PC to the raspberry PI. Is this
possible or does the index leveldb contain environment specific stuff like
maybe the path to blobs etc?
Of course the blob stores of both devices are in sync before I want to copy
the index.
For completenes here's my index configuration from my server-config.json:
"/index/": {
"handler": "storage-index",
"handlerArgs": {
"blobSource": "/bs/",
"storage": {
"file": "/some/path/to/index.leveldb",
"type": "leveldb"
}
}
},
Thanks,
Markus
--
You received this message because you are subscribed to the Google Groups
"Camlistore" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.