We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DBdeployer sources variables in the following order:
Global File (/etc/dbdeployer/config.sh)
/etc/dbdeployer/config.sh
Optionally, if allow_config_override is set to true in the config file the file ~/.dbdeployer will be sourced after the global config
allow_config_override
~/.dbdeployer
Command line parameters always are applied last and will be the value that is used for a set parameter even if one exists in the global or user config