Compare
Bragi provides two comparison tools to support safe and effective deployments between Environments:
Metadata Compare: Enables you to review differences between Bragi Config objects at metadate level and select which ones to promote to the next Environment in your deployment chain.
SQL Compare: Allows you to examine differences in the underlying database schemas, including tables, columns, and other structural objects, to validate schema changes.
Use both tools together to ensure comprehensive validation before promoting changes.
Best Practices
Always begin your deployment review with Metadata Compare, then validate schema changes using SQL Compare.
Pause any Jobs scheduled or running in your target Environment to avoid unexpected conflicts.
Run any necessary SQL migration scripts before promoting Configs that depend on schema changes.
Test your deployments in a staging Environment before production rollout to verify compatibility and stability.