Skip to content

Commit

Permalink
docs(upgrading): clarify upgrade process (apache#28275)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaTae66 authored Apr 30, 2024
1 parent 601896b commit f03de27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docs/installation/upgrading-superset.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit f03de27

Please sign in to comment.