Page MenuHomePhabricator

Prepare and check storage layer for gorwiktionary
Closed, ResolvedPublic

Description

The new wiki's visibility will be: Public.

Event Timeline

Marostegui triaged this task as Medium priority.Jan 3 2023, 12:40 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

Zabe changed the edit policy from "Custom Policy" to "All Users".Jan 3 2023, 8:30 PM
Urbanecm subscribed.

The database was created, so this should now be ready for sanitizing.

Marostegui moved this task from Triage to In progress on the DBA board.
Marostegui added a subscriber: BTullis.

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

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

Mentioned in SAL (#wikimedia-operations) [2023-01-12T13:05:47Z] <btullis@cumin1001> Added views for new wiki: gorwiktionary T326138

I believe that this is now complete:

btullis@tools-sgebastion-10:~$ sql gorwiktionary "select * from page limit 2"
+---------+----------------+-------------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+-----------+
| page_id | page_namespace | page_title        | page_is_redirect | page_is_new | page_random    | page_touched   | page_links_updated | page_latest | page_len | page_content_model | page_lang |
+---------+----------------+-------------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+-----------+
|       1 |              0 | Halaman_Bungaliyo |                1 |           0 |  0.30868756566 | 20230111165500 | 20230105014730     |       10465 |       22 | wikitext           | NULL      |
|       2 |              8 | Sitesupport-url   |                0 |           1 | 0.114137789733 | 20230104134034 | 20230104134034     |           2 |      110 | wikitext           | NULL      |
+---------+----------------+-------------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+-----------+