Hey
Im looking for a way to reindex JIRA every night.
Does anyone know if there exists such a service within JIRA, that I can setup, to run nightly.
I have a shell script, that does it using curl, but I would like to run if from within JIRA. As a build-in service.
There is only a job that optimizes the indexes. Curl would be better unless you can do some dev work to introduce a new job/service.
You can also invoke reindex using this approch:
http://www.felipesantiago.org/blog/2011/07/13/automating-jira-reindex/
We do this and it works. Users are locked out during reindex, and the admin message, that you have to reindex, is cleared.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where can I find the reindex configuration for DefaultIndexManager ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
iDakko is a third party plugin which also will let you schedule a reindex.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.