Bytebase 1.9.0
- Support managing with environment and instance via Terraform provider. - Support synchronizing schema for PostgreSQL. - Support masking column-level sensitive data. - New UI for Admin mode of SQL Editor.
🚀 New Features
- Support managing environment and instance via Terraform provider: /integrations/terraform/overview
- Support synchronizing schema for PostgreSQL🐘 Currently in beta, we support Schema, Table, Index, Constraint, and Sequence so far.
- Support masking column-level sensitive data for MySQL🐬.
- New UI for Admin mode of SQL Editor.
🎄 Enhancements
- Support updating the user’s email.
- Approve button on the issue detail page is disabled while task checks are still in progress.
- Display more detailed information when it comes to approval for the current stage.
- Verify the configured branch’s existence in the GitOps workflow setup.
🐞 Notable Bug Fixes
- Prevent creating duplicate instances with a poor network connection.
- Prevent creating duplicate issues with a poor network connection.
🎠 Community
- Support managing with Supabase databases: /integrations/supabase
📰 Fresh Off the Press
- How to Manage Database Access Control
- MotherDuck, from SQLite to the Docker for Data
- How to Synchronize Database Schemas
- How Schema Sync Works in Bytebase
⚙️ 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.