This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 27696b005a4 [v3-1-test] docs: database support (#60103) (#60143)
27696b005a4 is described below
commit 27696b005a41f7021a06901c0d4002300566ed62
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jan 5 23:43:16 2026 +0100
[v3-1-test] docs: database support (#60103) (#60143)
(cherry picked from commit e6bbcfff5721970c062c48226d8caeb0bb42ddef)
Co-authored-by: raphaelauv <[email protected]>
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.