Is there a compelling reason to upgrade from Ubuntu 8.04 (Hardy Heron)?

Solution 1:

The short answer would be:

  • Server: no
  • Desktop: maybe

The old saying "If it ain't broken, don't fix it." is especially true when dealing with servers. While I did upgrade my server from 8.04 to 10.04, that was only because there were quite a bunch of new libraries I really wanted. Except for that 8.04 is still a solid release, and if there is nothing you explicitly feel is missing I definitely thing you should stay with it.

Regarding the desktop the choice is less obvious. The new 10.04 will most likely give a nicer and more polished "desktop experience". Also, you will notice a lot more improvements in the included desktop software than you generally do with the typical server daemons.

Still, your 8.04 desktop is working for you and while the same will probably go for the 10.04 desktop, a change always comes with the risk of something going wrong. What I guess it comes down to is how burdensome/possible it would be for you to re-install the 8.04 desktop in a worst case scenario.

Solution 2:

Yes, a huge amount of proactive security work was done between Hardy and Lucid. Just compare the security features list. For example, many security flaws would be exploitable on Hardy are at most a denial of service on Lucid.

Solution 3:

It depends what your needs are. Certainly, on desktop you are more likely to upgrade because applications and features change more and faster.

However, also the server has some new upgrades that can cut both ways. For instance php5 has been upgraded to 5.3 which has a lot of very relevant new features to the php language (namespacing, magic functions for static methods in objects etc.). However, a lot of older php applications are not compatible with php5.3. Therefore, you need to weigh if any of your old applications are effected and if you need those new features.