diff --git a/releases/7.6.0.md b/releases/7.6.0.md index 1d4360bb57..ea860461c6 100644 --- a/releases/7.6.0.md +++ b/releases/7.6.0.md @@ -539,9 +539,10 @@ Minor incompatibilities: {% endblock arches_translations %} ``` -13. Within your project, with your Python 3 virtual environment activated run: +13. Within your project, with your Python 3 virtual environment activated migrate your database and reindex: ``` python manage.py migrate + python manage.py es reindex_database ``` 14. Then run: diff --git a/releases/7.6.4.md b/releases/7.6.4.md index a6a261cce9..4457c2dbc5 100644 --- a/releases/7.6.4.md +++ b/releases/7.6.4.md @@ -5,6 +5,7 @@ - Remove unnecessary creation of guardian permissions for principal user #[11564](https://github.com/archesproject/arches/issues/11564) - Fix migration that sets the initial principal users if a user no longer exists #[11664](https://github.com/archesproject/arches/issues/11664) - Fix Graph Designer failure when editing large graphs #[11615](https://github.com/archesproject/arches/issues/11615) +- Add reindex_database to 7.6.0 upgrade steps [#11690](https://github.com/archesproject/arches/pull/11690) - Fix failure to download exported search results when using non file-system based storages #[11620](https://github.com/archesproject/arches/issues/11620) - Cache resource relationship preflabels to improve report load time #[11583](https://github.com/archesproject/arches/issues/11583) - Fix for bug that prevents saving tab name changes in a tabbed report #[11617](https://github.com/archesproject/arches/issues/11617)