Transform a multi server configuration to single servers

Discussion in 'ISPConfig 3 Priority Support' started by tr909192, Nov 2, 2020.

  1. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Yes,
    Do it following the instructions at the end of every ISPConfig release notes, but download with wget the same version of ISPConfig that is already running on that host.
     
  2. tr909192

    tr909192 Member HowtoForge Supporter

    ok understood. but if the version is the same will it run the update script (the update script is the script that does the configure at the end)? where am i wrong?
     
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    I do not know
    I have merely told you how to force ISPConfig to do reconfigure services.
     
  4. tr909192

    tr909192 Member HowtoForge Supporter

    ok sorry then maybe i did not understand. the reconfigure is run by the ispconfig_update script. correct? if so, when i run this script with the same version as the installed one, no action is perfomed because it sees the same version. how to resolve?
     
  5. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Not correct. Maybe this assumption has caused this failure to communicate.
     
  6. tr909192

    tr909192 Member HowtoForge Supporter

    yes you're right. but at this time i still have confusion. can you please specify which script have i to run for reconfigure services? sorry for recurring questions
     
  7. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Look at end of ISPConfig release notes:
    https://www.ispconfig.org/blog/ispconfig-3-2-released/
    Find out what version of ISPConfig you now have running, and wget that versions ISPConfig installation package, so replace the version numbers in the commands:
    Code:
    cd /tmp
    wget https://www.ispconfig.org/downloads/ISPConfig-3.2.tar.gz
    tar xvfz ISPConfig-3.2.tar.gz
    cd ispconfig3_install/install
    php -q update.php
     
  8. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Yes, you can run the script to reconfigure for the same version.
     

Share This Page