Promote configuration between environments
Use Compare with Prod, Update Test Config or Update Production Config on applicable modules to review and move configuration. Promotion builds a configuration template and imports the selected module and dependencies into the other context; it is not a transactional deployment across configuration rows, databases, files and external systems.
Promote safely
- Complete testing and approval in the test context.
- Check module usage and build the full dependency scope. Identify environment-owned Connections, credentials, variables, paths and endpoints that must not be overwritten.
- Back up production configuration and record current service/processing state.
- Compare the module with production. Review temporary comparison output and do not treat a text difference alone as functional validation.
- Select Update Production Config, review every import action and promote only the approved modules/dependencies. Existing infrastructure modules may default to Ignore; verify the retained production object meets the promoted module's contract.
- Refresh or restart affected runtimes, especially startup-loaded API routes.
- Run a controlled production verification and inspect Flow and Transport results before restoring normal traffic.
Do not promote credentials, hostnames, paths or endpoints merely because they work in test. Verify production-specific values and permissions. Database schema changes and binaries use the upgrade process, not ordinary module promotion.
Rollback uses the approved configuration backup or prior controlled templates plus reconciliation of any completed external effects. Do not use Update Test Config as an improvised production rollback.