mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 03:59:12 +00:00
parent
e9a120dafa
commit
c3fd972813
@ -1,9 +1,9 @@
|
||||
---
|
||||
title: Backup Metadata
|
||||
slug: /deployment/upgrade/backup-metadata
|
||||
slug: /deployment/backup-restore-metadata
|
||||
---
|
||||
|
||||
# Backup Metadata
|
||||
# Backup & Restore Metadata
|
||||
|
||||
## Introduction
|
||||
|
||||
@ -7,6 +7,22 @@ slug: /deployment/bare-metal/security
|
||||
|
||||
Follow the steps for setting up the SSO, and then check the specific `Bare Metal` section of your chosen SSO.
|
||||
|
||||
<Note>
|
||||
|
||||
By default Basic Authentication will be enabled as authentication mechanism.
|
||||
|
||||
<InlineCallout
|
||||
color="violet-70"
|
||||
bold="Basic Authentication"
|
||||
icon="add_moderator"
|
||||
href="/deployment/security/basic-auth"
|
||||
>
|
||||
Configure Basic Authentication to access the UI and APIs
|
||||
</InlineCallout>
|
||||
|
||||
</Note>
|
||||
|
||||
|
||||
<InlineCalloutContainer>
|
||||
<InlineCallout
|
||||
color="violet-70"
|
||||
|
||||
@ -5,6 +5,23 @@ slug: /deployment/docker/security
|
||||
|
||||
# Docker Security
|
||||
|
||||
Follow the steps for setting up the SSO, and then check the specific `Docker` section of your chosen SSO.
|
||||
|
||||
<Note>
|
||||
|
||||
By default Basic Authentication will be enabled as authentication mechanism.
|
||||
|
||||
<InlineCallout
|
||||
color="violet-70"
|
||||
bold="Basic Authentication"
|
||||
icon="add_moderator"
|
||||
href="/deployment/security/basic-auth"
|
||||
>
|
||||
Configure Basic Authentication to access the UI and APIs
|
||||
</InlineCallout>
|
||||
|
||||
</Note>
|
||||
|
||||
<InlineCalloutContainer>
|
||||
<InlineCallout
|
||||
color="violet-70"
|
||||
|
||||
@ -5,7 +5,25 @@ slug: /deployment/kubernetes/security
|
||||
|
||||
# Kubernetes Security
|
||||
|
||||
<InlineCalloutContainer>
|
||||
Follow the steps for setting up the SSO, and then check the specific `Kubernetes` section of your chosen SSO.
|
||||
|
||||
<Note>
|
||||
|
||||
By default Basic Authentication will be enabled as authentication mechanism.
|
||||
|
||||
<InlineCallout
|
||||
color="violet-70"
|
||||
bold="Basic Authentication"
|
||||
icon="add_moderator"
|
||||
href="/deployment/security/basic-auth"
|
||||
>
|
||||
Configure Basic Authentication to access the UI and APIs
|
||||
</InlineCallout>
|
||||
|
||||
|
||||
</Note>
|
||||
|
||||
<InlineCalloutContainer>
|
||||
<InlineCallout
|
||||
color="violet-70"
|
||||
bold="Auth0 SSO"
|
||||
|
||||
@ -37,7 +37,7 @@ wget https://github.com/open-metadata/OpenMetadata/releases/download/{version}-r
|
||||
|
||||
### 2. Backup your Data [IMPORTANT]
|
||||
|
||||
Make a backup of your database. You can find the steps to follow [here](/deployment/upgrade/backup-metadata#backup-metadata). Please note this is an important step as it would allow you to revert to a stable state if any issues were to happen during your upgrade.
|
||||
Make a backup of your database. You can find the steps to follow [here](/deployment/upgrade//deployment/backup-restore-metadata#backup-metadata). Please note this is an important step as it would allow you to revert to a stable state if any issues were to happen during your upgrade.
|
||||
|
||||
### 3. Add Volumes and Publish Ports
|
||||
|
||||
|
||||
@ -112,7 +112,7 @@ to the following guide for our backup utility:
|
||||
color="violet-70"
|
||||
icon="luggage"
|
||||
bold="Backup Metadata"
|
||||
href="/deployment/upgrade/backup-metadata"
|
||||
href="/deployment/backup-restore-metadata"
|
||||
>
|
||||
Learn how to back up MySQL data.
|
||||
</InlineCallout>
|
||||
|
||||
@ -34,7 +34,7 @@ Before proceeding, pleae make sure you made a backup of your MySQL/Postgres DB b
|
||||
color="violet-70"
|
||||
icon="luggage"
|
||||
bold="Backup Metadata"
|
||||
href="/deployment/upgrade/backup-metadata"
|
||||
href="/deployment/backup-restore-metadata"
|
||||
>
|
||||
Learn how to back up MySQL data.
|
||||
</InlineCallout>
|
||||
|
||||
@ -0,0 +1,27 @@
|
||||
---
|
||||
title: Upgrade 0.12 to 0.13
|
||||
slug: /deployment/upgrade/versions/012-to-013
|
||||
---
|
||||
|
||||
# Upgrade from 0.12 to 0.13
|
||||
|
||||
Upgrading from 0.12 to 0.13 can be done directly on your instances. This page will list few general details you should take into consideration when running the upgrade.
|
||||
|
||||
|
||||
## Highlights
|
||||
|
||||
|
||||
### Service Connection Updates
|
||||
|
||||
- Databricks
|
||||
- Databricks connector now supports usage and lineage extraction.
|
||||
- Added: `supportsUsageExtraction`, `supportsLineageExtraction`
|
||||
|
||||
- Dagster
|
||||
- Dagster connector now support fetching metadata from dagster cloud.
|
||||
- Added: `configSource`
|
||||
- Removed: `hostPort`, `numberOfStatus`
|
||||
|
||||
- Airbyte
|
||||
- Airbyte connector now support Basic Authentication.
|
||||
- Added: `username`, `password`
|
||||
@ -17,7 +17,7 @@ production instance.
|
||||
|
||||
Update the `openmetadata-ingestion` client to the latest available version.
|
||||
|
||||
Make sure that you [backed up](/deployment/upgrade/backup-metadata) your metadata.
|
||||
Make sure that you [backed up](/deployment/backup-restore-metadata) your metadata.
|
||||
|
||||
<Note>
|
||||
|
||||
|
||||
@ -32,4 +32,12 @@ You can find further information about specific version upgrades in the followin
|
||||
>
|
||||
Upgrade from 0.11 to 0.12 inplace.
|
||||
</InlineCallout>
|
||||
<InlineCallout
|
||||
color="violet-70"
|
||||
icon="10k"
|
||||
bold="Upgrade 0.13"
|
||||
href="/deployment/upgrade/versions/010-to-011"
|
||||
>
|
||||
Upgrade from 0.12 to 0.13 inplace.
|
||||
</InlineCallout>
|
||||
</InlineCalloutContainer>
|
||||
|
||||
@ -134,8 +134,6 @@ site_menu:
|
||||
|
||||
- category: Deployment / Upgrade OpenMetadata
|
||||
url: /deployment/upgrade
|
||||
- category: Deployment / Upgrade OpenMetadata / Backup Metadata
|
||||
url: /deployment/upgrade/backup-metadata
|
||||
- category: Deployment / Upgrade OpenMetadata / Upgrade on Bare Metal
|
||||
url: /deployment/upgrade/bare-metal
|
||||
- category: Deployment / Upgrade OpenMetadata / Upgrade on Docker
|
||||
@ -150,6 +148,11 @@ site_menu:
|
||||
url: /deployment/upgrade/versions/010-to-011
|
||||
- category: Deployment / Upgrade OpenMetadata / Upgrade Version Instructions / 0.11 to 0.12
|
||||
url: /deployment/upgrade/versions/011-to-012
|
||||
- category: Deployment / Upgrade OpenMetadata / Upgrade Version Instructions / 0.12 to 0.13
|
||||
url: /deployment/upgrade/versions/012-to-013
|
||||
|
||||
- category: Deployment / Backup & Restore Metadata
|
||||
url: /deployment/backup-restore-metadata
|
||||
|
||||
- category: Deployment / Server Configuration Reference
|
||||
url: /deployment/configuration
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user