Page MenuHomePhabricator

Prepare and check storage layer for gucwiki
Closed, ResolvedPublic

Description

The new wiki's visibility will be: Public.

Event Timeline

Zabe changed the edit policy from "Custom Policy" to "All Users".Jan 4 2023, 2:33 PM
Marostegui triaged this task as Medium priority.Jan 4 2023, 2:34 PM
Marostegui moved this task from Triage to Blocked on the DBA board.
Marostegui subscribed.

Let us know when the wiki is created so we can sanitize it

Marostegui added a subscriber: BTullis.

Sanitized. Database _p and user grants created.
Ready for views creation.

I thought this wiki was also created (along with a bunch of others) but it wasn't. So I have cleaned up the _p database (but left the user and grants)

I think I did the sanitation:

root@db1154:~# for i in gucwiki; do echo $i; redact_sanitarium.sh -d $i -S /run/mysqld/mysqld.s5.sock | mysql -S /run/mysqld/mysqld.s5.sock $i ; done

This looks clean and the grants are added GRANT SELECT, SHOW VIEW ON as well as the _p database.
This is ready for the views creation

Mentioned in SAL (#wikimedia-operations) [2023-03-29T15:51:06Z] <btullis@cumin1001> Added views for new wiki: gucwiki T326235

BTullis claimed this task.