Member Junction
    Preparing search index...

    Interface DatabaseProvisionContext

    Input context for the database provisioning phase.

    DatabaseProvisionPhase.Run

    interface DatabaseProvisionContext {
        Config: PartialInstallConfig;
        Dir: string;
        Emitter: InstallerEventEmitter;
        Yes: boolean;
    }
    Index

    Properties

    Properties

    Current install config with database credentials from the configure phase.

    Dir: string

    Absolute path to the target install directory.

    Event emitter for progress, prompt, and log events.

    Yes: boolean

    Non-interactive mode — skips the "run this script" prompt.