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

sfirke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new f03de27a92 docs(upgrading): clarify upgrade process (#28275)
f03de27a92 is described below

commit f03de27a9255d29fb308958c58d234a8ec3c3569
Author: Mathias Bögl <[email protected]>
AuthorDate: Tue Apr 30 18:28:15 2024 +0200

    docs(upgrading): clarify upgrade process (#28275)
---
 docs/docs/installation/upgrading-superset.mdx | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/docs/installation/upgrading-superset.mdx 
b/docs/docs/installation/upgrading-superset.mdx
index 270216932e..b4b76bff01 100644
--- a/docs/docs/installation/upgrading-superset.mdx
+++ b/docs/docs/installation/upgrading-superset.mdx
@@ -33,6 +33,13 @@ To upgrade superset in a native installation, run the 
following commands:
 
 ```bash
 pip install apache-superset --upgrade
+```
+
+## Upgrading Metadata Database
+
+Migrate the metadata database by running:
+
+```bash
 superset db upgrade
 superset init
 ```

Reply via email to