Hi all, i want to ask a question like whenever i s...
# plugins-general
m
Hi all, i want to ask a question like whenever i setup a cron for meltano it shows me in my log file that meltano is not install but if i run it manually it works fine any suggestion how to fix it please help
1
r
So the
meltano
executable is not available in the environment under which
cron
is running... I would use the
Copy code
which meltano
command to find where
meltano
is installed for your user when running manually, and then reference the absolute path in the
cron
command (i.e.
/path/to/meltano install ...
).
m
Thanks it worked
👍 1
🙌 1