mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #28520
[Bug 1479543] Re: Upgrading from 1.9 to 15.04 in mysql can timeout on big sites
** Changed in: mahara/15.04
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1479543
Title:
Upgrading from 1.9 to 15.04 in mysql can timeout on big sites
Status in Mahara:
Fix Committed
Status in Mahara 1.10 series:
Fix Committed
Status in Mahara 15.04 series:
Fix Released
Bug description:
If there are lots of artefact and elasticsearch is running then the
adding of the 'path' column and updating all the artefacts to have new
path value can cause very long upgrade, or even upgrade timing
out/locking up the database.
The problem is that there is a trigger on the artefact table - but as
the path value is not stored by elasticsearch we don't need to get
elasticsearch to reindex all the artefact rows.
So we will drop the trigger for this bit and re-add the trigger after
the artefact table has add it's path column added.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1479543/+subscriptions
References