Feature summary (what you would like to be able to do and where):
Currently Trove instances are limited to MariaDB 10.5.10, MySQL 5.7.29 or PostgreSQL 12.7.
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
- Django only supports MariaDB 10.6 onwards since the 6.x release (December 2025).
- MariaDB 10.6.3 (GA) was released 2021-07-06 and 10.6.25 (current stable GA) earlier this month (2026-02-04), ToolsDB is using 10.6.22 which would be a good target to aim for considering feature parity.
Benefits (why should this be implemented?):
Both are commonly used and relatively stable pieces of software, being unable to track the current upstream releases of Django potentially will lead to security issues down the road.
Hopefully this only requires a container image to be built & imported into OpenStack so can be done with minimal effort for good gains.