Skip to content

Commit e6bbcff

Browse files
authored
docs: database support (#60103)
Co-authored-by: raphaelauv <[email protected]>
1 parent a971bcc commit e6bbcff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airflow-core/docs/howto/set-up-database.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ By default, Airflow uses **SQLite**, which is intended for development purposes
3232

3333
Airflow supports the following database engine versions, so make sure which version you have. Old versions may not support all SQL statements.
3434

35-
* PostgreSQL: 12, 13, 14, 15, 16
36-
* MySQL: 8.0, `Innovation <https://dev.mysql.com/blog-archive/introducing-mysql-innovation-and-long-term-support-lts-versions>`_
35+
* PostgreSQL: 13, 14, 15, 16, 17
36+
* MySQL: 8.0, 8.4, `Innovation <https://dev.mysql.com/blog-archive/introducing-mysql-innovation-and-long-term-support-lts-versions>`_
3737
* SQLite: 3.15.0+
3838

3939
If you plan on running more than one scheduler, you have to meet additional requirements.

0 commit comments

Comments
 (0)