Since October 02 at midnight, ALL my "Databases' Back-up - Scheluded Cron Jobs" have stopped working.
I am puzzled :-)
To make sure CPanel was not the cause, I just upgraded CPanel to version "8.4.0-STABLE 92". No change.
All my Crons are structured like this:
(In this sample, the Cron is doing a database backup everyday at 15:00)
--------------------------------------------------
PHP File
located in:
home/thiscustomer/crons/ThisDatabaseName_1500.php
--------------------------------------------------
The content of this PHP file is:
Code:#!/usr/bin/php -q <? $today = date( "Ymd", time() ); $dumpcmd = "mysqldump -u thiscustomer_databaseUser -pdatabaseUserPassword --databases thiscustomer_ThisDatabaseName --opt | gzip > "; $dumpcmd .= "crons/ThisDatabaseName/1500/ThisDatabaseName.sql.gz"; system($dumpcmd); ?>
--------------------------------------------------
For calling this Script from inside CPanel, I have this in "Advanced (Unix Style):
php -q < ./crons/ThisDatabaseName_1500.php
I also tried this:
/usr/bin/php/home/thiscustomer/crons/ThisDatabaseName_1500.php
No success... ?
Thank you for your help.
Kind Regards,
cPanel.net Support Ticket Number:



LinkBack URL
About LinkBacks
Reply With Quote




