Closed adamreichold closed 2 years ago
One thing to keep in mind that an incompatible index schema probably means that there is still a server running against that index, so I think when deploying new binaries we'll always need to:
index
folder under DATA_PATH
to index.old
(the running server already has the files opened)index
folder with the new schema (we probably want a separate systemd unit for that)index.old
directory
Currently, re-indexing fails when the schema used by the indexer does not correspond to that stored on disk. We should determine how to handle this, e.g. by deleting or renaming the index directory.