mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 17:59:52 +00:00
1.0 KiB
1.0 KiB
title | slug | collate |
---|---|---|
Upgrade 1.2.x to 1.3.x | /deployment/upgrade/versions/120-to-130 | false |
Upgrade from 1.2.x to 1.3.x
Upgrading from 1.2.x to 1.3.x can be done directly on your instances. This page will list few general details you should take into consideration when running the upgrade.
Deprecation Notice
Breaking Changes for 1.3.x Stable Release
Service Connection Changes
Airflow Connection
Removed the MSSQL
connection option from airflow backend database. This is due to the option being experimental and will be deprecated by the Airflow team. For more information refer to the link.
If you are using airflow with MSSQL
backend, we recommend switching it to the supported backends e.g MYSQL
or POSTGRES
.
Removed below MSSQL config option from Airflow
...
connection:
type: Mssql
username: user
password: pass
hostPort: localhost:1433
database: dev