> ## 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.2.2 - Jul 26, 2021

## 🐞 Important Bug Fixes

* **MySQL connection leak** - In the previous version, when Bytebase does not properly release the connection after finishing connecting the MySQL instance, which will cause MySQL connection pool exhaustion.

## 🚀 New Features

* **External SQL console ([detailed guide](https://docs.bytebase.com/settings/external-sql-console))** - Allow user to configure an external SQL console like phpMyAdmin. If configured, Bytebase will surface the link to the console in the relevant database and table page
* **Issue list page** - Added a dedicated page to list issues. It supports to filter based on user/project/environment/issue status.
* **Project migration history tab** - The tab lists the migration history for each database under that project. For each database, Bytebase will list at most 5 most recent migration history, and user can click the database name to view the complete migration history.

## 🎄 Experience Enhancement

* Added new 403, 404 page

## 🎠 Community

* We launched our English blog, checkout our [launch post](https://www.bytebase.com/blog/announce-bytebase).

## ⚙️ 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.*
