Find Metabase Database / where Metabase is running

Hi there,

I am trying to work with a metabase account that someone else created.
So I am looking to find out how to upgrade Metabase to the newest version, but there is no information in the Admin center about where Metabase is running (in a Docker container, somewhere else?) or where the database is stored.
Where in Metabase can I find this information?

Best regards, Paula

{
  "browser-info": {
    "language": "de",
    "platform": "Win32",
    "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0",
    "vendor": ""
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.14.1+1",
    "java.vendor": "Eclipse Adoptium",
    "java.vendor.url": "https://adoptium.net/",
    "java.version": "11.0.14.1",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.14.1+1",
    "os.name": "Linux",
    "os.version": "4.14.262-200.489.amzn2.x86_64",
    "user.language": "en",
    "user.timezone": "GMT"
  },
  "metabase-info": {
    "databases": [
      "googleanalytics",
      "bigquery-cloud-sdk",
      "mysql",
      "bigquery"
    ],
    "hosting-env": "unknown",
    "application-database": "postgres",
    "application-database-details": {
      "database": {
        "name": "PostgreSQL",
        "version": "11.9"
      },
      "jdbc-driver": {
        "name": "PostgreSQL JDBC Driver",
        "version": "42.2.23"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2022-02-28",
      "tag": "v1.42.2",
      "branch": "release-x.42.x",
      "hash": "d6ff494"
    },
    "settings": {
      "report-timezone": null
    }
  }
}

Hi @PSelleng
You instance is running on AWS. And the application database is Postgres.
Check your AWS setup by following the domain to find the next breadcrumb.
And you are running the Enterprise edition, but unless you are customer, then you should just be using the open source edition. If you are a customer, then contact support via email.

Thanks a lot!