I have a cron job on an ubuntu server and I want to get it triggered everyday at time: 00.00
However, I have realized that job does not run on 30th of the month. I checked the syslog and found:
Oct 1 00:00:01 mp-cronjob-01 CRON[10226]: (root) CMD (cd /root/MongoCollectionsCSV && sh /root/MongoCollectionsCSV/export_listing_salability.sh)
What I am doing wrong?
By the way, this is what I have added to crontab (script is for exporting all the documents from mongodb using mongoexport internal tool):
00 00 * * * sh the_script_name.sh