Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
e578f47b
Unverified
Commit
e578f47b
authored
1 year ago
by
Jeff Bruemmer
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
update command (#38371)
parent
8390b59f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/installation-and-operation/upgrading-metabase.md
+15
-5
15 additions, 5 deletions
docs/installation-and-operation/upgrading-metabase.md
with
15 additions
and
5 deletions
docs/installation-and-operation/upgrading-metabase.md
+
15
−
5
View file @
e578f47b
...
...
@@ -18,9 +18,17 @@ See [Backing up Metabase application data](backing-up-metabase-application-data.
Steps differ depending on whether you're running the JAR or a Docker image.
-
[
Upgrading a JAR running locally
](
#upgrading-a-jar-running-locally
)
-
[
Upgrading a JAR running in production as a service
](
#upgrading-a-jar-running-in-production-as-a-service
)
-
[
Upgrading the Docker image
](
#upgrading-the-docker-image
)
-
[
Upgrading Metabase
](
#upgrading-metabase
)
-
[
Backing up your application database
](
#backing-up-your-application-database
)
-
[
Swapping in the new Metabase version
](
#swapping-in-the-new-metabase-version
)
-
[
Upgrading a JAR running locally
](
#upgrading-a-jar-running-locally
)
-
[
Upgrading a JAR running in production as a service
](
#upgrading-a-jar-running-in-production-as-a-service
)
-
[
Upgrading the Docker image
](
#upgrading-the-docker-image
)
-
[
Upgrading from older versions of Metabase
](
#upgrading-from-older-versions-of-metabase
)
-
[
Upgrading Metabase Cloud
](
#upgrading-metabase-cloud
)
-
[
Upgrading Metabase on other platforms
](
#upgrading-metabase-on-other-platforms
)
-
[
Rolling back an upgrade
](
#rolling-back-an-upgrade
)
-
[
Using the migrate down command
](
#using-the-migrate-down-command
)
### Upgrading a JAR running locally
...
...
@@ -121,7 +129,7 @@ For example, if you're running Metabase 1.38, your upgrade path would look like:
-
1.38.X
-
1.39.X
-
1.40.X
-
Latest
-
Latest
With X being the latest version available for each release.
...
...
@@ -157,7 +165,9 @@ java -jar metabase.jar migrate down
If you're running Docker, the command would be:
```
docker run --rm metabase/metabase migrate down
docker run --rm metabase/metabase
"
migrate down
"
```
Note the quotes around
`"migrate down"`
for the Docker command.
Once the migration process completes, start up Metabase using the JAR or Docker image for the version you want to run.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment