You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2023. It is now read-only.
Hi there; I need to move my CouchDB / couchdb-lucene installation to new infrastructure. CouchDB seems trivial here but I am unsure about couchdb-lucene; index structures so far are rather big and I don't want them to be rebuilt as this will take way too long. Is there a good way to move index over to another machine? Simply copying the whole folder and restarting couchdb-lucene didn't work, it seems it still "just" created a new empty index and restarted indexing the whole structure... Anything worth noting about this?
TIA and all the best,
Kristian
The text was updated successfully, but these errors were encountered:
hi, sorry for slow reply. The path names are calculated from the relevant contents of the design document, so you should be able to just copy the entire directory tree. Did you get permissions right etc?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there; I need to move my CouchDB / couchdb-lucene installation to new infrastructure. CouchDB seems trivial here but I am unsure about couchdb-lucene; index structures so far are rather big and I don't want them to be rebuilt as this will take way too long. Is there a good way to move index over to another machine? Simply copying the whole folder and restarting couchdb-lucene didn't work, it seems it still "just" created a new empty index and restarted indexing the whole structure... Anything worth noting about this?
TIA and all the best,
Kristian
The text was updated successfully, but these errors were encountered: