ISPC problems after backup recovery - chnages are made but still displayed as waiting

Discussion in 'ISPConfig 3 Priority Support' started by radim_h, Feb 6, 2017.

  1. radim_h

    radim_h Member HowtoForge Supporter

    Hello,
    i have setup from 4 ispconfgi servers
    1. Main server (ISPconfig GUI) + DNS
    2. mail server
    3. web server
    4. db server

    My main server got hacked, i had to go back from backup.
    now it seems that all changes are commited to other servers.
    But there si problem with changes to WEBSERVER - those are commited but still displayed as waiting: The following changes are not yet populated to all servers: Update website settings:6
    Websites are created and changed, but there is still mesage about waiting chnanges
    /var/log/ispconfig/cron.log is not displaying any errors


    FYI: /var/log/ispconfig/cron.log for MAILSERVER was displaying : "WARNING - Falsche Anfrage / Wrong QuerySQL-Query = UPDATE server SET updated = '185907' WHERE server_id = 2 -> 1142". I added update permission to table dbispconfig.server
    Now there is mesage tail: error writing ‘standard output’: Broken pipe

    Can you help me, also as paid support, to solve this ?

    Regards
    RH
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. radim_h

    radim_h Member HowtoForge Supporter

    Is there way to upgrade ISPConfig with same version as installed and reconfiguring rights in the db ?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, just download the ispconfig tar.gz file, unpack it and run the update.php script in the install folder:

    cd /tmp
    wget http://www.ispconfig.org/downloads/ISPConfig-3.1.2.tar.gz
    tar xvfz ISPConfig-3.1.2.tar.gz
    cd ispconfig3_install/install
    php -q update.php
     
    radim_h likes this.
  5. radim_h

    radim_h Member HowtoForge Supporter

    Hello, new instalation of same version on all servers did the trick. Everything works OK now. Thank you
    It seems that i did not reconfigure master database permission with previous install, database restore was nto the problem
     

Share This Page