Page MenuHomePhabricator

Prepare and check storage layer for gorwikiquote
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.Fri, Oct 4, 8:14 AM

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

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

This is now complete.

btullis@tools-bastion-13:~$ sql gorwikiquote
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 23285937
Server version: 10.6.19-MariaDB MariaDB Server

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

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

MariaDB [gorwikiquote_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 |              0 | Halaman_Bungaliyo |                1 |           0 | 0.744788691298 | 20241004095553 | 20241004095548     |       12229 |       21 | wikitext           | NULL      |
+---------+----------------+-------------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+-----------+
1 row in set (0.002 sec)

MariaDB [gorwikiquote_p]>