These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Virtualmin virtual-server module version 3.98 on the new forum.
Howdy all,
A new version of Virtualmin has been rolled out to all software repositories.
Changes since 3.97:
As always, if you run into any bugs, let us know in the ticket tracker.
How should I upgrade my existing virtualmin setup?
I'm currently running 3.97.
How safe is upgrading considered to be?
Howdy,
Upgrading is pretty safe, and recommended :-)
There's a few different ways to upgrade, but if you used the install.sh script to perform the installation, you could always log into your server over SSH as root and run one of these two commands (the first is for CentOS, the second for Debian/Ubuntu):
yum update
apt-get update && apt-get upgrade
I donno... recently there were too many php-version-related bugs i encountered.
Trying to update virtualmin, here are the dependent packages I was asked to upgrade by my server :
$ apt-get upgrade webmin-virtual-server ... The following packages will be upgraded: ... apport base-files dpkg dpkg-dev gnupg gpgv grub-common initramfs-tools initramfs-tools-bin isc-dhcp-client isc-dhcp-common language-pack-en language-pack-en-base language-selector-common libapache2-mod-php5 libdpkg-perl libdrm-intel1 libdrm-nouveau1a libdrm-radeon1 libdrm2 libfreetype6 libnih-dbus1 libnih1 libpciaccess0 libplymouth2 libpq-dev libpq5 linux-libc-dev man-db mountall mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 mysql-server-core-5.5 php-pear php5 php5-cgi php5-cli php5-common php5-curl php5-dev php5-gd php5-mysql plymouth plymouth-theme-ubuntu-text postgresql-9.1 postgresql-client-9.1 python-apport python-problem-report ubuntu-minimal unattended-upgrades upstart webmin-virtual-server
(and it's a very new server)
i'll do a full system backup i guess..
Howdy,
We always recommend keeping all the packages on your system up to date. Those are all normal -- Ubuntu has released a number of updates recently, incorporating bugfixes and security updates.
You can see the list of security updates here:
http://www.ubuntu.com/usn/
For example, both PHP and MySQL had new versions released towards the end of January.
However, if you really want to upgrade just Virtualmin, and not any other packages (which we don't recommend, as the ones your seeing contain security fixes), you could run this command:
apt-get install webmin-virtual-server
Thank you for the advice.