Updating from 3.0.4.x to 3.0.5.x

Discussion in 'General' started by Ph1L, Oct 7, 2014.

  1. Ph1L

    Ph1L Member

    Hi guys,

    Wouldn't be out of the box, updating from 3.0.4.x to 3.0.5.x, using the ispconfig_update.sh command ?

    I mean, will any PHP versions or MySQL be changed, so that existing sites won't work afterwards ? Like PHP going from 5.3 to 5.6 fx.

    Thanks,
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    yes.

    neither PHP nor mysql are part of ispconfig, so they dont get changed.
     
  3. Ph1L

    Ph1L Member

    Thanks for your feedback.
    So if PHP or MySQL needs to be updated, then it's only 'the hard way' ?

    What about downtime? If I update ISPConfig to newest version, then Apache needs to be restarted, right ? That should normally only take seconds.
    Does the server needs to be rebooted after ISPConfig update ?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    You simply install the updates of the linux distrbution. So thats quite easy. On Debain and ubuntu, you run:

    apt-get update && apt-get upgrade

    and on Centos you run

    yum update

    But you should run these commands anyway at least once a week to keep your system safe.

    The downtime is just a few seconds.

    no
     
  5. Ph1L

    Ph1L Member

    After a successfull update, I do still have the "jobqueue" stuck bug.
    The server has not been rebooted after this update; maybe it would fix it ?
    I don't wan't to reboot it now, due to downtime in work hours.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

  7. Ph1L

    Ph1L Member

    .. but why ?
    Afaik, the stuck bug was fixed in one of the newest releases.

    Before I got a green light for updating this server, I used the '/usr/local/ispconfig/server/server.sh' command each time.
    Now, I still have to use it, after the update. That doesn't make sense to me.
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Then you have a problem with the cron daemon of your server and not ispconfig.
     
  9. Ph1L

    Ph1L Member

    A yum upgrade, will update PHP, MySQL etc. if needed, right?
    Or do I have to update this manually ?
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    just use yum to keep your Linux packages up to date.
     
  11. Ph1L

    Ph1L Member

    Exactly.
    What about PHP updates then ? How do you update them youself ? ;)
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    That depends on how you installed php. If you use the system php like I do, I just run apt-get upgrade on debian and I'am always up to date. If you use additional php versions, then you have to compile a updated version and e.g. switch to the new one by using symlinks.
     

Share This Page