I setup a script for to take an mysql db backup everyday on a specific time, so now the cron is running perfectly it executing the script without problem but the problem is db backup file is not stored in the specific location,but while we executing a script manually in terminal it executing and the files are stored in the specific location perfectly.
I checked the cron logs it's shows all perfectly running, and i check the cron and mysql status it's running perfectly.
help me to solve this issue.