db backups

Discussion in 'ISPConfig 3 Priority Support' started by pinkfeet, Nov 6, 2020.

  1. pinkfeet

    pinkfeet Member HowtoForge Supporter

    Hi all,

    After upgrade to 3.2, db backups in servers of multiserver scenario are not working anymore. Manual backups of that databases doesn't work neither. Anyone has seen something like this in a multiserver scenario ?

    When i run this command from command line in a db server, the db backups are not created:
    Code:
    php /usr/local/ispconfig/server/cron_debug.php --cronjob=500-backup.inc.php
    This is output of the command:
    Code:
    finished cron debug.
    Do you know any other method in order to debug this please ?

    Thanks in advance guys
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

  3. pinkfeet

    pinkfeet Member HowtoForge Supporter

    Ok Th0m, i'm in that situation too. i'll update to 3.2.1 as soon as be published.
    Thanks a lot
     
    Th0m likes this.
  4. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Do you get the same error "ERROR - Failed to make backup of type mysql, because no information present about requested domain id XX"?
     
  5. pinkfeet

    pinkfeet Member HowtoForge Supporter

    When i opened the thread I didn't know the existence of backup-now.php. After read the issue you pasted, i supposed was in the same situation. Now, i'd checked the script with that same results:
    In web server:
    Code:
    root@web2:~# php /usr/local/ispconfig/server/backup-now.php --id=1315
    Making backup of website id=1315, type=all, please wait...
    All operations finished, status success.
    root@web2:~# ls -ltr /var/backup/web1315/
    total 1365064
    -rwxr-x--- 1 web1315 client289 349439601 Nov  5 04:49 web1315_2020-11-05_04-49.zip*
    -rwxr-x--- 1 web1315 client289 349440174 Nov  6 04:45 web1315_2020-11-06_04-44.zip*
    -rwxr-x--- 1 web1315 client289 349469042 Nov  7 04:27 web1315_2020-11-07_04-26.zip*
    -rwxr-x--- 1 web1315 client289 349469161 Nov  7 11:36 manual-web1315_2020-11-07_11-35.zip*
    
    In db server:
    Code:
    root@db2:~# php /usr/local/ispconfig/server/backup-now.php --id=1315
    Making backup of website id=1315, type=all, please wait...
    07.11.2020-11:35 - ERROR - Failed to make backup of type web, because no information present about requested domain id 1315
    All operations finished, status failed.
    
     
  6. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Alright. I hope we have this fixed asap.
     

Share This Page