diff --git a/openmetadata-docs/content/deployment/upgrade/docker.md b/openmetadata-docs/content/deployment/upgrade/docker.md index 67c68e92ff9..73db7bf6676 100644 --- a/openmetadata-docs/content/deployment/upgrade/docker.md +++ b/openmetadata-docs/content/deployment/upgrade/docker.md @@ -5,7 +5,7 @@ slug: /deployment/upgrade/docker # Upgrade on Docker -To run OpenMetadata with Docker, you can simply downloaded the `docker-compose.yml` file. Optionally, we added some +To run OpenMetadata with Docker, you can simply download the `docker-compose.yml` file. Optionally, we added some Named Volumes to handle data persistence. @@ -14,9 +14,9 @@ You can find more details about Docker deployment [here](/deployment/docker) -Below we have highlited the steps needed to upgrade to the latest version with Docker. Make sure to also look [here](/deployment/upgrade/versions/011-to-012) for the general details related to upgrading to 0.12 +Below we have highlighted the steps needed to upgrade to the latest version with Docker. Make sure to also look [here](/deployment/upgrade/versions/011-to-012) for the specific details related to upgrading to 0.12 -### 1. Download `docker-compose.yaml` file +### 1. Download docker-compose.yaml file Go to [github.com/open-metadata/OpenMetadata/releases](https://github.com/open-metadata/OpenMetadata/releases). The latest release will be at the top of this page. @@ -64,8 +64,8 @@ If you are using `openmetadata/ingestion` Docker image in 0.12.1 and migrated ei You can run 6.1 and 6.2 together using the following command `metadata openmetadata-imports-migration --change-config-file-path`. ### Troubleshooting -#### Permision Denied when running `metadata openmetadata-imports-migration` -If you have a `Permission Denied` error thrown when runnign `metadata openmetadata-imports-migration --change-config-file-path` you might need to change the permission on the `/opt/airflow/dags` folder. SSH into the ingestion container and check the permission on the folder running the below commands +#### Permission Denied when running `metadata openmetadata-imports-migration` +If you have a `Permission Denied` error thrown when running `metadata openmetadata-imports-migration --change-config-file-path` you might need to change the permission on the `/opt/airflow/dags` folder. SSH into the ingestion container and check the permission on the folder running the below commands ``` ls -l /opt/airflow ```