From 01fd0d31b46682f4d700aaacf19cfe7a0fe9a057 Mon Sep 17 00:00:00 2001 From: Andrey Anshin Date: Thu, 14 Dec 2023 19:20:34 +0400 Subject: [PATCH] Remove Redshift mention from the list of managed Postgres backends (#36217) --- docs/apache-airflow/howto/set-up-database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/howto/set-up-database.rst b/docs/apache-airflow/howto/set-up-database.rst index b1645528147d9..6575a437d2afa 100644 --- a/docs/apache-airflow/howto/set-up-database.rst +++ b/docs/apache-airflow/howto/set-up-database.rst @@ -235,7 +235,7 @@ For more information regarding setup of the PostgreSQL connection, see `PostgreS .. note:: - For managed Postgres such as Redshift, Azure Postgresql, CloudSQL, Amazon RDS, you should use + For managed Postgres such as Azure Postgresql, CloudSQL, Amazon RDS, you should use ``keepalives_idle`` in the connection parameters and set it to less than the idle time because those services will close idle connections after some time of inactivity (typically 300 seconds), which results with error ``The error: psycopg2.operationalerror: SSL SYSCALL error: EOF detected``.