[00:09:39] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Coinbase import fails with database error - https://phabricator.wikimedia.org/T116445#1749880 (Ejegg) It may be the db charset/collation. On production and on my local machine: ``` SELECT @@character_set_database, @@collation_database; +---------------... [06:28:10] (CR) Rosalieper: "My patch is still pending, can another person review it?" [extensions/CentralNotice] - https://gerrit.wikimedia.org/r/247990 (https://phabricator.wikimedia.org/T72462) (owner: Rosalieper) [06:30:36] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Improve date range search fields - https://phabricator.wikimedia.org/T116443#1750096 (awight) [10:19:02] (PS1) Rosalieper: "uses" key added in localisation files [extensions/CentralNotice] - https://gerrit.wikimedia.org/r/248612 (https://phabricator.wikimedia.org/T41266) [11:03:05] (PS2) Rosalieper: "uses" key added in localisation files [extensions/CentralNotice] - https://gerrit.wikimedia.org/r/248612 (https://phabricator.wikimedia.org/T41266) [17:50:39] Fundraising Tech Backlog, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Install Civi 4.6 to production - https://phabricator.wikimedia.org/T99844#1750745 (awight) [18:15:12] Fundraising Sprint Vengaboys, Fundraising Tech Backlog, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, Unplanned-Sprint-Work: Install Civi 4.6 to production - https://phabricator.wikimedia.org/T99844#1300198 (awight) [19:09:05] Fundraising Sprint Vengaboys, Fundraising Tech Backlog, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, Unplanned-Sprint-Work: Install Civi 4.6 to production - https://phabricator.wikimedia.org/T99844#1750816 (awight) Noting that the maintenance_mode setting doesn't seem to work. I can st... [19:14:47] Fundraising Sprint Vengaboys, Fundraising Tech Backlog, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, fundraising-tech-ops: Create new civicrm repo - https://phabricator.wikimedia.org/T114831#1750829 (awight) @eileenmcnaughton: What do you think about doing the initial upgrade using our... [19:47:22] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Coinbase import fails with database error - https://phabricator.wikimedia.org/T116445#1750850 (awight) The binary charset should be more forgiving, if anything. Good to catch this bug before altering the production charset to binary, though. [19:57:16] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Coinbase import fails with database error - https://phabricator.wikimedia.org/T116445#1750857 (awight) My local box matches staging: ``` show create table civicrm_address; .... DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ``` Cannot reproduce the error... [20:08:40] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Coinbase import fails with database error - https://phabricator.wikimedia.org/T116445#1751010 (awight) Another theory: we're seeing a secondary error caused while formatting an initial exception, or during watchdog logging. `check_plain` is used in bot... [20:24:02] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Bubble up CiviCRM database error message - https://phabricator.wikimedia.org/T116493#1751026 (awight) NEW [20:38:44] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Coinbase import fails with database error - https://phabricator.wikimedia.org/T116445#1751043 (awight) I can reproduce the error using raw SQL: `insert into civicrm_address set street_address = x'CC';` This does look like a charset encoding mismatch li... [20:57:09] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Coinbase import fails with database error - https://phabricator.wikimedia.org/T116445#1751053 (awight) This is getting kinda scary. Drupal includes code to always set the connection charset to utf8, so how can we be getting binary? That would lead to...