mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
docs(upgrading): clarify upgrade process (#28275)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user