[Bug 29492] Upgrade to 1.17.0rc1 fails

2013-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29492

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

Version|1.17.0rc1   |1.17

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29492] Upgrade to 1.17.0rc1 fails

2011-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29492

Tim Starling tstarl...@wikimedia.org changed:

   What|Removed |Added

   Priority|Normal  |High
 CC||tstarl...@wikimedia.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29492] Upgrade to 1.17.0rc1 fails

2011-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29492

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Chad H. innocentkil...@gmail.com 2011-06-21 01:14:34 UTC 
---
Resolved the max execution time issue in r90506 by set_time_limit(0) during
Install and Upgrade.

Thanks for testing RC1!

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29492] Upgrade to 1.17.0rc1 fails

2011-06-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29492

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com,
   ||platoni...@gmail.com
  Component|Database|Installation

--- Comment #1 from Platonides platoni...@gmail.com 2011-06-19 16:07:16 UTC 
---
Seems we should use set_time_limit() in the updater.

I'd retry running update.php it is likely that this time it will take less time
(due to the work done previously) and succeed. Else, you can add
set_time_limit(0); at the top of update.php, after the ?php

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29492] Upgrade to 1.17.0rc1 fails

2011-06-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29492

Subfader subfa...@gmail.com changed:

   What|Removed |Added

Version|unspecified |1.17.0rc1

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29492] Upgrade to 1.17.0rc1 fails

2011-06-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29492

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

--- Comment #2 from Chad H. innocentkil...@gmail.com 2011-06-19 17:57:26 UTC 
---
The command line script shouldn't hit max execution times. However this could
very easily be hit by the updater running from the web.

set_time_limit() for the web probably wouldn't be a bad idea. Disabling
possibly super-long updates with a warning could be another course of action.

As noted in comment 1, re-running the updater should workaround the
issue--since you won't be wasting time on the previous updates anymore.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29492] Upgrade to 1.17.0rc1 fails

2011-06-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29492

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2011-06-19 
17:59:27 UTC ---
Who says it is a table update that is slow? Reading the log kind of hints
something else, since the last entry is an update which is *done*.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29492] Upgrade to 1.17.0rc1 fails

2011-06-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29492

--- Comment #4 from Chad H. innocentkil...@gmail.com 2011-06-19 18:09:46 UTC 
---
It's not a table update that's killing it in comment 0, it's
populateRevisionLength.php (which is run as one of the updates). I never said
anything specific about table updates.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29492] Upgrade to 1.17.0rc1 fails

2011-06-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29492

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 CC||maxsem.w...@gmail.com

--- Comment #5 from Max Semenik maxsem.w...@gmail.com 2011-06-19 18:33:50 UTC 
---
This is related to bug 27929. I think that before it's resolved, we should make
it obvious in docs/release notes that upgrading large wikis should still be
done from command line.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29492] Upgrade to 1.17.0rc1 fails

2011-06-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29492

--- Comment #6 from Subfader subfa...@gmail.com 2011-06-19 18:43:43 UTC ---
Added set_time_limit(0); to update.php and it worked after creating an empty
LocalSettings.php and AdminSettings.php

It ran since Platonides posted till now.

What took so long is:
Processing next 50 rows... 50 done.
...
Processing next 50 rows... 369980 done.
Creating msg_resource table...ok
Creating module_deps table...ok
...ar_page_revid key doesn't exist.
Adding ar_revid key to table archive... ok
...ll_lang is up-to-date.
Purging caches...done.
Checking site_stats row...done.
Checking existence of old default messages...done.

I def gave up earlier on the web-installer but since it read that error message
as last entry with nothing happening for ages I assumed it got stuck... but
maybe it really got because of set_time_limit().

Now my LocalSettings.php is empty but I'd like it to be created by the web
installer for all the defaults, but that's not realted to this bug and I'll
post on IRC.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l