upgrade to ubuntu 11.04?
I would prefer doing upgrades using
upgrade-manager -d
but I also could use the Webmin interface if that would go smoother through reboots, etc.?
11.04 is in beta now but will be an official release next week. I'd just like to know if there are good reasons for waiting awhile before upgrading.
Thanks.
Lester
6 Replies
I'm not even sure if Webmin even has such an option, but I'd avoid doing important system upgrades over a web interface. I normally wouldn't do it over SSH either, since the SSH daemon might need to be restarted in the middle of an upgrade. Either use "screen" over SSH, or do it on LISH to be extra safe.
I had thought LISH was just another ssh type of client. I have used it once while on travel. From what you say, it is a more robust console.
Thanks for the info.
Lester
@ingber:
hybernet:
I had thought LISH was just another ssh type of client. I have used it once while on travel. From what you say, it is a more robust console.
lish connects to an ssh daemon running on the host (dom0 I think it's called), not your linode's ssh daemon. It is a more robust console.
@ingber:
I'd just like to know if there are good reasons for waiting awhile before upgrading.
When I upgraded to 9.04 some time ago, my application software broke. Please make an image copy prior to the upgrade - if there is any problem you can simply restore the image backup, no worries.
James
Then millions will have pounded on it and given it a good testing both for bugs and security patches.
@hybinet:
…since the SSH daemon might need to be restarted in the middle of an upgrade…
It's no problem to restart ssh whilst you are connected by ssh, at least not on Linux. Try it, it should not kick you off. On Solaris it does drop your connection, I'm not sure about other unixes.
It's probably a good idea to use screen anyway.