...
By default, the MettleCI Workbench installer creates a new user called mciworkb
(if it doesn’t already exist) and sets its primary group to dstage
. All files created during the installation are owned by that user and group.
If your environment requires you to use a different user, do the following:
As
root
, create an environment variable calledDM_WORKBENCH_USER
and set it to the name of the user you want to use.
If your environment requires you to use a different group, do the following:
As
root
, create an environment variable calledDM_DSTAGE_GROUP
and set it to the name of the group you want to use.
Tip |
---|
Use the Avoid changing shells between the setting of environment variables and the execution of installation commands. |
Installation / Upgrade
Note |
---|
Before you perform an upgrade:
|
...