Server installation options

Installation modifiers with environment variables

There are environment variables that can be set to change specific part of the installation

Do not modify system Techniques at upgrade

During its upgrade, Rudder automatically upgrade and commit the system Techniques. These Techniques are necessary to maintain Rudder, and need to be synchronized with Rudder. If you don’t want to commit automatically the system Techniques, you should set the environment variable RUDDER_NO_TECHNIQUE_AUTOCOMMIT to 1.

export RUDDER_NO_TECHNIQUE_AUTOCOMMIT=1

You will have to commit the Techniques after the installation to ensure that Rudde works as expected

cd /var/rudder/configuration-repository/techniques/system
git add .
git commit -m "Upgrade system Techniques"

← Monitoring Integration →