These are "soft" errors in the logs since they don't cause backup to fail but they are still annoying.
Probably time for cpanel to give the cpbackup/cpmove code a lookover for more intelligent processing?
If it's smart enough to skip logaholic, why not horde? (and innodb for that matter)
(BTW the grant error is from either skip-name-resolve or skip-networking and the innodb error is from skip-innodb, perhaps mysql could be queried for these before trying to do those operations)
Horde is the most annoying and should be easily detectable, just like they do for logaholic
Probably time for cpanel to give the cpbackup/cpmove code a lookover for more intelligent processing?
If it's smart enough to skip logaholic, why not horde? (and innodb for that matter)
(BTW the grant error is from either skip-name-resolve or skip-networking and the innodb error is from skip-innodb, perhaps mysql could be queried for these before trying to do those operations)
Code:
DBD::mysql::st execute failed: There is no such grant defined for user on host at /usr/local/cpanel/Cpanel/Mysql.pm line 520.
DBD::mysql::db selectall_arrayref failed: Unknown table engine 'InnoDB' at /usr/local/cpanel/bin/cpmysqladmin line 195.
DBD::mysql::db selectall_arrayref failed: Unknown table engine 'InnoDB' at /usr/local/cpanel/bin/cpmysqladmin line 195.
...mysql version: 5.1......mysqldump version: 5.1...Saving mysql privs...Done
ERROR 1146 (42S02) at line 1: Table 'horde.kronolith_shares' doesn't exist
ERROR 1146 (42S02) at line 1: Table 'horde.kronolith_shares' doesn't exist
ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB'
...Done
Skipping Logaholic Backup. Logaholic is globally disabled on this system.
Storing mysql dbs............
horde.turba_objectshorde.turba_objects
Error : Table 'horde.turba_objects' doesn't exist
status : Operation failed
horde.horde_prefs(1690 bytes) horde.kronolith_shareshorde.kronolith_shares
Error : Table 'horde.kronolith_shares' doesn't exist
status : Operation failed
horde.kronolith_storagehorde.kronolith_storage
Error : Table 'horde.kronolith_storage' doesn't exist
status : Operation failed
horde.mnemo_memoshorde.mnemo_memos
Error : Table 'horde.mnemo_memos' doesn't exist
status : Operation failed
horde.nag_taskshorde.nag_tasks
Error : Table 'horde.nag_tasks' doesn't exist
status : Operation failed
...Done