vagrant up failed, saying table 'bugs_bmo.profiles' doesn't exist
Categories
(bugzilla.mozilla.org :: Developer Box, defect)
Tracking
()
People
(Reporter: kohei, Assigned: dkl)
Details
Since my contract ended, I destroyed my Vagrant VM that contained a BMO database snapshot and created a new one using vagrant up
, but it produced the following fatal error:
TASK [generate data] ***********************************************************
fatal: [web]: FAILED! => {"changed": true, "cmd": "sg apache -c '/usr/local/bin/bmo-generate-data'", "delta": "0:00:02.065744", "end": "2019-11-18 21:31:34.436163", "msg": "non-zero return code", "rc": 11, "start": "2019-11-18 21:31:32.370419", "stderr": "DBD::mysql::db selectrow_hashref failed: Table 'bugs_bmo.profiles' doesn't exist [for Statement "SELECT profiles.userid,profiles.login_name,profiles.realname,profiles.mybugslink AS showmybugslink,profiles.disabledtext,profiles.disable_mail,profiles.extern_id,profiles.is_enabled,DATE_FORMAT(last_seen_date, '%Y-%m-%d') AS last_seen_date,profiles.password_change_required,profiles.password_change_reason,profiles.mfa,profiles.mfa_required_date,profiles.nickname,first_patch_reviewed_id,review_request_count,feedback_request_count,needinfo_request_count,comment_count,creation_ts,first_patch_bug_id,last_activity_ts,last_statistics_ts FROM profiles WHERE login_name = ?"]Invalid param name: mail_delivery_method", "stderr_lines": ["DBD::mysql::db selectrow_hashref failed: Table 'bugs_bmo.profiles' doesn't exist [for Statement "SELECT profiles.userid,profiles.login_name,profiles.realname,profiles.mybugslink AS showmybugslink,profiles.disabledtext,profiles.disable_mail,profiles.extern_id,profiles.is_enabled,DATE_FORMAT(last_seen_date, '%Y-%m-%d') AS last_seen_date,profiles.password_change_required,profiles.password_change_reason,profiles.mfa,profiles.mfa_required_date,profiles.nickname,first_patch_reviewed_id,review_request_count,feedback_request_count,needinfo_request_count,comment_count,creation_ts,first_patch_bug_id,last_activity_ts,last_statistics_ts FROM profiles WHERE login_name = ?"]Invalid param name: mail_delivery_method"], "stdout": "", "stdout_lines": []}
Reporter | ||
Comment 1•6 years ago
|
||
This is a blocker for me, any other contributors and those who want to give Bugzilla a try quickly. I could perhaps get a sanitized BMO database snapshot again as an NDA’d contributor, but anyway this has to be solved.
Assignee | ||
Comment 2•6 years ago
|
||
merged to master
Description
•