You can only run a single Bytebase workspace at a time. In other words, you can scale up the workspace but cannot scale it out to multiple replicas.Restarting the Bytebase workspace usually takes under 10 seconds. To minimize the downtime, you should
store the metadata in an external PostgreSQL database and make sure the PostgreSQL instance is highly available.
For production deployments, pin to a specific version (e.g., bytebase/bytebase:3.9.0) instead of using latest to prevent unexpected updates.See the latest versions in our changelog.