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.
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?
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?
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
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