[BUG] Redash Build

Hi! I just tried out the Redash one-click-deploy. It is failing every time.

Web is responding with:

Internal Server Error (500)

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

And the server logs say:

Feb 3 05:11:25 PM  [2021-02-04 01:11:25,550] ERROR in app: Exception on /login [GET]

Feb 3 05:11:25 PM Traceback (most recent call last):
[…python traceback…]
ProgrammingError: (psycopg2.ProgrammingError) relation “organizations” does not exist
Feb 3 05:11:25 PM LINE 2: FROM organizations
Feb 3 05:11:25 PM ^
Feb 3 05:11:25 PM [SQL: ‘SELECT organizations.updated_at AS organizations_updated_at, organizations.created_at AS organizations_created_at, organizations.id AS organizations_id, organizations.name AS organizations_name, organizations.slug AS organizations_slug, organizations.settings AS organizations_settings \nFROM organizations \nWHERE organizations.slug = %(slug_1)s \n LIMIT %(param_1)s’] [parameters: {‘slug_1’: ‘default’, ‘param_1’: 1}] (Background on this error at: http://sqlalche.me/e/f405)
Feb 3 05:11:25 PM [2021-02-04 01:11:25,551][PID:17][INFO][metrics] method=GET path=/login endpoint=redash_login status=500 content_type=? content_length=-1 duration=4.75 query_count=0 query_duration=0.00

Any help is appreciated!

Hi, I believe you missed the step after the button:

Then, in Render Shell of the redash web service execute following statement:

$ render-redash create_db

Thank you! I didn’t even think to look there since after you click one-click-deploy that doc wasn’t in front of me anymore.

1 Like

Update: The one-click-deployment fails right now, probably because the blueprint downloads the latest version of redash (v10 now). Redash v10 requires at least 4 GB of RAM memory, but the blueprint specify a standard web service which only has 2 GB of RAM.

Source: https://redash.io/help/open-source/setup