Bytebase 3.2.0
Selectively sync databases from an instance
π New Features
- Selectively sync databases from an instance.
- Show the definition of TABLE and VIEW for Redshift and ClickHouse.
π Notable Changes
Change History
module is renamed toChangelog
.ChangeHistory
API is removed, useChangelog
API instead.- Changes initiated from the UI no longer carry the version, but changes initiated from GitOps still do.
- For the same database, tasks with lower versions will block tasks with higher versions.
π Enhancements
- Support querying special date/time values(e.g., infinity) for PostgreSQL in SQL Editor.
- Failed task run is now recorded to changelog, before itβs not.
βοΈ Install and Upgrade
-
Fresh install: /get-started/self-host
-
Upgrade: /get-started/upgrade
Warning 1): Bytebase does not support in-place downgrade. Make sure to back up your metadata before upgrading. 2) Never run multiple containers on the same data directory. Stop and remove the old one first to avoid corruption.