This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e6bbcfff572 docs: database support (#60103)
e6bbcfff572 is described below
commit e6bbcfff5721970c062c48226d8caeb0bb42ddef
Author: raphaelauv <[email protected]>
AuthorDate: Sun Jan 4 22:57:18 2026 +0100
docs: database support (#60103)
Co-authored-by: raphaelauv <[email protected]>
---
airflow-core/docs/howto/set-up-database.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow-core/docs/howto/set-up-database.rst
b/airflow-core/docs/howto/set-up-database.rst
index 4d38699c615..b9c8f1aae01 100644
--- a/airflow-core/docs/howto/set-up-database.rst
+++ b/airflow-core/docs/howto/set-up-database.rst
@@ -32,8 +32,8 @@ By default, Airflow uses **SQLite**, which is intended for
development purposes
Airflow supports the following database engine versions, so make sure which
version you have. Old versions may not support all SQL statements.
-* PostgreSQL: 12, 13, 14, 15, 16
-* MySQL: 8.0, `Innovation
<https://dev.mysql.com/blog-archive/introducing-mysql-innovation-and-long-term-support-lts-versions>`_
+* PostgreSQL: 13, 14, 15, 16, 17
+* MySQL: 8.0, 8.4, `Innovation
<https://dev.mysql.com/blog-archive/introducing-mysql-innovation-and-long-term-support-lts-versions>`_
* SQLite: 3.15.0+
If you plan on running more than one scheduler, you have to meet additional
requirements.