mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #06002
[Bug 844480] A change has been merged
Reviewed: https://reviews.mahara.org/635
Committed: http://gitorious.org/mahara/mahara/commit/b5713230f85e94398af158c07dcc6917214d6505
Submitter: Francois Marier (francois@xxxxxxxxxxxxxxx)
Branch: master
commit b5713230f85e94398af158c07dcc6917214d6505
Author: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
Date: Fri Sep 2 15:38:41 2011 +1200
Prevent multiple simultaneous upgrades (bug #844480)
When an upgrade is running, prevent requests for admin/upgrade.php
from immediately starting up a second unwanted upgrade by inserting
a record in the config table. Nothing is done on fresh installs,
because the config table won't exist.
Change-Id: Ib82505d04fcb90b0ccbb461acd0d0b4646460498
Signed-off-by: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/844480
Title:
Don't trigger an upgrade when there's already one in progress
Status in Mahara ePortfolio:
In Progress
Bug description:
When an upgrade is in progress, and someone hits the admin/upgrade.php
page, Mahara stupidly starts a second upgrade. The second upgrade
usually fails, but we need to stop this from happening, because it
could potentially result in inconsistencies.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/844480/+subscriptions
References