Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Environment variables

Description

DDB_USER
DDB_PASS

Database credentials. Used for commands that operate on a single database: forecast, deploy, rollback, and package (deployPackager.groovy) operations.

DDB_USER_<dbDefName>
DDB_PASS_<dbDefName>

Database credentials for an individual step (DbDef). Used only for groovy commands, including deployPackager.groovy

Info

Note

The per-DbDef environment variables are checked first. If they are not set, then DDB_USER and DDB_PASS are checked. 

DDB_REF_USER
DDB_REF_PASS

Used with REFERENCE variables for commands that operate on two databases.

  • diff

  • diffchangelog

DDB_TARGET_USER
DDB_TARGET_PASS

Used with TARGET variables for commands that operate on two databases.

  • diff

  • diffchangelog

DDB_DMCDB_USER
DDB_DMCDB_PASS

Used to access the DMCDB database. Operations cause entries to be entered in the DMCDB database:

  • forecast

  • deploy

...

You are prompted with a dialog:

Info

Note

  • Once you enter the credentials for the deployment step, you are not prompted again for additional operations in the current session.

  • You must re-enter credentials when the project is closed and re-opened (new session).

  • You must re-enter credentials if a connection fails.

...