In our current set-up, we have a master MySQL database and a read-only replica database. The metabase application DB runs on the master DB, however, Metabase connects to our replica, as we don't want the slow BI queries to run on our production DB.
We want to turn on model persistence, as some of our tables are way too big to still query efficiently on. We created the caching schema, and the metabase user (that connects to the metabase application DB) has the correct permissions, however, we always get the following error:
"Lack permission to create table in schema metabase_cache_8b4aa_2"
Has anyone encountered the same issue or can anyone help me in the right direction?
Thanks!