Hello guys, I can't start update process to 3.1.12 version. When I start php -q update.php, system go in error and report this message: >> Update The patch command is missing. Install patch command and start update again.
Hi, please allow to jump in this post... could you tell me why you use this method of update https://www.ispconfig.org/blog/ispconfig-3-1-12-released/ Code: cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3.1.12.tar.gz tar xvfz ISPConfig-3.1.12.tar.gz cd ispconfig3_install/install php -q update.php instead of this one ? (found every where on ISPConfig website) Code: ispconfig_update.sh I'm perplex. I'm new to ISPConfig, and a little worry about updating Thanks,
don't worry, the ispconfig_update.sh basically just does the manual commands, except that you can choose with some fingertips wether to use svn or stable.
Both methods of update work, however if you try ispconfig_update.sh and there is no update available for your current version then it will just notify you and exit the script. This may not be what you want, say if you are reconfiguring something then you need to use the manual download method. Maybe til can look into it and add in a flag something like ispconfig_update.sh -f to force an update and move away from the manual steps.
Hi again, just for the record : running ispconfig_update.sh from 3.1.11 to 3.1.12 did work perfectly in my case.