Page MenuHomePhabricator

Prepare and check storage layer for madwiktionary
Closed, ResolvedPublic

Description

The new wiki's visibility will be: Public.

Event Timeline

ABran-WMF moved this task from Triage to Ready on the DBA board.
Ladsgroup moved this task from Ready to Done on the DBA board.
Ladsgroup added a project: Data-Platform-SRE.
Ladsgroup added subscribers: ABran-WMF, Ladsgroup.

DBA side is done now.

Gehel triaged this task as High priority.Oct 4 2024, 8:14 AM

Mentioned in SAL (#wikimedia-operations) [2024-10-04T09:16:08Z] <btullis@cumin1002> START - Cookbook sre.wikireplicas.add-wiki for database madwiktionary (T375023)

Mentioned in SAL (#wikimedia-operations) [2024-10-04T09:16:18Z] <btullis@cumin1002> END (PASS) - Cookbook sre.wikireplicas.add-wiki (exit_code=0) for database madwiktionary (T375023)

This is now complete.

btullis@tools-bastion-13:~$ sql madwiktionary
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 23287198
Server version: 10.6.19-MariaDB MariaDB Server

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [madwiktionary_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 |
+---------+----------------+------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+-----------+
|       1 |              4 | Tanèyan    |                0 |           0 | 0.550170714586 | 20240926115847 | 20240926115914     |       13622 |     1219 | wikitext           | NULL      |
+---------+----------------+------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+-----------+
1 row in set (0.001 sec)

MariaDB [madwiktionary_p]>