Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Best way to dist-upgrade?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Best way to dist-upgrade?

I always do it by migrating to a new vps with the newer distro. Simple rsync + dumps or a software reinstall.

I've had way to many issues with kernels breaking (Xen / digitalocean) or other crap after an upgrade like non working software (Ubuntu) or packages that got removed from the repo's (Ubuntu). With a migration I at least still have a working setup without having to restore a backup...

How do you upgrade? (OS distro, not cms or other software on top)

Comments

  • vpsGODvpsGOD Member, Host Rep
    edited November 2014

    make sure you on ubuntu LTS

    Having backup is always prefered before upgrading

  • With a dev environment that replicates the production server as closely as possible -- same virtualization, same distro, same apps, same config.

    Thanked by 1vRozenSch00n
  • I prefer software reinstall. It is slower, but when I bumped into problem, it is easier to trace.

    As usual, before reinstalling I keep useful scripts handy.

  • Debian never had issues. Ubuntu, I just rebuild them from scratch. Ubuntu seems to always break itself.

    Thanked by 1vRozenSch00n
  • BlanozBlanoz Member
    edited November 2014

    @Mun said:

    Debian never had issues. Ubuntu, I just rebuild them from scratch. Ubuntu seems to always break itself.

    Same happened until I sticked with the LTS version. Also never had problems with Debian.

    The best answer is "replication" if you don't like to reinstall things, even in auto mode (where scripts do your job).

  • I upgraded a Ubuntu 11.10 (production server) to 12.04.4 a few weeks ago and didn't run into any major issues, had to recompile a few Python modules. That's all.

    I expected far worse to happen..

    @Mun said:
    Debian never had issues. Ubuntu, I just rebuild them from scratch. Ubuntu seems to always break itself.

  • @k0nsl said:
    I upgraded a Ubuntu 11.10 (production server) to 12.04.4 a few weeks ago and didn't run into any major issues, had to recompile a few Python modules. That's all.

    I expected far worse to happen..

    Debian never had issues. Ubuntu, I just rebuild them from scratch. Ubuntu seems to always break itself.

    I did mine on a DNS server, and from then on couldn't use service bind9 stop as it was fully broke, eventually just made it into a debian box.

  • nfnnfn Veteran

    New VPS with a fresh system and just rsync the data.
    It's always good to have a fresh system and you get time to refresh your procedures in case of an incident.

Sign In or Register to comment.