Skip to content

Upgrade to Redash v10.1.0 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Upgrade to Redash v10.1.0 #3

wants to merge 1 commit into from

Conversation

crcastle
Copy link
Contributor

@crcastle crcastle commented May 27, 2022

Notes:

  • Redash v10 requires a higher plan with more RAM
  • Redash v10 also adds another Background Worker service
  • Use Render's managed Redis instead of a Docker image

To test an upgrade from v8 to v10 using this PR branch, you must follow a modified version of the Upgrade steps in the README. Instead of step 4, please do the following:

  1. For the redash Web Service, redash-scheduler Background Worker, and redash-worker Background Worker, go to Settings and change the Branch to this one: crc/v10.
  2. Create a new Background Worker using this repository and the crc/v10 branch. Name it redash-default-worker, and give it the following additional settings
    • An Environment Variable named QUEUES with value periodic emails default
    • An Environment Variable named WORKERS_COUNT with value 1
    • An Environment Variable named REDASH_DATABASE_URL with value set to the internal connection string of your Redash PostgreSQL database
    • An Environment Variable named REDASH_REDIS_URL with the value set to the internal connection string of your Redash Redis instance.
    • Docker Command set to render-redash worker
  3. Lastly, click Create Background Worker, then go to the Environment section of the newley created Background Worker (you can do this before it is finished deploying), and link the redash-shared Environment Group to this service.

Verified

This commit was signed with the committer’s verified signature.
crcastle Chris Castle
Notes:
- Redash v10 requires a higher plan with more RAM
- Redash v10 also adds another Background Worker service
- Use Render's managed Redis instead of a Docker image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant