Troubleshooting / Forgot Installation Directory
The default installation path for DataFlux Func is /usr/local/dataflux-func.
Furthermore, starting from DataFlux Func version 1.1.5, after a successful installation or upgrade, the installation directory is written to a fixed location file: /etc/dataflux-func.
You can confirm the installation directory using the following command:
| Bash | |
|---|---|
1 | |
Example return:
| Bash | |
|---|---|
1 | |
For upgrades after version 1.1.5, it is not necessary to provide 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 already have DataFlux Func installed in principle are no longer allowed to perform a secondary installation to a different directory.
A running older version of DataFlux Func will not have the aforementioned automatic handling. For that upgrade, you still need to manually specify the previous installation directory.
By the time you see this content, you can only download DataFlux Func versions 1.1.5 and later.