Docs: Update docker upgrade doc (#7903)

This commit is contained in:
Vivek Ratnavel Subramanian 2022-10-03 12:38:14 -07:00 committed by GitHub
parent a64c0dd8f0
commit 8204ff33e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
<Note>
@ -14,9 +14,9 @@ You can find more details about Docker deployment [here](/deployment/docker)
</Note>
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
```