itayB opened a new pull request, #29991:
URL: https://github.com/apache/airflow/pull/29991

   In the 
[documentation](https://airflow.apache.org/docs/apache-airflow/stable/howto/set-up-database.html#choosing-database-backend)
 we state that we support Postgres 15.
   There's a [breaking change](https://www.postgresql.org/docs/release/15.0/) 
in Postgres 15:
   
   > Remove PUBLIC creation permission on the [public 
schema](https://www.postgresql.org/docs/15/ddl-schemas.html#DDL-SCHEMAS-PUBLIC)
   
   The two additional steps are required in order to run `airflow db init`.
   More info in 
[SO](https://stackoverflow.com/questions/75647987/init-a-new-postgres-15-db-as-airflows-backend/75682570#75682570)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to