Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.72 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.72 KB

Metabase

Deploying Metabase to Scalingo

Based on https://github.com/Scalingo/metabase-scalingo.

Configuring the Application Deployment Environment

The following environment variables are available for you to adjust, depending on your needs:

Name Description Default value
BUILDPACK_URL URL of the buildpack to use. https://github.com/Scalingo/multi-buildpack.git
DATABASE_URL URL of your database addon. Only available if you have a database addon provisioned. Provided by Scalingo
MAX_METASPACE_SIZE Maximum amount of memory allocated to Java Metaspace1. 512m (512MB)

Metabase also supports many environment variables.

Updating Metabase on Scalingo

To upgrade to the latest version of Metabase, you only need to redeploy it, this will retrieve the latest version avaible on the Metabase buildpack.

Updating After Deploying Using Scalingo's Command Line Tool

$ cd metabase-scalingo
$ git pull origin master
$ git push scalingo master

Footnotes

  1. See https://wiki.openjdk.org/display/HotSpot/Metaspace for further details about Java Metaspace.