Hi all, I read the article on How-to Updating ISPConfig in a Multiserver System. First of all, thank you very much Till, by the answers given in "How-to Updating ISPConfig in a Multiserver System". I have not found much information on the topic. I have some questions and I want you to help me to clarify. I also have my hosting infrastructure with ISPConfig, separated into multiple servers. Current version I have installed is 3.0.5.3. Since that came out the patch 3.0.5.4, I wanted to run, but I was not sure of the order to follow. Then I put a list of steps to follow to update ISPConfig, based on several articles I have read and which are the questions I want to clarify. Common steps for all servers: Backup db, /etc, /usr/local/ispconfig, fullsnapshots of the VM's 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 Master Server (STEPS) Select update method (stable,svn) [stable]: stable Shall the script create a ISPConfig backup in /var/backup/ now? (yes,no) [yes]: yes Reconfigure Permissions in master database? (yes,no) [no]: yes Reconfigure Services? (yes,no) [yes]: yes ISPConfig Port [8080]: 6001 (my case) Create new ISPConfig SSL certificate (yes,no) [no]: no Reconfigure Crontab? (yes,no) [yes]: yes Slave Servers (STEPS) Select update method (stable,svn) [stable]: stable Shall the script create a ISPConfig backup in /var/backup/ now? (yes,no) [yes]: yes Reconfigure Permissions in master database? (yes,no) [no]: no Reconfigure Services? (yes,no) [yes]: yes Create new ISPConfig SSL certificate (yes,no) [no]: no Reconfigure Crontab? (yes,no) [yes]: yes According to the manual How to Update ISPConfig 3, the option Reconfigure Services is recommended to apply for all servers. I just want to know if the steps are correct or if need some other way or option that is to be applied.