Page MenuHomePhabricator

Prepare and check storage layer for cswikivoyage
Closed, ResolvedPublic

Description

The new wiki's visibility will be: Public.

Event Timeline

It is now ready for DE team.

Can this be completed? cswikivoyage is still not listed in the meta_p.wiki table while events are being sent out. This causes problems for my spamcheck tool.

MariaDB [(none)]> select * from meta_p.wiki where dbname like 'cswikivoyage';
Empty set (0.004 sec)

How can I escalate this? It's been a month now and community is waiting.

Mentioned in SAL (#wikimedia-operations) [2024-08-27T10:55:18Z] <btullis@cumin1002> START - Cookbook sre.wikireplicas.add-wiki for database cswikivoyage (T370912)

How can I escalate this? It's been a month now and community is waiting.

Apologies for the delay. I think that you did the right thing by adding the Data-Platform-SRE tag.

Mentioned in SAL (#wikimedia-operations) [2024-08-27T11:20:56Z] <btullis@cumin1002> END (PASS) - Cookbook sre.wikireplicas.add-wiki (exit_code=0) for database cswikivoyage (T370912)

BTullis triaged this task as High priority.

This is done now. The sre.wikireplicas.add-wiki cookbook ran cleanly.

btullis@tools-bastion-13:~$ sql cswikivoyage

MariaDB [cswikivoyage_p]> select * from page limit 1;
 --------- ---------------- ----------------- ------------------ ------------- ---------------- ---------------- -------------------- ------------- ---------- -------------------- ----------- 
| 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 |
 --------- ---------------- ----------------- ------------------ ------------- ---------------- ---------------- -------------------- ------------- ---------- -------------------- ----------- 
|       2 |              8 | Sitesupport-url |                0 |           1 | 0.029593743622 | 20240724225913 | 20240730130122     |           2 |      108 | wikitext           | NULL      |
 --------- ---------------- ----------------- ------------------ ------------- ---------------- ---------------- -------------------- ------------- ---------- -------------------- ----------- 
1 row in set (0.002 sec)