> ## 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.11.0 - Jan 06, 2022

## 🚀 New Features

### (Preview) SQL Editor

* Auto-complete and context menu.
* Run SQL statement (only allow SELECT query) and display the result in a table view.
* Navigate among different database connections via the left tree panel.
* Display table schema info on the bottom left side panel.

## 🎄 Enhancement

### kbar quickstart

User can now use cmd+k to invoke the command bar to quickly navigate among different Bytebase sections.

<img src="https://mintcdn.com/dbx/NPAsXofNFOH9Jrw-/content/changelog/0.11.0/quickstart.webp?fit=max&auto=format&n=NPAsXofNFOH9Jrw-&q=85&s=185e774c2012c749827c50f25a411b75" alt="_" width="418" height="636" data-path="content/changelog/0.11.0/quickstart.webp" />

### Refactor the underlying VCS module to make it plugable

This ease the path to support other VCS systems like GitHub, BitBucket.

## 🐞 Bug fix

* Fix the issue when we are unable to write back the latest schema to the Git repository after the migration succeeds.

## 🎠 Community

### Preview environment for each PR

Now every PR will create a unique preview environment. This makes it easy to collaborate among author and reviewers.

<img src="https://mintcdn.com/dbx/NPAsXofNFOH9Jrw-/content/changelog/0.11.0/render-preview.webp?fit=max&auto=format&n=NPAsXofNFOH9Jrw-&q=85&s=bd6679a9d76b0fe2b6ced1ec5582e6f3" alt="_" width="631" height="453" data-path="content/changelog/0.11.0/render-preview.webp" />

* Bytebase Sticker Collection V1.0 is ready  [https://www.bytebase.com/brand](https://www.bytebase.com/brand)

* Thanks to @Juneezee 's PR [refactor: move from io/ioutil to io and os packages](https://github.com/bytebase/bytebase/pull/264)

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