- ALTER TABLEs to run: ALTER TABLE /*_*/growthexperiments_link_recommendations CHANGE gelr_data gelr_data MEDIUMBLOB DEFAULT NULL; (commit)
- Where to run those changes: growthexperiments.dblist, per-wiki x1 databases
- When to run those changes: As soon as possible.
- If the schema change is backwards compatible: Yes
- If the schema change has been tested already on some of the test/beta wikis: Deployed to beta-wikis, no issues seen.
- If the data should be made available on the labs replicas and/or dumps: Not applicable.
- Is this schema change blocking a feature rollout?: Yes, blocks T382270: Store the fact that Add Link did not generate any recommendation for a page, don't try again
Description
Description
Details
Details
Related Changes in GitLab:
| Title | Reference | Author | Source Branch | Dest Branch | |
|---|---|---|---|---|---|
| change_growthexperiments_link_recommendations_T384177: New schema change | repos/sre/schema-changes!31 | marostegui | T384177 | main |
Event Timeline
Comment Actions
Most of these tables are small enough that I think I can run this in the master with replication a a decent sleep, but I will send the gitlab merge request so it is tracked.
Comment Actions
marostegui opened https://gitlab.wikimedia.org/repos/sre/schema-changes/-/merge_requests/31
change_growthexperiments_link_recommendations_T384177: New schema change
Comment Actions
This is now running in the master with some sleep in between wikis. It will take a few hours.
Comment Actions
marostegui merged https://gitlab.wikimedia.org/repos/sre/schema-changes/-/merge_requests/31
change_growthexperiments_link_recommendations_T384177: New schema change