Support —pg option to boot Bytebase. bb CLI Support —dsn option in CLI. Add installation script of bb CLI. Add dashboard page to manage all SQL sheets. Admin page to view all projects. Added /healthz health check endpoint for supporting serverless platform.
Use the —pg option to specify the database endpoint upon launching Bytebase.
Support data source name (DSN) formats to connect databases in CLI, e.g. --dsn mysql://user:passwd@host:port/dbname?opt1=val1&opt2=val2
User can install bb
CLI with only one command.
Previously, users needed to go through several steps from downloading on GitHub Release, decompressing and manually moving the files to executable file directory.
Introducing the SQL sheet dashboard page as users can view all related sheets in a table view.
Users whose roles are Owner and DBA in Workspace can view all projects under Settings
.
This enables serverless platforms like render.com to point its health check endpoint to /healthy.
Visit Default Project
button explicitlyThe Default Project
is the special project holding the databases synced from the database instance. Users usually need to visit this project to transfer the database to their own projects.
Fresh install: /get-started/self-host
Upgrade: /get-started/upgrade
Warning: Bytebase does not support in-place downgrade. Make sure to back up your metadata before upgrading.
Support —pg option to boot Bytebase. bb CLI Support —dsn option in CLI. Add installation script of bb CLI. Add dashboard page to manage all SQL sheets. Admin page to view all projects. Added /healthz health check endpoint for supporting serverless platform.
Use the —pg option to specify the database endpoint upon launching Bytebase.
Support data source name (DSN) formats to connect databases in CLI, e.g. --dsn mysql://user:passwd@host:port/dbname?opt1=val1&opt2=val2
User can install bb
CLI with only one command.
Previously, users needed to go through several steps from downloading on GitHub Release, decompressing and manually moving the files to executable file directory.
Introducing the SQL sheet dashboard page as users can view all related sheets in a table view.
Users whose roles are Owner and DBA in Workspace can view all projects under Settings
.
This enables serverless platforms like render.com to point its health check endpoint to /healthy.
Visit Default Project
button explicitlyThe Default Project
is the special project holding the databases synced from the database instance. Users usually need to visit this project to transfer the database to their own projects.
Fresh install: /get-started/self-host
Upgrade: /get-started/upgrade
Warning: Bytebase does not support in-place downgrade. Make sure to back up your metadata before upgrading.