Summary of Steps updating multi-servers

Discussion in 'General' started by andresgt2000, Sep 3, 2014.

  1. andresgt2000

    andresgt2000 Member

    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:

    1. Backup db, /etc, /usr/local/ispconfig, fullsnapshots of the VM's
    2. cd /tmp
    3. wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
    4. tar xvfz ISPConfig-3-stable.tar.gz
    5. cd ispconfig3_install/install
    6. php -q update.php

    Master Server (STEPS)

    1. Select update method (stable,svn) [stable]: stable
    2. Shall the script create a ISPConfig backup in /var/backup/ now? (yes,no) [yes]: yes
    3. Reconfigure Permissions in master database? (yes,no) [no]: yes
    4. Reconfigure Services? (yes,no) [yes]: yes
    5. ISPConfig Port [8080]: 6001 (my case)
    6. Create new ISPConfig SSL certificate (yes,no) [no]: no
    7. Reconfigure Crontab? (yes,no) [yes]: yes

    Slave Servers (STEPS)

    1. Select update method (stable,svn) [stable]: stable
    2. Shall the script create a ISPConfig backup in /var/backup/ now? (yes,no) [yes]: yes
    3. Reconfigure Permissions in master database? (yes,no) [no]: no
    4. Reconfigure Services? (yes,no) [yes]: yes
    5. Create new ISPConfig SSL certificate (yes,no) [no]: no
    6. 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.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats looks fine.
     

Share This Page