By default, backend database (H2) is stored inside container, and will be lost after container restart.
So we **highly recommended** to use MySQL or Postgres instead.
Copy these [**default configuration**](https://github.com/kubernetes/charts/blob/master/stable/metabase/values.yaml) into a new file named `metabase-config.yaml`, then modify as your need.
@@ -40,6 +40,9 @@ Community support only at this time, but we have reports of Metabase instances r
#### [Running on Debian as a service](running-metabase-on-debian.md)
Community support only at this time, but learn how to deploy Metabase as a service on Debian (and Debian-based) systems. Simple, guided, step-by-step approach that will work on any VPS.
#### [Running on Kubernetes](running-metabase-on-kubernetes.md)
Community Helm chart for running Metabase on Kubernetes
# Upgrading Metabase
Before you attempt to upgrade Metabase, you should make a backup of the application database just in case. While it is unlikely you will need to roll back, it will do wonders for your peace of mind.