What's Breaking?
SeAT and Market have been removed.
If you use these services, Migrate these services zero, then remove from INSTALLED_APPS before updating
python manage.py migrate market zero
python manage.py migrate seat zero
What's New?
- Timed with django-esi v.1.6.0, you should update this https://gitlab.com/allianceauth/django-esi/-/tags/v1.6.0
- A redesigned admin interface for Users and Services https://gitlab.com/allianceauth/allianceauth/-/merge_requests/1164
- Mobile friendly CSS changes https://gitlab.com/allianceauth/allianceautash/-/merge_requests/1167
- ESI will now load on demand instead of at launch, simplifying tests and Debugging and making AA more resiliant to temporary ESI faults https://gitlab.com/allianceauth/allianceauth/-/merge_requests/1165
Bug Fixes
- Alt characters will properly identiy as alts in Corp Stats
Updating
This update should not database migrations
Updating best practices are listed here https://allianceauth.readthedocs.io/en/latest/installation/auth/allianceauth/#updating
pip install -U allianceauth
allianceauth update /home/allianceserver/myauth
python manage.py collectstatic
python /home/allianceserver/myauth/manage.py migrate
Then restart all services supervisorctl restart myauth: