[SOLVED] ./pve-upgrade-2.3-to-3.0 --purge Removing mdadm ...

mystique

New Member
May 26, 2013
9
0
1
Morning all,

If you have setup software raid.. (like many people have..) the purge will remove your mdadm configuration!

apt-get install mdadm

at the end of the purge is all I did. When I rebooted everything was still working..

Also do not `apt-get purge apache2*` before you --purge otherwise the script errors out..

If you did make an /etc/init.d/apache2 that takes a stop argument.. or grab something from another machine.. then the script works just fine..

YMMV