archesproject / arches-docs

official repo for Arches documentation
https://arches.readthedocs.io
9 stars 21 forks source link

The es management command file as a reindex_database option as of 5.1 #221

Closed chiatt closed 2 years ago

chiatt commented 4 years ago

describe the issue

Previously to reindex a database an admin would have to run:

python manage.py es delete_indexes
python manage.py es setup_indexes
python manage.py es index_database

That is now wrapped in a single reindex_database command:

python manage.py es reindex_database
which release does this issue concern?

5.1