Skip to content

v1.0.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@arikfr arikfr released this 31 Jan 19:32
· 3924 commits to master since this release

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:

  1. If you have local PostreSQL database, you will need to update the URL from postgresql://redash to postgresql:///redash.
  2. 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.

Full CHANGELOG for this release.