diff --git a/openmetadata-docs/content/v1.6.x/deployment/upgrade/docker.md b/openmetadata-docs/content/v1.6.x/deployment/upgrade/docker.md index bcfa9cfcda5..bb985462d0f 100644 --- a/openmetadata-docs/content/v1.6.x/deployment/upgrade/docker.md +++ b/openmetadata-docs/content/v1.6.x/deployment/upgrade/docker.md @@ -15,7 +15,7 @@ You can find more details about Docker deployment [here](/deployment/docker) {% /note %} -Below we have highlighted the steps needed to upgrade to the latest version with Docker. Make sure to also look [here](/deployment/upgrade/versions/100-to-110) for the specific details related to upgrading to 1.0.0 +Below we have highlighted the steps needed to upgrade to the latest version with Docker. {% partial file="/v1.6/deployment/upgrade/upgrade-prerequisites.md" /%} @@ -30,13 +30,8 @@ docker compose down - Download the Docker Compose Service File from OpenMetadata GitHub Release page [here](https://github.com/open-metadata/OpenMetadata/releases/latest) - Replace the existing Docker Compose Service File with the one downloaded from the above step -{% note %} - -Please make sure to go through [breaking changes and release highlights](/deployment/upgrade/versions/100-to-110). - -{% /note %} - - Start the Docker Compose Service with the below command + ``` docker compose -f docker-compose.yml up -d ``` diff --git a/openmetadata-docs/content/v1.6.x/deployment/upgrade/kubernetes.md b/openmetadata-docs/content/v1.6.x/deployment/upgrade/kubernetes.md index 9d6301bcc6e..7e32bd6bbf8 100644 --- a/openmetadata-docs/content/v1.6.x/deployment/upgrade/kubernetes.md +++ b/openmetadata-docs/content/v1.6.x/deployment/upgrade/kubernetes.md @@ -109,7 +109,7 @@ openmetadata: - global: Additional property airflow is not allowed ``` -This means the values passed to the helm charts has a section `global.airflow`. As per the breaking changes mentioned [here](/deployment/upgrade/versions/100-to-110#pipeline-service-client-configuration), Airflow configs are replaced with pipelineServiceClient for Helm Charts. +This means the values passed to the helm charts has a section `global.airflow`. Airflow configs are replaced with pipelineServiceClient for Helm Charts. The Helm Chart Values JSON Schema helps to catch the above breaking changes and this section will help you resolve and update your configurations for the same. You can read more about JSON Schema with Helm Charts [here](https://helm.sh/docs/topics/charts/#schema-files). diff --git a/openmetadata-docs/content/v1.7.x/deployment/upgrade/docker.md b/openmetadata-docs/content/v1.7.x/deployment/upgrade/docker.md index 12455400ac6..705e83f8c9e 100644 --- a/openmetadata-docs/content/v1.7.x/deployment/upgrade/docker.md +++ b/openmetadata-docs/content/v1.7.x/deployment/upgrade/docker.md @@ -15,7 +15,7 @@ You can find more details about Docker deployment [here](/deployment/docker) {% /note %} -Below we have highlighted the steps needed to upgrade to the latest version with Docker. Make sure to also look [here](/deployment/upgrade/versions/100-to-110) for the specific details related to upgrading to 1.0.0 +Below we have highlighted the steps needed to upgrade to the latest version with Docker. {% partial file="/v1.7/deployment/upgrade/upgrade-prerequisites.md" /%} @@ -30,12 +30,6 @@ docker compose down - Download the Docker Compose Service File from OpenMetadata GitHub Release page [here](https://github.com/open-metadata/OpenMetadata/releases/latest) - Replace the existing Docker Compose Service File with the one downloaded from the above step -{% note %} - -Please make sure to go through [breaking changes and release highlights](/deployment/upgrade/versions/100-to-110). - -{% /note %} - - Start the Docker Compose Service with the below command ``` docker compose -f docker-compose.yml up -d @@ -43,7 +37,6 @@ docker compose -f docker-compose.yml up -d {% partial file="/v1.7/deployment/upgrade/post-upgrade-steps.md" /%} - # Troubleshooting #### Permission Denied when running ```metadata openmetadata-imports-migration``` diff --git a/openmetadata-docs/content/v1.7.x/deployment/upgrade/kubernetes.md b/openmetadata-docs/content/v1.7.x/deployment/upgrade/kubernetes.md index a11438fa184..869e14607e9 100644 --- a/openmetadata-docs/content/v1.7.x/deployment/upgrade/kubernetes.md +++ b/openmetadata-docs/content/v1.7.x/deployment/upgrade/kubernetes.md @@ -109,7 +109,7 @@ openmetadata: - global: Additional property airflow is not allowed ``` -This means the values passed to the helm charts has a section `global.airflow`. As per the breaking changes mentioned [here](/deployment/upgrade/versions/100-to-110#pipeline-service-client-configuration), Airflow configs are replaced with pipelineServiceClient for Helm Charts. +This means the values passed to the helm charts has a section `global.airflow`. Airflow configs are replaced with pipelineServiceClient for Helm Charts. The Helm Chart Values JSON Schema helps to catch the above breaking changes and this section will help you resolve and update your configurations for the same. You can read more about JSON Schema with Helm Charts [here](https://helm.sh/docs/topics/charts/#schema-files). diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/upgrade/docker.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/upgrade/docker.md index e39e50cc779..316622d3601 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/upgrade/docker.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/upgrade/docker.md @@ -15,7 +15,7 @@ You can find more details about Docker deployment [here](/deployment/docker) {% /note %} -Below we have highlighted the steps needed to upgrade to the latest version with Docker. Make sure to also look [here](/deployment/upgrade/versions/100-to-110) for the specific details related to upgrading to 1.0.0 +Below we have highlighted the steps needed to upgrade to the latest version with Docker. {% partial file="/v1.8/deployment/upgrade/upgrade-prerequisites.md" /%} @@ -30,12 +30,6 @@ docker compose down - Download the Docker Compose Service File from OpenMetadata GitHub Release page [here](https://github.com/open-metadata/OpenMetadata/releases/latest) - Replace the existing Docker Compose Service File with the one downloaded from the above step -{% note %} - -Please make sure to go through [breaking changes and release highlights](/deployment/upgrade/versions/100-to-110). - -{% /note %} - - Start the Docker Compose Service with the below command ``` docker compose -f docker-compose.yml up -d @@ -43,7 +37,6 @@ docker compose -f docker-compose.yml up -d {% partial file="/v1.8/deployment/upgrade/post-upgrade-steps.md" /%} - # Troubleshooting #### Permission Denied when running ```metadata openmetadata-imports-migration``` diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/upgrade/kubernetes.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/upgrade/kubernetes.md index d751a29757d..3d575c3022d 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/upgrade/kubernetes.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/upgrade/kubernetes.md @@ -109,7 +109,7 @@ openmetadata: - global: Additional property airflow is not allowed ``` -This means the values passed to the helm charts has a section `global.airflow`. As per the breaking changes mentioned [here](/deployment/upgrade/versions/100-to-110#pipeline-service-client-configuration), Airflow configs are replaced with pipelineServiceClient for Helm Charts. +This means the values passed to the helm charts has a section `global.airflow`. Airflow configs are replaced with pipelineServiceClient for Helm Charts. The Helm Chart Values JSON Schema helps to catch the above breaking changes and this section will help you resolve and update your configurations for the same. You can read more about JSON Schema with Helm Charts [here](https://helm.sh/docs/topics/charts/#schema-files).