Actions
Feature #2072
closedxmera Omnia - Collection #2104: Improvements: mail, calculations
Support option -d to set index database via CLI
Start date:
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
For running xapian indexer it is necessary to configure it to use the same database for indexing as defined in the user interface on plugin settings.
In order to make the configuration of xapian indexer some kind of persistence the command line options in redmine_dmsf/extra/xapian_indexer.rb
could be extended by providing a further option for the index database path:
ruby redmine_dmsf/extra/xapian_indexer.rb -d <path/to/my/custom/index/database>
With this additional option it is possible to move the index database outside of redmine root to keep it even after running updates. Furthermore, custom configuration in redmine_dmsf/extra/xapian_indexer.rb
won't be overridden when updating this plugin.
Updated by liaham about 1 year ago
- Status changed from New to In Progress
Todo
- Push xapian-indexing-with-further-option-for-db-setting to github
- Create pull request to upstream repo
Updated by liaham about 1 year ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 90
Updated by liaham about 1 year ago
- Status changed from Feedback to Closed
- % Done changed from 90 to 100
PR is merged and closed!
Updated by liaham about 1 year ago
- Target version changed from unreleased to 3.1.4-xmr-1
Actions