Documentation Index
Fetch the complete documentation index at: https://docs.bytebase.com/llms.txt
Use this file to discover all available pages before exploring further.
Upgrade Process
This guide walks through upgrading Bytebase with Docker. Complete each step sequentially to ensure a smooth and safe upgrade:Step 1: Stop and Remove the Existing Container
First, gracefully stop and remove your current Bytebase container. This prevents data corruption by ensuring no concurrent access to the metadata.Step 2: Back Up Your Metadata
🚨 Critical: Before proceeding, create a complete backup of your metadata. This backup serves as your safety net for rolling back if needed. Refer to the “Back up and Restore” section below for comprehensive backup procedures.Step 3: Launch the Updated Version
Start Bytebase with the new version using your existing Docker run command, updating only the image tag to the desired version.Back up and Restore (External PostgreSQL)
Creating a Backup
Execute the following command to create a complete database clone:Restoring from Backup
- Stop your Bytebase instance completely.
-
Preserve the current database by renaming it:
-
Restore from your backup:
- Start Bytebase with the previous version (the version you were running before the failed upgrade).
-
After confirming successful restoration, remove temporary databases:

