Skip to content

Troubleshooting / Forgot Installation Directory

The default installation path for DataFlux Func is /usr/local/dataflux-func.

Additionally, after version 1.1.5 of DataFlux Func, the installation directory will be written to a fixed location file /etc/dataflux-func upon successful installation or upgrade.

You can confirm the installation directory with the following command:

Bash
1
cat /etc/dataflux-func

Example return:

Bash
1
INSTALLED_DIR=/usr/local/dataflux-func

After version 1.1.5, upgrading does not require the --install-dir parameter; the script will automatically find the installation directory based on the content in /etc/dataflux-func

After version 1.1.5, hosts that have already installed DataFlux Func in principle are no longer allowed to install to a different directory

Running an older version of DataFlux Func will not have the above automatic handling; the current upgrade still requires manually specifying the previous installation directory

When you see this content, you can only download DataFlux Func versions after 1.1.5