Finally, a true v1.0.0-rc.1 release!
Before upgrading to this version, please make sure to do the following changes to your /opt/redash/.env
file:
- If you have local PostreSQL database, you will need to update the URL from
postgresql://redash
topostgresql:///redash
. - Remove the
REDASH_STATIC_ASSETS_PATH
definition.
Make sure to complete these changes before doing the actual upgrade.
We have a new upgrade script that supports multiple release channels. To deploy this version run: sudo upgrade --channel beta
.
You can upgrade to v1.0.0 only from v0.12.0, so if you have an older version, run: sudo upgrade --channel legacy
first and then sudo upgrade --channel beta
.