Options

IgnoreWithNocheck when doing deployments.

ktersiusktersius Posts: 15
edited March 19, 2013 5:56AM in Deployment Manager
How can one tell deployment manager to validate the upgrade of the database but use the IgnoreWithNocheck option? We have a scenario where static data is being changed and a WITH NOCHECK upgrade script is being generated.

This then breaks the deployment post validation check.

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    It's not possible at the moment to set database comparison options for the database deployment done by Deployment Manager. We're currently discussing the best way to implement this.

    In the meantime, you can create a new release and add the abortOnHighSeverityWarnings variable to true; this should allow the deployment to continue past the data loss warnings.
Sign In or Register to comment.