Adaverse commented on issue #32420: URL: https://github.com/apache/airflow/issues/32420#issuecomment-1626904081
> Just a note - we should also keep the 'db init` working but raising a deprecation warnings (but it should not be documented). This is something we've done in the past (I recall we have a mechanism for that). We cannot remove `db inti` from doc since we are only removing the create connections logic into `db create-default-connections` but the rest of the logic - > This command init the database if it dosen't exist, upgrade it if exist, load the default pools and synchronizes log_filename_template with the db will still be there in `db init`. Unless we move it somewhere else (maybe `db upgrade` or maybe new command), we cannot fully remove it from the doc. -- 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]
