mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-23 17:30:35 +00:00

* Add update highlights * Update openmetadata-docs/content/deployment/upgrade/versions/011-to-012.md Co-authored-by: Teddy <teddy.crepineau@gmail.com> * Added note regarding Snowflake multithreading for the profiler * Airflow version upgrade * Add link Co-authored-by: Teddy <teddy.crepineau@gmail.com>
36 lines
863 B
Markdown
36 lines
863 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 0.9"
|
|
href="/deployment/upgrade/versions/090-to-010"
|
|
>
|
|
Upgrade from 0.9 to 0.10. This is a backward incompatible upgrade!
|
|
</InlineCallout>
|
|
<InlineCallout
|
|
color="violet-70"
|
|
icon="10k"
|
|
bold="Upgrade 0.10"
|
|
href="/deployment/upgrade/versions/010-to-011"
|
|
>
|
|
Upgrade from 0.10 to 0.11 inplace.
|
|
</InlineCallout>
|
|
<InlineCallout
|
|
color="violet-70"
|
|
icon="10k"
|
|
bold="Upgrade 0.12"
|
|
href="/deployment/upgrade/versions/010-to-011"
|
|
>
|
|
Upgrade from 0.11 to 0.12 inplace.
|
|
</InlineCallout>
|
|
</InlineCalloutContainer>
|