Bytebase 1.0.1
Support instance read-only connection. Enable Data Change (DML) for tenant mode projects. Allow users to edit SQL statements. Allows retry for failed migration with invalid SQL statement.
🚀 Features
- Support instance read-only connection. Once configured, Bytebase will use this user to query databases in SQL Editor and will use it in all read-only scenarios in the future.
🎄 Enhancements
Tenant Mode
- Enable Data Change (DML) for tenant mode projects.
SQL Schema Review
- Allow users to edit SQL statements.
- Allows retry for failed migration with invalid SQL statement.
SQL Editor
- Change the save sheet logic. Save the sheet when clicking the save button or using the shortcut (CMD + S).
Installation Improvement
- Improved installation on Linux platform.
🐞 Notable bug fixes
- Several security enhancements.
🎠 Community
- Thanks to @0xflotus for PR chore: fix small typo error.
- Thanks to @milkwine for PR fix: backup failed when dash(’-’) in database name.
⚙️ 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.