Select a custom temporary folder
When you install Collibra Platform, you need about 5 GB of free disk space in the temporary folder. This is the location where the installer will first extract all files before it can install the software in the selected location.
If your operating system does not have enough free disk space in its default temporary folder, you can select a temporary folder of your choice with the --target
option.
- Linux as root user:
sudo ./dgc-linux-5.9.2-2.sh --target /path/to/custom/tmp/folder
- Linux as non-root user:
./dgc-linux-5.9.2-2.sh --target /path/to/custom/tmp/folder
- Windows:
setup.bat --target /path/to/custom/tmp/folder --config <path/to/config>