diff --git a/openmetadata-docs-v1/content/v1.0.0/deployment/upgrade/index.md b/openmetadata-docs-v1/content/v1.0.0/deployment/upgrade/index.md index fcda9564043..dc55d8ad349 100644 --- a/openmetadata-docs-v1/content/v1.0.0/deployment/upgrade/index.md +++ b/openmetadata-docs-v1/content/v1.0.0/deployment/upgrade/index.md @@ -12,11 +12,58 @@ The OpenMetadata community will be doing feature releases and stable releases. - Feature releases are to upgrade your sandbox or POCs to give feedback to the community and any potential bugs that the community needs to fix. - Stable releases are to upgrade your production environments and share it with your users. +## Backup Metadata + +Before upgrading your OpenMetadata version we recommend backing up the metadata. + +The source of truth is stored in the underlying database (MySQL and Postgres supported). You can refer +to the following guide for our backup utility: + +{% inlineCalloutContainer %} + {% inlineCallout + color="violet-70" + icon="luggage" + bold="Backup Metadata" + href="/deployment/backup-restore-metadata" %} + Learn how to back up MySQL data. + {% /inlineCallout %} +{% /inlineCalloutContainer %} + +## Upgrade your installation + +Once your metadata is safe, follow the required upgrade instructions: + +{% inlineCalloutContainer %} + {% inlineCallout + color="violet-70" + icon="fit_screen" + bold="Upgrade a Kubernetes Deployment" + href="/deployment/upgrade/kubernetes" %} + Upgrade your Kubernetes installation + {% /inlineCallout %} + + {% inlineCallout + color="violet-70" + icon="celebration" + bold="Upgrade a Docker Deployment" + href="/deployment/upgrade/docker" %} + Upgrade your Docker installation + {% /inlineCallout %} + + {% inlineCallout + color="violet-70" + icon="storage" + bold="Upgrade a Bare Metal Deployment" + href="/deployment/upgrade/bare-metal" %} + Upgrade your Bare Metal installation + {% /inlineCallout %} +{% /inlineCalloutContainer %} + ## 1.0 - Stable Release 🎉 OpenMetadata 1.0 is a stable release. Please check the [release notes](/releases/latest-release). -If you are upgrading production this is the recommended version to upgrade. +If you are upgrading production this is the recommended version to upgrade to. ## Breaking Changes for 1.0 Stable Release @@ -105,50 +152,3 @@ Note that this property is OPTIONAL, and for the most cases it will either be le ### Python SDK Submodules name change - **`metadata.test_suite.*`**: this submodule has been renamed `metadata.data_quality.*`. You can view the full change [here](https://github.com/open-metadata/OpenMetadata/pull/10890/files) - **`metadata.orm_profiler.*`**: this submodule has been renamed `metadata.profiler.*`. You can view the full change [here](https://github.com/open-metadata/OpenMetadata/pull/10350/files) - -## Backup Metadata - -Before upgrading your OpenMetadata version we recommend backing up the metadata. - -The source of truth is stored in the underlying database (MySQL and Postgres supported). You can refer -to the following guide for our backup utility: - -{% inlineCalloutContainer %} - {% inlineCallout - color="violet-70" - icon="luggage" - bold="Backup Metadata" - href="/deployment/backup-restore-metadata" %} - Learn how to back up MySQL data. - {% /inlineCallout %} -{% /inlineCalloutContainer %} - -## Upgrade your installation - -Once your metadata is safe, follow the required upgrade instructions: - -{% inlineCalloutContainer %} - {% inlineCallout - color="violet-70" - icon="fit_screen" - bold="Upgrade a Kubernetes Deployment" - href="/deployment/upgrade/kubernetes" %} - Upgrade your Kubernetes installation - {% /inlineCallout %} - - {% inlineCallout - color="violet-70" - icon="celebration" - bold="Upgrade a Docker Deployment" - href="/deployment/upgrade/docker" %} - Upgrade your Docker installation - {% /inlineCallout %} - {% inlineCallout - color="violet-70" - icon="storage" - bold="Upgrade a Bare Metal Deployment" - href="/deployment/upgrade/bare-metal" %} - Upgrade your Bare Metal installation - {% /inlineCallout %} -{% /inlineCalloutContainer %} - diff --git a/openmetadata-docs-v1/content/v1.0.0/releases/index.md b/openmetadata-docs-v1/content/v1.0.0/releases/index.md index 8908643685b..75c7700e7f4 100644 --- a/openmetadata-docs-v1/content/v1.0.0/releases/index.md +++ b/openmetadata-docs-v1/content/v1.0.0/releases/index.md @@ -5,6 +5,17 @@ slug: /releases # 1.0 Release 🎉 +{% inlineCalloutContainer %} +{% inlineCallout +color="violet-70" +icon="celebration" +bold="Upgrade OpenMetadata" +href="/deployment/upgrade" %} +Learn how to upgrade your OpenMetadata instance to 1.0! +{% /inlineCallout %} +{% /inlineCalloutContainer %} + + ## APIs & Schema - **Stabilized** and improved the Schemas and APIs. - The APIs are **backward compatible**. diff --git a/openmetadata-docs-v1/content/v1.0.0/releases/releases/index.md b/openmetadata-docs-v1/content/v1.0.0/releases/releases/index.md index 4744d149a8d..b64c5051387 100644 --- a/openmetadata-docs-v1/content/v1.0.0/releases/releases/index.md +++ b/openmetadata-docs-v1/content/v1.0.0/releases/releases/index.md @@ -14,6 +14,17 @@ version. To see what's coming in next releases, please check our [Roadmap](/rele # 1.0 Release 🎉 +{% inlineCalloutContainer %} +{% inlineCallout +color="violet-70" +icon="celebration" +bold="Upgrade OpenMetadata" +href="/deployment/upgrade" %} +Learn how to upgrade your OpenMetadata instance to 1.0! +{% /inlineCallout %} +{% /inlineCalloutContainer %} + + ## APIs & Schema - **Stabilized** and improved the Schemas and APIs. - The APIs are **backward compatible**. diff --git a/openmetadata-docs-v1/content/v1.0.0/releases/releases/latest.md b/openmetadata-docs-v1/content/v1.0.0/releases/releases/latest.md index a4a7006c2c1..39817ffcbe5 100644 --- a/openmetadata-docs-v1/content/v1.0.0/releases/releases/latest.md +++ b/openmetadata-docs-v1/content/v1.0.0/releases/releases/latest.md @@ -5,6 +5,17 @@ slug: /releases/latest-release # 1.0 Release 🎉 +{% inlineCalloutContainer %} +{% inlineCallout +color="violet-70" +icon="celebration" +bold="Upgrade OpenMetadata" +href="/deployment/upgrade" %} +Learn how to upgrade your OpenMetadata instance to 1.0! +{% /inlineCallout %} +{% /inlineCalloutContainer %} + + ## APIs & Schema - **Stabilized** and improved the Schemas and APIs. - The APIs are **backward compatible**.