From 233a2839b59fb4a0823f5c4c61e9594d2557ccc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cam=20Sa=C3=BCl?= Date: Mon, 17 Oct 2016 14:30:22 -0700 Subject: [PATCH] More emphasis around warning against using H2 in production :warning: [ci skip] --- docs/operations-guide/start.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/operations-guide/start.md b/docs/operations-guide/start.md index 77ca960ed9c17..ac58c1ae5183d 100644 --- a/docs/operations-guide/start.md +++ b/docs/operations-guide/start.md @@ -107,7 +107,8 @@ If for any reason you want to use an H2 database file in a separate location fro #### [Postgres](http://www.postgresql.org/) -For production installations of Metabase we recommend that users replace the H2 database with a more robust option such as Postgres. This offers a greater degree of performance and reliability when Metabase is running with many users. + +**For production installations of Metabase we recommend that users replace the H2 database with a more robust option such as Postgres.** This offers a greater degree of performance and reliability when Metabase is running with many users. You can change the application database to use Postgres using a few simple environment variables. For example: