Page MenuHomePhabricator

update.php doesn't give any status
Open, MediumPublic

Description

With a variety of extensions installed in vagrant, the last message I see from update.php is

Checking index structures for table `smw_fpt_sf_af` ...
   ... index s_id is fine.
   ... index o_id is fine.
   ... done.
Database initialized successfully.

Setting up internal property indices ...
   ... space for internal properties already allocated.
   ... writing entries for internal properties ... done.
Internal properties initialized successfully.

Tailing /vagrant/logs/mediawiki-debug.log shows a queries being executed, though.

Query onewiki (79114) (slave): SELECT /* Revision::loadText  */
  old_text,old_flags  FROM `text`   WHERE old_id = '136130'  LIMIT 1
Query onewiki (79115) (slave): UPDATE /* PopulateRevisionSha1::upgradeRow  */
  `revision` SET rev_sha1 = '0q16xp1lfapztnusvmmrj763v4uaq23' WHERE rev_id =
  '140251'

It would be nice to see some indication of activity from the update.php script.


Version: 1.23.0
Severity: normal

Details

Reference
bz61506