Use external disk for caching

Hi, i am using metabase with docker, how can I use external volume for query caching?

Hi @brokenice
You cannot, except from database files from Postgres/MySQL.
Cache is stored in the application database, so it can be shared across multiple instances:
https://www.metabase.com/docs/latest/administration-guide/14-caching.html

I did not understand… I’m using different MySQL databases

@brokenice Post “Diagnostic Info” from Admin > Troubleshooting.