X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=upgrade%2F0.9.16%2Fupdate.sh;h=b38d294fd18765a4f86c915d65c8fd70efefbc9e;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;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