> ## 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.3.2 - Sep 01, 2022

> - Integrate PostgreSQL Explain Visualizer. - Support in-place backup restore for PostgreSQL. - Support PITR to a new database for MySQL. - Users can mark an environment as protected, and a shield badge will show up next to its name.

## 🚀 New Features

* Integrate PostgreSQL Explain Visualizer 👀.
* Support in-place backup restore for PostgreSQL.
* Support PITR to a new database for MySQL.
* Users can mark an environment as "protected", and a shield badge 🛡️ will show up next to its name.
  <img src="https://mintcdn.com/dbx/xlO-sjQEQuHdXd-M/content/changelog/1.3.2/environment-protected.webp?fit=max&auto=format&n=xlO-sjQEQuHdXd-M&q=85&s=34432963eb3be2d51f4115ae6ecbb308" alt="environment-protected" width="1280" height="270" data-path="content/changelog/1.3.2/environment-protected.webp" />
* Users can view, copy and export server-side error info on Settings > Workspace > Debug Log.
  <img src="https://mintcdn.com/dbx/xlO-sjQEQuHdXd-M/content/changelog/1.3.2/debug-log.webp?fit=max&auto=format&n=xlO-sjQEQuHdXd-M&q=85&s=b655f5eb09ccd3a0c2153a1f8836ef37" alt="debug-log" width="3024" height="1730" data-path="content/changelog/1.3.2/debug-log.webp" />

## 🎄 Enhancements

* Add MySQL and PostgreSQL statement type check to force the separation of ALTER SCHEMA and CHANGE DATA.
* Support single or double asterisks in VCS commit file path template
* Add database name search when transferring databases.
* Support pagination on issue overview page.
* Improve the performance of issue overview page.
* Improve the SQL editor auto-completion experience.
* Improve performance when initializing SQL editor.
* Improve the performance of syncing PostgreSQL instances.
* Add SQL Review rule: Support naming length limit (default 63 characters) for MySQL and PostgreSQL.
* Add SQL Review rule: Allow empty for the index name.
* Assign newly-created issues to a DBA or owner if possible in GitOps Workflow.
* Add option to show password on sign-in and sign-up pages.
* Prevent a workspace from removing the last active owner.

## 🐞 Notable bug fixes

* Fixed: backups cannot be deleted automatically in some cases.
* Fixed: GitHub integration listens for wrong branches.
* Let the migration compatibility rule consider creating the unique key after creating the table

## 🎠 Community

* Add SQL review source code tour [https://sourcegraph.com/github.com/bytebase/bytebase/-/blob/docs/design/sql-review-source-code-tour.snb.md](https://sourcegraph.com/github.com/bytebase/bytebase/-/blob/docs/design/sql-review-source-code-tour.snb.md).
  <img src="https://mintcdn.com/dbx/xlO-sjQEQuHdXd-M/content/changelog/1.3.2/sql-review-tour.webp?fit=max&auto=format&n=xlO-sjQEQuHdXd-M&q=85&s=e600155e4c372a39ce76bf58ca79e987" alt="sql-review-tour" width="1280" height="678" data-path="content/changelog/1.3.2/sql-review-tour.webp" />
* Refresh marketing site [https://www.bytebase.com](https://www.bytebase.com).
* Thanks to [@KaiNiao](https://github.com/KaiNiao) for opening the issue (Schema Review) Add MySQL "Not Null field must provide default value" Rule [#2327](https://github.com/bytebase/bytebase/issues/2327)

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