I have two problems with the isponfig website feature "backup" 1. does not work for websites anymorem but 2. one website is constantly backed up... (loop) How can I check; a) which backup jobs are sheduled b) can stop this backup loop c) delete backup jobs history in ispconfig
You can use the cron_debug.php script to find out why the cronjob fails: cd /usr/local/ispconfig/server/ php cron_debug.php --cronjob=500-backup.inc.php
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php.ini on line 676 in Unknown on line 0 PHP Fatal error: Call to undefined method app::running_on_slaveserver() in /usr/local/ispconfig/server/lib/classes/backup.inc.php on line 1284
Is your ISPConfig 3.2.12p1? Did you change anything in the code or are you using any third-party modules?
that is not possible, CentOS 7.x (PHP 5.4 but required PHP7.x). I know I have to migrate, but till then I need stop this backup loop.
Make a backup of the file: /usr/local/ispconfig/server/lib/classes/cron.d/500-backup.inc.php and then delete it. This will stop all website backups in ISPConfig.
manual-db_xxxxx_2024-12-03_18-13.sql.gz manual-db_xxxxx_2024-12-03_18-14.sql.gz manual-db_xxxxx_2024-12-03_18-15.sql.gz manual-db_xxxxx_2024-12-03_18-16.sql.gz ...
Try to remove the symlink to the backup plugin in /usr/local/ispconfig/server/plugins-enabled/ folder.
You should also run a repair and optimize using phpmyadmin on all tables of the dbispconfig database; maybe some tables are crashed, which prevents the backup status from being written into the database.