1.5.7. Migration to 7.11.7¶
1.5.7.1. Dashboard¶
If you currently have or have had the OIDC/OAuth2/SSO integration enabled in one of your Dashboards and are upgrading from one of these versions:
7.8.5-7.8.12
7.9.0-7.9.12
7.10.0-7.10.10
7.11.0-7.11.6
7.12.0-7.12.1
You are strongly advised to delete all ApiTokens in your Dashboard configuration database after the update using the following command:
sqlite path/to/dashboard2.db "DELETE FROM axApiToken;"
because of CVE-2026-12593. This deletes potentially compromised ApiTokens but also non-compromised ones which means you’ll have to issue new ones.