Arches 6.2.3 release notes ------------------------ ### Bug Fixes and Enhancements - Hides inactive models in Resource Type filter #9440 - Fixes infinite search results loop, re #9312 - Fixes Jsonl import error when using --use_multiprocessing flag, re #9023 - Loads card components from either 'cards' and 'card_components' package directory, re #9261 - Only checks for celery if project has custom indexes. Performance improvement, re #9455 - Replaces psycopg2-binary 2.8.4 with psycopg2 2.9.6, re #9481 - Fixes bug which allowed strings to be saved to numerical properties of a map layer, re #9485 ### Dependency changes: ``` Python: Removed: psycopg2-binary 2.8.4 Added: psycopg2 2.9.6 ``` ### Upgrading Arches 1. You must be upgraded to at least version 6.2 before proceeding. 2. Upgrade to Arches 6.2.3 pip install --upgrade arches==6.2.3 3. If you are running Arches on Apache, be sure to run: ``` python manage.py collectstatic ``` and restart your server. ``` sudo service apache2 reload ``` 4. Finally, If you are running Celery, you should also restart your Celery worker(s). The process for doing this depends on how Celery is being run.