Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • There is no information about the scripts themselves in the question. Do they write to a place where dbuser has permission to write, for example? Do they use tools that may not be in the PATH used by cronjobs? Does the cron daemon send error messages to the dbuser user by mail, which it usually does if a job produces output or errors? Commented Feb 22, 2020 at 16:59
  • Do they use environment variables or a custom PATH that's set up in dbusers profile? Commented Feb 22, 2020 at 17:42
  • @roaima no they don't. Commented Feb 24, 2020 at 3:08
  • @Kusalananda i updated my question. Commented Feb 24, 2020 at 3:15
  • 1
    @roaima by crontab -e. i never restarted crond before. here i was just testing if it solve the problem or not. Commented Feb 24, 2020 at 6:48