Fork me on GitHub
mandriva

Upgrade procedure

Upgrade notices

MDS 2.4.1 to MDS 2.4.2 upgrade notices

MDS 2.4.0 to MDS 2.4.1 upgrade notices

MDS 2.3.2 to MDS 2.4.0 upgrade notices

MDS 2.3.1 to MDS 2.3.2 upgrade notices

MDS 2.3.0 to MDS 2.3.1 upgrade notices

MDS 2.2.0 to MDS 2.3.0 upgrade notices

Debian Lenny upgrade

For the Debian packages:

# apt-get update
# /etc/init.d/mmc-agent stop
Disable MMC agent during package upgrade, else it will be restarted even if all MMC plugins have not been upgraded
# sed -i s/ENABLE=yes/ENABLE=no/ /etc/default/mmc-agent
# apt-get install python-mmc-base python-mmc-samba python-mmc-network python-mmc-mail python-mmc-proxy mmc-web-base mmc-web-mail mmc-web-samba mmc-web-network mmc-web-proxy mmc-agent
Modify the configuration files according to the upgrade notices if needed.
# sed -i s/ENABLE=no/ENABLE=yes/ /etc/default/mmc-agent
# /etc/init.d/mmc-agent start

Mandriva upgrade

# urpmi.update -a
# service mmc-agent stop
# urpmi --auto-select
Modify the configuration files according to the upgrade notices if needed.
# service mmc-agent start