Workspace Server
How to upgrade ZenML Workspace Servers.
This page covers upgrade procedures for ZenML Workspace Servers across different deployment scenarios.
Always upgrade the Control Plane first, then upgrade Workspace Servers. This ensures compatibility and prevents potential issues.
SaaS Deployments
For SaaS deployments, workspace servers can be upgraded in a self-service manner directly through the ZenML frontend.
Hybrid or self-hosted Deployments
In hybrid or self-hosted deployments, you manage the Control Plane yourself.
Tip: Always review the release notes for workspace server updates before upgrading. For any issues or questions, contact ZenML Support.
Upgrade Process:
Navigate to workspace settings in the ZenML Pro UI
Initiate the workspace upgrade
The system automatically performs a database backup to ensure rollback is possible
Monitor the upgrade progress in the UI
This provides a safe and reliable process to keep your workspaces up to date with minimal operational overhead.
Hybrid Deployments
To upgrade workspace servers in a hybrid deployment:
Update Helm Values: Change the Workspace Server version in your
values.yamlfile to reference the new image tag (the version you want to upgrade to).Apply the Upgrade: Re-apply the Helm chart to perform the upgrade:
Automatic Backup: As part of the upgrade process, the system takes a database backup automatically before proceeding. This ensures you can safely roll back if anything goes wrong.
Monitor the Upgrade: Watch the logs and pod statuses to verify a healthy rollout:
Rollback on Failure: If the upgrade fails for any reason, the system will automatically roll back to the previous workspace server version using the backup. No manual intervention is required.
Zero Downtime: Workspace upgrades are orchestrated to be highly available—users should not experience downtime during the upgrade process.
Rollback Procedures
If the upgrade fails or causes issues:
Helm rollback:
Restore database if needed from the backup taken before the upgrade.
Verify rollback:
Related Documentation
Upgrades and Updates - Overview of upgrade procedures
Upgrading Control Plane - Control Plane upgrade procedures
Workspace Server Configuration - Configuration reference
Last updated
Was this helpful?