Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/modules/airflow/pages/required-external-components.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Required external components
:description: Airflow requires PostgreSQL or MySQL for database support, and Redis for Celery executors.
:description: Airflow requires PostgreSQL for database support, and Redis for Celery executors.
:airflow-prerequisites: https://airflow.apache.org/docs/apache-airflow/stable/installation/prerequisites.html

Airflow requires an SQL database to operate.
Expand All @@ -8,7 +8,6 @@ The {airflow-prerequisites}[Airflow documentation] specifies:
Fully supported for production usage:

* PostgreSQL: 12, 13, 14, 15, 16
* MySQL: 8.0, Innovation

The Celery exectutor also requires:

Expand Down