Bytebase

Open-source database CI/CD tool with review, rollback, and GitOps integration.

Access the Web UI

  • Open a browser and go to: https://<server-ip>
  • Accept the self-signed SSL certificate warning.
  • Create your admin account during first login.

Configure External URL

  1. Navigate to Settings → General under Workspace.
  2. Enter the External URL (e.g., https://<server-ip>).
  3. Click Update to apply changes.

Important Files & Directories

  • Deployment: /root/bytebase/docker-compose.yml
  • Persistent data: /root/bytebase/data
  • Nginx configuration: /etc/nginx/sites-available/bytebase.conf

Managing the Deployment

cd /root/bytebase
docker compose ps         # View running containers
docker compose logs -f    # Follow logs
docker compose down       # Stop services
docker compose up -d      # Start services

Application Details