diff --git a/openmetadata-docs/content/deployment/upgrade/versions/011-to-012.md b/openmetadata-docs/content/deployment/upgrade/versions/011-to-012.md index 341d81f33fc..a3c8c313a4c 100644 --- a/openmetadata-docs/content/deployment/upgrade/versions/011-to-012.md +++ b/openmetadata-docs/content/deployment/upgrade/versions/011-to-012.md @@ -5,11 +5,15 @@ slug: /deployment/upgrade/versions/011-to-012 # Upgrade from 0.11 to 0.12 -Upgrading from 0.11 to 0.12 can be done directly on your instances. This page will list a couple of details that you -should take into consideration when running the upgrade. +Upgrading from 0.11 to 0.12 can be done directly on your instances. This page will list a couple of details that you should take into consideration when running the upgrade. ## Highlights +### Database Connection Environment Variables + +On 0.11, the Environment Variables to connect to Database used were MYSQL_USER, MYSQL_USER_PASSWORD, MYSQL_HOST, MYSQL_PORT, MYSQL_DATABASE. These environment variables are changed in 0.12 Release with DB_USER, DB_USER_PASSWORD, DB_HOST, DB_PORT, OM_DATABASE. This will effect to all the bare metal and docker instances which configures a custom database depending on the above environment variable values. +This change is however not affected for Kubernetes deployments. + ### Data Profiler and Data Quality Tests On 0.11, the Profiler Workflow handled two things: