> ## 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 1.1.0 - May 26, 2022

> Update CLI docs. Sync your SQL scripts stored in the linked VCS system. Star the sheets to save them in a list. - List database extensions for PostgreSQL. Support creating a Postgres database with an owner. Support changing data for a single database in a tenant project.

* **Update [CLI docs](https://www.bytebase.com/docs/cli/overview)**

bb CLI is the command-line tool of Bytebase, helping developers integrate MySQL and PostgreSQL schema change into the existing CI/CD workflow. By integrating bb with your existing CI/CD system (GitLab CI, GitHub Actions, etc.), you can bring all best practices of CI/CD to the database.

<img src="https://mintcdn.com/dbx/NPAsXofNFOH9Jrw-/content/changelog/1.1.0/cli.webp?fit=max&auto=format&n=NPAsXofNFOH9Jrw-&q=85&s=078c0b334b6cb63ffbc16fe5bac8adbb" alt="_" width="1280" height="594" data-path="content/changelog/1.1.0/cli.webp" />

## 🚀 Features

* From SQL Editor, you can now sync your SQL scripts stored in the linked VCS system.

<img src="https://mintcdn.com/dbx/NPAsXofNFOH9Jrw-/content/changelog/1.1.0/sync-sheet-from-vcs.webp?fit=max&auto=format&n=NPAsXofNFOH9Jrw-&q=85&s=63484793d03377932b4c99b1687f3039" alt="_" width="1280" height="817" data-path="content/changelog/1.1.0/sync-sheet-from-vcs.webp" />

* Star the sheets to save them in a list.

<img src="https://mintcdn.com/dbx/NPAsXofNFOH9Jrw-/content/changelog/1.1.0/star-sheet.webp?fit=max&auto=format&n=NPAsXofNFOH9Jrw-&q=85&s=3913706a2c15450daec091163ee8b0cb" alt="_" width="1280" height="778" data-path="content/changelog/1.1.0/star-sheet.webp" />

* List database extensions for PostgreSQL.

<img src="https://mintcdn.com/dbx/NPAsXofNFOH9Jrw-/content/changelog/1.1.0/pg-extension.webp?fit=max&auto=format&n=NPAsXofNFOH9Jrw-&q=85&s=d19257eabdab42bce2c7ddcbe465d97d" alt="_" width="1280" height="733" data-path="content/changelog/1.1.0/pg-extension.webp" />

* Support creating a Postgres database with an owner.

<img src="https://mintcdn.com/dbx/NPAsXofNFOH9Jrw-/content/changelog/1.1.0/create-pg-database-with-owner.webp?fit=max&auto=format&n=NPAsXofNFOH9Jrw-&q=85&s=706df40b4873d68280524c501a59bfff" alt="_" width="1232" height="1280" data-path="content/changelog/1.1.0/create-pg-database-with-owner.webp" />

## 🎄 Enhancement

* Support changing data for a single database in a tenant project.

## 🐞 Notable bug fixes

* Cancel the display limitation of 20 repositories when configuring VCS for a project.

* Prevent accidental clearance of the content in SQL Editor when using the formatting function.

* Fix bugs that produce duplicate items in a project list.

## 🎠 Community

* Thanks to [@unknwon](https://github.com/unknwon) for the [PR: chore: use "malformed" consistently](https://github.com/bytebase/bytebase/pull/1306)

* Thanks to [@Cluas](https://github.com/Cluas) for the [PR: fix: create issue error when DBNameTemplate include regex string](https://github.com/bytebase/bytebase/pull/1295), [feat: support regex quote meta string](https://github.com/bytebase/bytebase/pull/1290), [feat: quote meta in tenant template fixed part](https://github.com/bytebase/bytebase/pull/1282), [feat: dump schema support PROCEDURE syntax](https://github.com/bytebase/bytebase/pull/1291)

* Thanks to [@tnir](https://github.com/tnir) for the [PR: fix(i18n): migrate i18n YAML to JSON correctly](https://github.com/bytebase/bytebase/pull/1233)

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