The new wiki is public and it was just created.
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Jdforrester-PERSONAL | T199935 Stop creating a new wiki every year for Wikimania | |||
Resolved | Reedy | T199509 Create Wikimania wiki | |||
Resolved | Bstorm | T201001 Prepare and check storage layer for wikimaniawiki |
Event Timeline
Comment Actions
Mentioned in SAL (#wikimedia-operations) [2018-08-02T12:48:14Z] <marostegui> Sanitize wikimaniawiki - T201001
Comment Actions
I have sanitized this wiki and my new user was created correctly with all the sanitization done.
It is ready for cloud-services-team to create the views.
Comment Actions
I have added the grants to labsdbuser so the script won't fail with access denied:
for i in labsdb1009 labsdb1010 labsdb1011; do echo $i; mysql.py -h$i -e " show grants for 'labsdbuser';" | grep -i wikimaniawiki;done labsdb1009 GRANT SELECT, SHOW VIEW ON `wikimaniawiki\\_p`.* TO 'labsdbuser' labsdb1010 GRANT SELECT, SHOW VIEW ON `wikimaniawiki\\_p`.* TO 'labsdbuser' labsdb1011 GRANT SELECT, SHOW VIEW ON `wikimaniawiki\\_p`.* TO 'labsdbuser'
Comment Actions
It will still fail on that if we don't also create the '_p' DB manually, unfortunately. I can get that in a bit.