mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-17 14:09:52 +00:00
28 lines
672 B
Markdown
28 lines
672 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>
|
||
|
</InlineCalloutContainer>
|