Hello,
We have redash V 6.0.0+b8536 (4780bd9c)
How can we upgrade to V8?
We checked the How to Upgrade Guide:
Also, checked the How to Upgrade (Legacy Images)
Thanks,
Shiga
Hello,
We have redash V 6.0.0+b8536 (4780bd9c)
How can we upgrade to V8?
We checked the How to Upgrade Guide:
Also, checked the How to Upgrade (Legacy Images)
Thanks,
Shiga
Is something not clear in the docs?
Yes. It’s not clear how to upgrade first from v6 to v7.
Can you please help?
You linked to the instructions already
/opt/redash
./opt/redash/docker-compose.yml
Redash image reference to the one you want to upgrade to.docker-compose stop server scheduler scheduled_worker adhoc_worker
(you might need to list additional services if you updated your configuration)docker-compose run --rm server manage db upgrade
docker-compose up -d
Done!
Hi,
I’m getting this error:
Starting Redash upgrade:
Found version: 8.0.0
Current version: 6.0.0+b8536
Continue with upgrade? (y/n): y
Downloading release tarball…
Failed running: sudo wget --header=“Accept: application/octet-stream” -O
Exit status: 2
Output:
wget: option requires an argument – ‘O’
Usage: wget [OPTION]… [URL]…
Try `wget --help’ for more options.
Can you please advise?