I got Superset ver 2.1.3.
I’ve checked versions on Github. So I pretty sure, that I got old version.
How to update it to last version with Docker?
I use this commands (from directory with Superset data), but still have same version.
docker compose down
docker pull apache/superset:latest
docker run -v superset_data:/path/to/superset/data -d --name superset apache/superset
docker compose up
I got this message:
But after that I get many messages with same status:
That am I doing wrong?