diff --git a/openmetadata-docs/content/partials/v1.2/deployment/redeploy.md b/openmetadata-docs/content/partials/v1.2/deployment/redeploy.md new file mode 100644 index 00000000000..f58b99eee16 --- /dev/null +++ b/openmetadata-docs/content/partials/v1.2/deployment/redeploy.md @@ -0,0 +1,5 @@ +Go to `Settings` -> `{service entity}` -> `Pipelines` + +{% image src="/images/v1.2/deployment/upgrade/redeploy.png" alt="redeploy" caption="Re-deploy" /%} + +Select the pipelines you want to Re Deploy click `Re Deploy`. \ No newline at end of file diff --git a/openmetadata-docs/content/partials/v1.2/deployment/upgrade/post-upgrade-steps.md b/openmetadata-docs/content/partials/v1.2/deployment/upgrade/post-upgrade-steps.md index dd64f019625..515450889e7 100644 --- a/openmetadata-docs/content/partials/v1.2/deployment/upgrade/post-upgrade-steps.md +++ b/openmetadata-docs/content/partials/v1.2/deployment/upgrade/post-upgrade-steps.md @@ -26,3 +26,9 @@ as well the `openmetadata-managed-apis` version: ```bash pip install openmetadata-managed-apis==x.y.z ``` + +### Re Deploy Ingestion Pipelines + +{% partial file="/v1.2/deployment/redeploy.md" /%} + +If you are seeing broken dags select all the pipelines from all the services and re deploy the pipelines. diff --git a/openmetadata-docs/content/partials/v1.3/deployment/redeploy.md b/openmetadata-docs/content/partials/v1.3/deployment/redeploy.md new file mode 100644 index 00000000000..f055a826570 --- /dev/null +++ b/openmetadata-docs/content/partials/v1.3/deployment/redeploy.md @@ -0,0 +1,5 @@ +Go to `Settings` -> `{service entity}` -> `Pipelines` + +{% image src="/images/v1.3/deployment/upgrade/redeploy.png" alt="redeploy" caption="Re-deploy" /%} + +Select the pipelines you want to Re Deploy click `Re Deploy`. \ No newline at end of file diff --git a/openmetadata-docs/content/partials/v1.3/deployment/upgrade/post-upgrade-steps.md b/openmetadata-docs/content/partials/v1.3/deployment/upgrade/post-upgrade-steps.md index dd64f019625..655c5024f82 100644 --- a/openmetadata-docs/content/partials/v1.3/deployment/upgrade/post-upgrade-steps.md +++ b/openmetadata-docs/content/partials/v1.3/deployment/upgrade/post-upgrade-steps.md @@ -26,3 +26,9 @@ as well the `openmetadata-managed-apis` version: ```bash pip install openmetadata-managed-apis==x.y.z ``` + +### Re Deploy Ingestion Pipelines + +{% partial file="/v1.3/deployment/redeploy.md" /%} + +If you are seeing broken dags select all the pipelines from all the services and re deploy the pipelines. diff --git a/openmetadata-docs/images/v1.2/deployment/upgrade/redeploy.png b/openmetadata-docs/images/v1.2/deployment/upgrade/redeploy.png new file mode 100644 index 00000000000..87267f109a8 Binary files /dev/null and b/openmetadata-docs/images/v1.2/deployment/upgrade/redeploy.png differ diff --git a/openmetadata-docs/images/v1.3/deployment/upgrade/redeploy.png b/openmetadata-docs/images/v1.3/deployment/upgrade/redeploy.png new file mode 100644 index 00000000000..87267f109a8 Binary files /dev/null and b/openmetadata-docs/images/v1.3/deployment/upgrade/redeploy.png differ