We are trying to run an upgrade of ConnectAll and it always uses the default /tmp directory and required a minimum space of 4GB. In our organization as per security rule we have maximum disk available in tmp is 2GB. How can we change the /tmp directory location used by ConnectAll installer.
ConnectAll: 3.4.0 or higher
OS: RHEL8, Linux OS
To change the /tmp directory used by installer follow below steps
1: Create a temporary directory at a specific location
2: Set the environment variable INSTALL4J_TEMP to path of temporary directory created in step 1. Example export INSTALL4J_TEMP=<PATH TO TEMP DIRECTORY>
3: Run the installer