Doc: 404 Error Fix (#21406)

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
This commit is contained in:
Rounak Dhillon 2025-05-27 14:05:03 +05:30 committed by GitHub
parent 36d85396e4
commit b14c71f34b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 7 additions and 26 deletions

View File

@ -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
```

View File

@ -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).

View File

@ -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```

View File

@ -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).

View File

@ -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```

View File

@ -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).