> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bytebase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bytebase 0.6.0 - Sep 18, 2021

## 🚀 New Features

### Support [TiDB](https://pingcap.com/)

TiDB is an open-source, cloud-native, distributed SQL database for elastic scale and real-time analytics.

### Add task check to gate schema change

* This works similar as [GitHub merge request check](https://docs.github.com/en/github/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks). The schema change only proceeds if all check pass.
* In this initial launch, we enforce 2 checks, db connection check and syntax check for the schema change task. We plan to add more checks like advanced SQL analyzer in the future.

## 🎄 Enhancement

* Show VCS push event info in the migration history detail page.
* Improve UX for configuring the instance connection.
* Improve UX for transferring database between projects.
* Create dedicated migration history tab for a particular database.
* Add baseline migration history record upon creating the database.

## 🎠 Community

* A special thanks to [TiDB's open source compatible MySQL parser](https://github.com/pingcap/parser). It saves us a lot of effort to implement our syntax checker.
* We have migrated changelog to our newsletter system as well. So in the future, new changelog will also be delivered to your email automatically.

## ⚙️ Install and Upgrade

* [Fresh install](/get-started/self-host/deploy-with-docker)

* [Upgrade](/get-started/self-host/upgrade)

*Before upgrading: 1) Back up the [metadata](https://www.bytebase.com/docs/administration/back-up-restore-metadata/) — in-place downgrade is not supported. 2) Do not run multiple containers on the same data directory. 3) Terraform users: upgrade Bytebase server first, then apply the new Terraform config.*
