ispconfig_update.php problem

Discussion in 'Installation/Configuration' started by beni, Feb 21, 2020.

  1. beni

    beni New Member

    I am trying to rewrite the configuration of ispconfig again with ispconfig_update.php, but at the time of doing it throws me at the prompt and does not ask me if I want to rewrite the configuration
     

    Attached Files:

  2. Steini86

    Steini86 Active Member

    "Download and extract the latest version, chdir into install and run php -q update.php"
    Code:
    cd /tmp
    wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
    tar xvfz ISPConfig-3-stable.tar.gz
    cd ispconfig3_install/install
    php -q update.php
    (Instead of latest, use the version you have currently installed. I just use that snipped so that I do not have to adjust it all the time. Imho it would make sense to implement a "reconfigure services" function into ispc. That problem arises a lot of times)
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    The problem is that the tar backup dies for whatever reason on your system, that's why it did not ask to reconfigure services. Check that your harddisk is not full and that you have enough free RAM.
     

Share This Page