GitHub user devmdr created a discussion: Update from 5.0.0rc2 to 5.0.0 using pip

Hi,

I have installed version 5.0.0rc2 using pip and I want to upgrade to the latest 
 keeping the dashboards, charts, users etc.

How to do it correctly and safely? Are the following steps sufficient?

```
01. # full backup
02. # activate venv
03. pip install --upgrade apache-superset==5.0.0rc3
04. superset db upgrade
05. superset init
06. pip install --upgrade apache-superset==5.0.0rc4
07. superset db upgrade
08. superset init
09. pip install --upgrade apache-superset==5.0.0
10. superset db upgrade
11. superset init
12. superset assets build # finally, once
```


GitHub link: https://github.com/apache/superset/discussions/34579

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to