[ERROR] API call to sites_database_add failed. See log file for details.

Discussion in 'Plugins/Modules/Addons' started by unsichtbare, Jun 12, 2020.

  1. unsichtbare

    unsichtbare Member HowtoForge Supporter

    I did a dry run with no issues, but on the real migrate saw this 12 times, the it seemed to keep going:
    Log File:
    Code:
    2020-06-12 21:15:31 - [ERROR] JSON API REPLY ERROR: Unknown column 'backup_format_web' in 'field list' UPDATE web_database SET backup_interval = 'none', backup_copies = 1 WHERE database_id = 5 - Arguments sent were: array (
      'client_id' => '2',
      'params' =>
      array (
        'server_id' => '1',
        'parent_domain_id' => '1',
        'type' => 'mysql',
        'database_name' => 'c1support2',
        'database_user_id' => '1',
        'database_ro_user_id' => '0',
        'database_charset' => '',
        'remote_access' => 'n',
        'active' => 'n',
        'remote_ips' => '',
        'sys_perm_user' => 'riud',
        'sys_perm_group' => 'riud',
        'sys_perm_other' => '',
        'database_name_prefix' => 'c1',
        'database_quota' => '-1',
        'quota_exceeded' => 'n',
        'last_quota_notification' => NULL,
        'backup_interval' => 'none',
        'backup_copies' => '1',
        '_ID_' => '5',
        '_migrate_status' => NULL,
        '_migrate_status_type' => NULL,
        '_migrate_status_dep' => NULL,
        '_primary_id' => '5',
      ),
      'session_id' => '450d4234525024952a9eb4c5ed498f9e',
    )
    
    Any ideas?
     
    Last edited: Jun 12, 2020
  2. unsichtbare

    unsichtbare Member HowtoForge Supporter

    Self-answer: My target server install was fresh and (ironically) not as updated as my source on a much older Ubuntu. I did ispconfigupdate.sh on the target and now it goes
     

Share This Page