Update from 3.0.1.4 to 3.0.1.6 don't work

Discussion in 'General' started by Gimly, Nov 24, 2009.

  1. Gimly

    Gimly Member

    Hi All,

    I've multi-server system and I want to upgrade my all servers. I updated my master server with no problem, but when I want to update my slave server the update.php can't access to mysql's master.

    No firewall on both server and bind-adress option on my.cnf on the master are commented.

    If you have an idea ?

    Thanks

    PS : I can't access to my master server with MySQL Administrator tools
     
  2. damir

    damir New Member

    Good start is to always update slaves first and than master.

    Look into your mysql user table and check if login info is correct regarding slaves connecting to master.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok. Then its a problem of the mysql permissions in the master DB and not a problem of the ispconfig update itself. Check the mysql permission tables and firewall and my.cnf on the master server to ensure that the mysql root user is able to connect from the slaves to the master server. then test with the mysql commandline tools on the slave if a connection to the master works before you retry to update the slave server.
     

Share This Page