You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "itayB (via GitHub)" <gi...@apache.org> on 2023/03/09 09:29:24 UTC

[GitHub] [airflow] itayB opened a new pull request, #29991: Update set-up-database.rst

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk commented on pull request #29991: Update set-up-database.rst

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk commented on PR #29991:
URL: https://github.com/apache/airflow/pull/29991#issuecomment-1461935708

   :D 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk merged pull request #29991: Update set-up-database.rst

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk merged PR #29991:
URL: https://github.com/apache/airflow/pull/29991


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk commented on pull request #29991: Update set-up-database.rst

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk commented on PR #29991:
URL: https://github.com/apache/airflow/pull/29991#issuecomment-1461696730

   That looks reasonable. Why DRAFT @itayB ?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] itayB commented on pull request #29991: Update set-up-database.rst

Posted by "itayB (via GitHub)" <gi...@apache.org>.
itayB commented on PR #29991:
URL: https://github.com/apache/airflow/pull/29991#issuecomment-1461762584

   > That looks reasonable. Why DRAFT @itayB ?
   
   I wanted to pass all tests before annoying the reviewer :)


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org