Skip to content
Snippets Groups Projects
Unverified Commit c6800236 authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Merge pull request #8916 from elarouche/patch-1

Update `upgrading metabase` section [tiny documentation change]
parents 09f84e9c fcdb24cb
Branches
Tags
No related merge requests found
......@@ -58,6 +58,10 @@ How you upgrade Metabase depends on how you are running it. See below for inform
#### Docker Image
If you are running Metabase via docker, then you simply need to kill the Docker process and start a new container with the latest Metabase image. On startup, Metabase will perform any upgrade tasks it needs to perform, and once it's finished you'll be running the new version.
To pull the latest Metabase:
$ docker pull metabase/metabase:latest
#### Jar file
If you are running the JVM Jar file directly, then you simply kill the process, replace the .jar file with the newer version and restart the server. On startup, Metabase will perform any upgrade tasks it needs to perform, and once it's finished you'll be running the new version.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment