Bytebase 1.1.1
Allow schema review policy configuration for the environment. Add archive checkers for environment/project/instance. UI improvements for tenant-mode deployment. Improved PostgreSQL schema dump. The owner of newly created PostgreSQL schemas is the database owner by default. Display applicable conditions for Environment policies.
- Enable schema review policy configuration in environment
- Users can configure a schema review policy for a particular environment. The schema review policy can be configured through both schema review policy dashboard and environment dashboard
- Both rule level and rule configuration can be changed
- After creating a schema review policy, users can view, edit or delete the policy any time they like
- Display schema review results in the issue detail page if the schema review policy is configured
๐ Enhancement
- Add archive checkers for environment/project/instance
- Ensure the environment has no instance before itโs archived
- Ensure the project has no database before itโs archived
- Ensure all databases in the instance are under the default project before the instance is archived
- UI improvements for tenant-mode deployment
- Improved PostgreSQL schema dump.
- The owner of newly created PostgreSQL schemas will be the same as the database owner by default.
- Display applicable conditions for Environment policies.
๐ Community
โ๏ธ 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.