https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18948

            Bug ID: 18948
           Summary: Elasticsearch - Reindexes should use aliases to avoid
                    down time while reindexing
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

This patchset aims to add the ability to leverage the ES alias feature during a
reindex - when doing a full reindex or a deletion the indexer will look for an
existing index under the alias - if not found it will create a new one, if
found it will index into a new index and point the alias there when done and
then delete the old index.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to