X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=upgrade%2F0.9.16%2Fupdate.sh;h=b38d294fd18765a4f86c915d65c8fd70efefbc9e;hb=94c6c7888a4f5489a273b7bcabc7dc9fadec3fca;hp=de82fc0d464ef733ada3721d2ae98c0f24be191e;hpb=a7c29df3b9bf8f3c3b23fec0f1d2feb814cb61fe;p=platal.git diff --git a/upgrade/0.9.16/update.sh b/upgrade/0.9.16/update.sh index de82fc0..b38d294 100755 --- a/upgrade/0.9.16/update.sh +++ b/upgrade/0.9.16/update.sh @@ -2,12 +2,23 @@ . ../inc/pervasive.sh +echo "Upgrading bogofilter settings for ML" +sudo -u list ./upgrade_lists.py + mailman_stop mailman_templates mailman_start +########################################################### + +echo "fixing the xnetevents aliases (this may be a long operation)" + +./xnetevents.list.php ########################################################### + +echo "upgrading the database" + for sql in *.sql do echo -n $sql