Where is Model caching in version 50?

Hi,

I recently upgraded to version 0.50.1 of Metabase, but I'm unable to enable model caching. I followed the instructions from the documentation, but I can't find the option in my instance.

image

There's nothing related to caching in the Performance tab:

And I can't find any caching options in the database settings:

Diagnostic info :

{
  "browser-info": {
    "language": "fr-FR",
    "platform": "Win32",
    "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36",
    "vendor": "Google Inc."
  },
  "system-info": {
    "file.encoding": "Cp1252",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.23+9",
    "java.vendor": "Eclipse Adoptium",
    "java.vendor.url": "https://adoptium.net/",
    "java.version": "11.0.23",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.23+9",
    "os.name": "Windows Server 2016",
    "os.version": "10.0",
    "user.language": "fr",
    "user.timezone": "Europe/Paris"
  },
  "metabase-info": {
    "databases": [
      "postgres",
      "mysql"
    ],
    "hosting-env": "unknown",
    "application-database": "mysql",
    "application-database-details": {
      "database": {
        "name": "MySQL",
        "version": "8.0.36"
      },
      "jdbc-driver": {
        "name": "MariaDB Connector/J",
        "version": "2.7.10"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2024-06-12",
      "tag": "v0.50.1",
      "hash": "cc4ca82"
    },
    "settings": {
      "report-timezone": "Europe/Paris"
    }
  }
}

This is a bug - it's fixed in v0.50.3. once you upgrade you will need to enable model caching from the Persistence tab, then you'll be able to toggle it on for each database.,

Nice, I updates to 50.4, and my Metabase is now broken....
Getting {"status":"initializing","progress":0.2} from http://localhost:3000/api/health

Please open another thread with all the details about what’s going on