Page MenuHomePhabricator

Prepare and check storage layer for fonwiki
Closed, ResolvedPublic

Description

The new wiki's visibility will be: Public.

Related Objects

Event Timeline

Gehel triaged this task as High priority.Nov 3 2023, 10:32 AM
Gehel moved this task from Incoming to Ready for Work on the Data-Platform-SRE board.

Mentioned in SAL (#wikimedia-operations) [2023-11-08T11:04:48Z] <btullis@cumin1001> Added views for new wiki: fonwiki T347938

BTullis claimed this task.
BTullis moved this task from Ready for Work to Done on the Data-Platform-SRE board.

This is done now. Once again it took two executions of the cookbook, but the openstack error was slightly different this time.
That error was:

keystoneauth1.exceptions.connection.ConnectFailure: Unable to establish connection to https://openstack.eqiad1.wikimediacloud.org:29001/v2/zones/55dc12de-d948-4c52-9ebb-f90705b10864/recordsets?name=nawiktionary.web.db.svc.wikimedia.cloud.: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

However, after the second run everything seems fine.

btullis@tools-sgebastion-10:~$ sql fonwiki
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 428278803
Server version: 10.4.22-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 [fonwiki_p]> 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 | Nuwlanwlan_tají_ɔ   |                1 |           0 | 0.323819583238 | 20231003135301 | 20231003095619     |        8265 |       31 | wikitext           | NULL      |
|       2 |              8 | Sitesupport-url     |                0 |           1 | 0.640526092044 | 20231003093010 | 20231003093010     |           2 |      109 | wikitext           | NULL      |
+---------+----------------+---------------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+-----------+
2 rows in set (0.002 sec)

MariaDB [fonwiki_p]>