What the UI does
The deployment details page opens an Upgrade Deployment dialog. The user enters a target version, and the UI calls:Failed state, and updates the cluster version.
Upgrade from Admin UI
- Open Deployments.
- Open the target deployment.
- Select Upgrade.
- Enter the target FalkorDB version, for example
v2.0.0or another version shown by your version catalog. - Select Confirm Upgrade.
Validate
Failure handling
- If the version is invalid or unavailable, the backend returns a
400response. - If the cluster is not found, the backend returns a
404response. - If the cluster is in
Failedstate, resolve the cluster condition before retrying.