This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f0003b3259 Update Production Guide for Helm Chart docs (#23836)
f0003b3259 is described below

commit f0003b325906a0f92206ae2507008c750a5df8f6
Author: Mike Kravtsov <[email protected]>
AuthorDate: Fri May 20 16:17:38 2022 -0500

    Update Production Guide for Helm Chart docs (#23836)
    
    Explain that db initialization is not necessary if using the helm chart.
---
 docs/helm-chart/production-guide.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/helm-chart/production-guide.rst 
b/docs/helm-chart/production-guide.rst
index 8a8317602d..b3cc556892 100644
--- a/docs/helm-chart/production-guide.rst
+++ b/docs/helm-chart/production-guide.rst
@@ -28,6 +28,12 @@ Postgres database running in a container. For production 
usage, a database runni
 leveraging a cloud provider's database service such as AWS RDS is advised. 
Supported databases and versions
 can be found at :doc:`Set up a Database Backend 
<apache-airflow:howto/set-up-database>`.
 
+
+.. note::
+
+    When using the helm chart, you do not need to initialize the db with 
``airflow db init``
+    as outlined in :doc:`Set up a Database Backend 
<apache-airflow:howto/set-up-database>`.
+
 First disable the Postgres in Docker container:
 
 .. code-block:: yaml

Reply via email to