You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an awesome module and it saves so much pain! Thank you for putting it together. I have encountered a couple issues though.
One - have you tried to deploy metabase/metabase-enterprise with this module? When I do - I am getting DB error java.lang.Exception: DB is not set up. Make sure to call set-default-db-connection! or bind *db-connection*. and not sure what exactly is going on
Another - when I tried to use the module as is I got error liquibase.exception.DatabaseException Specified key was too long; max key length is 767 bytes. Specifying engine_version (I set it to "5.7.mysql_aurora.2.03.2") seems to fix this issue. Not sure if it's a known issue.
Thanks!
The text was updated successfully, but these errors were encountered:
We have an extremely narrow use case for the module so we haven't attempted to use it with metabase-enterprise.
I don't have much experience with metabase itself so I haven't encountered either of the errors you mentioned and unfortunately I don't have any key information to offer.
Thanks for taking time to fill out an issue. Feel free to post your solution back here when you find one!
This is an awesome module and it saves so much pain! Thank you for putting it together. I have encountered a couple issues though.
One - have you tried to deploy
metabase/metabase-enterprise
with this module? When I do - I am getting DB errorjava.lang.Exception: DB is not set up. Make sure to call set-default-db-connection! or bind *db-connection*.
and not sure what exactly is going onAnother - when I tried to use the module as is I got error
liquibase.exception.DatabaseException Specified key was too long; max key length is 767 bytes
. Specifyingengine_version
(I set it to "5.7.mysql_aurora.2.03.2") seems to fix this issue. Not sure if it's a known issue.Thanks!
The text was updated successfully, but these errors were encountered: