docs(upgrading): clarify upgrade process (#28275)

This commit is contained in:
Mathias Bögl
2024-04-30 18:28:15 +02:00
committed by GitHub
parent 601896b1fc
commit f03de27a92

View File

@@ -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
```