From f03de27a9255d29fb308958c58d234a8ec3c3569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20B=C3=B6gl?= <35168826+SaTae66@users.noreply.github.com> Date: Tue, 30 Apr 2024 18:28:15 +0200 Subject: [PATCH] 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 ```