Backup are not 100% working

Discussion in 'Installation/Configuration' started by nokia80, Mar 17, 2022.

  1. nokia80

    nokia80 Member

    hi guys,

    i have a few questions maybe you guys know more.

    1 For some time now all old backups remain in the backup tab of the website, the backups have been removed from /var/backup (mount) but all backup tabs are completely full.

    i came across this but i have the latest update of ispconfig

    https://git.ispconfig.org/ispconfig/ispconfig3/-/merge_requests/1335




    2 IS SOLVED NOW
    even since half a year no MYSQL backups are made when the cron is running

    If I use the following command php /usr/local/ispconfig/server/cron_debug.php --cronjob=500-backup.inc.php but no mysql backup is made.

    If I manually run this command for 1 website it works

    php /usr/local/ispconfig/server/backup-now.php --id=180 --type=mysql
    Making backup of website id=180, type=mysql, please wait...
    All operations finished, status success.

    Hopefully someone here has an idea
     
    Last edited: Mar 19, 2022
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    What is the output when debugging the backup cron?

    Can you share your crontab?
     
  3. nokia80

    nokia80 Member

    Hi @Thom,
    The second question has been solved, I have deleted all users in mysql, created new ones and placed the login data in the config file of ispconfig. the backup sql had lost access to the control panel (multie server setup)

    I still have the problem that all old backups remain, is there a solution for that?
     
  4. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Have you done Resync? I am not sure whether that will clear your issue but I will normally try that among others.
     
  5. nokia80

    nokia80 Member

    hi Ahrasis,

    on what i have to do Resync the are a lot of options? let me know pleace
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    They should get removed step by step when they go out of the rotation. A resync will probably not help as backups are cron jobs and not connected to resync.
     
  7. nokia80

    nokia80 Member

    hi @till
    can i remove them in mysql? removing in the controle panel is not working.

    Let me know!
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Removing them in the database directly should be fine.
     
  9. nokia80

    nokia80 Member

    Hi Till,

    On what table i have to do that?
     

Share This Page