Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra-addon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/erasoporte.es/soporte.erasoporte.es/wp-includes/functions.php on line 6260

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra-sites domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/erasoporte.es/soporte.erasoporte.es/wp-includes/functions.php on line 6260

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the uael domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/erasoporte.es/soporte.erasoporte.es/wp-includes/functions.php on line 6260

Warning: Attempt to read property "post_title" on null in /var/www/vhosts/erasoporte.es/soporte.erasoporte.es/wp-content/plugins/elementor/core/isolation/elementor-adapter.php on line 28

Deprecated: ¡La función WP_Dependencies->add_data() ha sido llamada con un argumento que está obsoleto desde la versión 6.9.0! Los comentarios condicionales de IE los ignoran todos los navegadores compatibles. in /var/www/vhosts/erasoporte.es/soporte.erasoporte.es/wp-includes/functions.php on line 6260
No se ejecutan los backups programados - ERA Hosting

No se ejecutan los backups programados

Si se actualiza PHP 5.3 a Plesk 9.5.4, genera una incompatibilidad con una tabla de la base de datos de Plesk en MySQL.

La solución viene en: http://www.mikcx.com/mysql-5-5-update-breaks-scheduled-backups/

Los errores que genera ‘backupmng’ son:
backupmng: Unable to fetch backup tasks from database: BIGINT UNSIGNED value is out of range in ‘(-(weekday(`psa`.`BackupsScheduled`.`last`)) + `psa`.`BackupsScheduled`.`backup_day`)’
backupmng: Unable to fetch backup tasks from database: BIGINT UNSIGNED value is out of range in ‘(-(weekday(`psa`.`BackupsScheduled`.`last`)) + `psa`.`BackupsScheduled`.`backup_day`)’

Y para solucionarlo hay que hacer esto:

mysql -u admin -p`cat /etc/psa/.psa.shadow`
use psa
ALTER TABLE BackupsScheduled MODIFY COLUMN backup_day INTEGER;

Deja un comentario

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *