Skip to content
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

Access to a MariaDb (RDS) Database in v10 #7373

Open
mbopp opened this issue Mar 14, 2025 · 1 comment
Open

Access to a MariaDb (RDS) Database in v10 #7373

mbopp opened this issue Mar 14, 2025 · 1 comment

Comments

@mbopp
Copy link

mbopp commented Mar 14, 2025

I've seen other tickets related to this matter but I would like to confirm that it is not possible at this time to connect to MariaDB from ReDash v10 (on the AMI EC2 instance).
#5789

Updating to v10 resulted in an error whenever varchar fields are returned.

Error running query: 'Result' object has no attribute 'json_data'

The default AMI with v8 works as expected.

If there is a workaround to this issue, please let me know. I would be willing to set the RDS instance up another way if necessary. I am putting together a proof of concept at this time and have some flexibility to how this infrastructure is created.

Thank You so much.

@snickerjp
Copy link
Member

@mbopp

Are you using MariaDB v11? Redash v10 does not officially support MariaDB v11.
As a workaround, we recommend using the latest Redash v25.1.0.

You can find the setup instructions in the following documentation:
📄 [Redash Open Source Setup](https://redash.io/help/open-source/setup/#docker)

The setup scripts can be found here:
🔗 [Redash Setup Scripts](https://github.com/getredash/setup)

However, the setup.sh script does not support version 25.1.0, so some manual changes are required:

  1. After running setup.sh, edit the /opt/redash/compose.yaml file and update the image tag to 25.1.0.
  2. Then, execute the following command:
    docker compose run --rm server manage db upgrade

Please try this approach and let us know if it works for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants