This is an Alpha release to allow Public testing of the new Discord and Discourse Changes.
Please join our Discord before installing.
What's New
- Support Discourse 2.5.0, This will be a breaking change for previous versions of Discourse. https://gitlab.com/allianceauth/allianceauth/-/merge_requests/1197
- Overhaul of Discord service to implement proper Rate Limiting and other Admin/Backend improvments https://gitlab.com/allianceauth/allianceauth/-/merge_requests/1200
- Dashboard SQL optimizations https://gitlab.com/allianceauth/allianceauth/-/merge_requests/1202
Updating
This update does require database migrations
Updating best practices are listed here https://allianceauth.readthedocs.io/en/latest/installation/auth/allianceauth/#updating
pip install -U allianceauth==2.6.6a9
allianceauth update /home/allianceserver/myauth
python manage.py collectstatic
python /home/allianceserver/myauth/manage.py migrate
Then restart all services supervisorctl restart myauth:
Rolling Back
python manage.py migrate discord 0002_service_permissions
pip install -U allianceauth==2.6.5