2022-07-09 20:31:41 +02:00
|
|
|
---
|
|
|
|
title: Upgrade on Docker
|
|
|
|
slug: /deployment/upgrade/docker
|
|
|
|
---
|
|
|
|
|
|
|
|
# Upgrade on Docker
|
|
|
|
|
|
|
|
For running OpenMetadata on Docker, we downloaded a `docker-compose.yml` file. Optionally, we added some
|
|
|
|
Named Volumes to handle data persistence.
|
|
|
|
|
|
|
|
<Note>
|
|
|
|
|
|
|
|
You can refresh these steps [here](/deployment/docker)
|
|
|
|
|
|
|
|
</Note>
|
|
|
|
|
|
|
|
Now,
|
|
|
|
|
2022-09-23 15:09:46 -07:00
|
|
|
1. Visit [github.com/open-metadata/OpenMetadata/releases](https://github.com/open-metadata/OpenMetadata/releases). The
|
2022-07-09 20:31:41 +02:00
|
|
|
latest release will be at the top of this page.
|
|
|
|
2. Download the new `docker-compose.yml` file.
|
|
|
|
3. Run the `docker compose up -d` command on the new compose file.
|