Safe upgrade process and rollback preparation
- Last Updated: December 23, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You can safely upgrade the MCP server while minimizing risk by preparing rollback options, applying the new distribution, and validating the upgrade through regression checks.
The following steps describe how to perform a controlled upgrade and ensure system
stability:
- To provide a rollback option in case of failure, export the current working
profile using
git addor create an archive. - Retrieve the latest version of the software by pulling the new distribution ZIP.
- To update container images for the new release, load images using
load_images.sh. - Recreate the profile with the same specification and configuration to ensure consistency between old and new setups.
- To detect configuration differences before deployment, compare
mcp_server_config.generated.jsonwith the previous version. - Run regression tool invocations and compare representative outputs for validating functional integrity after upgrade.