Advertisement
Artim

update.php

Mar 23rd, 2020
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. MediaWiki 1.34.0 Updater
  2.  
  3. Your composer.lock file is up to date with current dependencies!
  4. Going to run database updates for wiki-mediawiki
  5. Depending on the size of your database this may take a while!
  6. Abort with control-c in the next five seconds (skip this countdown with --quick) ... 0
  7. Turning off Content Handler DB fields for this part of upgrade.
  8. ...have ipb_id field in ipblocks table.
  9. ...have ipb_expiry field in ipblocks table.
  10. ...already have interwiki table
  11. ...indexes seem up to 20031107 standards.
  12. ...have rc_type field in recentchanges table.
  13. ...index new_name_timestamp already set on recentchanges table.
  14. ...have user_real_name field in user table.
  15. ...querycache table already exists.
  16. ...objectcache table already exists.
  17. ...categorylinks table already exists.
  18. ...have pagelinks; skipping old links table updates
  19. ...il_from OK
  20. ...have rc_ip field in recentchanges table.
  21. ...index PRIMARY already set on image table.
  22. ...have rc_id field in recentchanges table.
  23. ...have rc_patrolled field in recentchanges table.
  24. ...logging table already exists.
  25. ...have user_token field in user table.
  26. ...have wl_notificationtimestamp field in watchlist table.
  27. ...watchlist talk page rows already present.
  28. ...user table does not contain user_emailauthenticationtimestamp field.
  29. ...page table already exists.
  30. ...have log_params field in logging table.
  31. ...logging table has correct log_title encoding.
  32. ...have ar_rev_id field in archive table.
  33. ...have page_len field in page table.
  34. ...revision table does not contain inverse_timestamp field.
  35. ...have rev_text_id field in revision table.
  36. ...have rev_deleted field in revision table.
  37. ...have img_width field in image table.
  38. ...have img_metadata field in image table.
  39. ...have user_email_token field in user table.
  40. ...have ar_text_id field in archive table.
  41. ...page_namespace is already a full int (int(11)).
  42. ...ar_namespace is already a full int (int(11)).
  43. ...rc_namespace is already a full int (int(11)).
  44. ...wl_namespace is already a full int (int(11)).
  45. ...qc_namespace is already a full int (int(11)).
  46. ...log_namespace is already a full int (int(11)).
  47. ...have img_media_type field in image table.
  48. ...already have pagelinks table.
  49. ...image table does not contain img_type field.
  50. ...already have unique user_name index.
  51. ...user_groups table exists and is in current format.
  52. ...have ss_total_pages field in site_stats table.
  53. ...user_newtalk table already exists.
  54. ...have iw_trans field in interwiki table.
  55. ...wl_notificationtimestamp is already nullable.
  56. ...index times already set on logging table.
  57. ...have ipb_range_start field in ipblocks table.
  58. Wikimedia\Rdbms\DBReadOnlyError from line 975 of /var/www/mediawiki-1.34.0/includes/libs/rdbms/database/Database.php: Database is read-only: Down for maintenance, access will be restored shortly
  59. #0 /var/www/mediawiki-1.34.0/includes/libs/rdbms/database/Database.php(1186): Wikimedia\Rdbms\Database->assertIsWritableMaster()
  60. #1 /var/www/mediawiki-1.34.0/includes/libs/rdbms/database/Database.php(1148): Wikimedia\Rdbms\Database->executeQuery('UPDATE `mediawi...', 'MysqlUpdater::d...', 0)
  61. #2 /var/www/mediawiki-1.34.0/includes/libs/rdbms/database/DBConnRef.php(68): Wikimedia\Rdbms\Database->query('UPDATE `mediawi...', 'MysqlUpdater::d...', 0)
  62. #3 /var/www/mediawiki-1.34.0/includes/libs/rdbms/database/DBConnRef.php(292): Wikimedia\Rdbms\DBConnRef->__call('query', Array)
  63. #4 /var/www/mediawiki-1.34.0/includes/installer/MysqlUpdater.php(944): Wikimedia\Rdbms\DBConnRef->query('UPDATE `mediawi...', 'MysqlUpdater::d...')
  64. #5 /var/www/mediawiki-1.34.0/includes/installer/DatabaseUpdater.php(490): MysqlUpdater->doPageRandomUpdate()
  65. #6 /var/www/mediawiki-1.34.0/includes/installer/DatabaseUpdater.php(454): DatabaseUpdater->runUpdates(Array, false)
  66. #7 /var/www/mediawiki-1.34.0/maintenance/update.php(205): DatabaseUpdater->doUpdates(Array)
  67. #8 /var/www/mediawiki-1.34.0/maintenance/doMaintenance.php(99): UpdateMediaWiki->execute()
  68. #9 /var/www/mediawiki-1.34.0/maintenance/update.php(277): require_once('/var/www/mediaw...')
  69. #10 {main}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement