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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

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