Skip to content

Troubleshooting / Forgot Installation Directory

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

In addition, starting from DataFlux Func 1.1.5, after a successful installation/upgrade, the installation directory is written to the fixed file /etc/dataflux-func.

You can confirm the installation directory with the following command:

Bash
1
cat /etc/dataflux-func

The sample output is as follows:

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

After version 1.1.5, upgrades do not require providing the --install-dir parameter; the Script will automatically locate the installation directory based on the contents of /etc/dataflux-func.

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

If you are running an older version of DataFlux Func, the above automatic handling will not be available; this 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.