mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-10 10:08:11 +00:00

* Fix link * Content updates * Add Breaking Changes * Update openmetadata-docs-v1/content/v1.0.0/deployment/upgrade/index.md Co-authored-by: Teddy <teddy.crepineau@gmail.com> * Update openmetadata-docs-v1/content/v1.0.0/releases/index.md Co-authored-by: Nahuel <nahuel@getcollate.io> * Update docs * doc: added sdk and api name change * doc: fix module name in breaking change --------- Co-authored-by: Teddy <teddy.crepineau@gmail.com> Co-authored-by: Nahuel <nahuel@getcollate.io>
32 lines
861 B
Markdown
32 lines
861 B
Markdown
---
|
|
title: Upgrade Version Instructions
|
|
slug: /deployment/upgrade/versions
|
|
---
|
|
|
|
## Upgrade for a specific version
|
|
|
|
You can find further information about specific version upgrades in the following sections:
|
|
|
|
{% inlineCalloutContainer %}
|
|
{% inlineCallout
|
|
color="violet-70"
|
|
icon="10k"
|
|
bold="Upgrade to 0.12"
|
|
href="/deployment/upgrade/versions/011-to-012" %}
|
|
Upgrade from 0.11 to 0.12 inplace.
|
|
{% /inlineCallout %}
|
|
{% inlineCallout
|
|
color="violet-70"
|
|
icon="10k"
|
|
bold="Upgrade to 0.13"
|
|
href="/deployment/upgrade/versions/012-to-013" %}
|
|
Upgrade from 0.12 to 0.13 inplace.
|
|
{% /inlineCallout %}
|
|
{% inlineCallout
|
|
color="violet-70"
|
|
icon="10k"
|
|
bold="Upgrade to 1.0"
|
|
href="/deployment/upgrade/versions/013-to-100" %}
|
|
Upgrade from 0.13 to 1.0 inplace.
|
|
{% /inlineCallout %}
|
|
{% /inlineCalloutContainer %} |