Page MenuHomePhabricator

[wikireplicas] Create views for new wiki pplwiki
Closed, ResolvedPublic

Event Timeline

fnegri triaged this task as Medium priority.Wed, Jan 21, 2:53 PM
fnegri subscribed.
fnegri changed the task status from Open to In Progress.Tue, Jan 27, 11:52 AM

Mentioned in SAL (#wikimedia-operations) [2026-01-27T13:49:03Z] <fnegri@cumin1003> START - Cookbook sre.wikireplicas.add-wiki for database pplwiki (T415050)

Mentioned in SAL (#wikimedia-operations) [2026-01-27T13:49:13Z] <fnegri@cumin1003> END (PASS) - Cookbook sre.wikireplicas.add-wiki (exit_code=0) for database pplwiki (T415050)

I used --skip-dns as I expected the DNS record had been created by T415041: [wikireplicas] Create views for new wiki kajwiki, but it wasn't :/

My bad, the DB has not been created yet.

Marostegui changed the task status from Stalled to Open.Fri, Jan 30, 5:55 AM
Marostegui subscribed.

Views can be created

fnegri changed the task status from Open to In Progress.Fri, Jan 30, 10:03 AM

Mentioned in SAL (#wikimedia-operations) [2026-01-30T10:04:31Z] <fnegri@cumin1003> START - Cookbook sre.wikireplicas.add-wiki for database pplwiki (T415050)

Mentioned in SAL (#wikimedia-operations) [2026-01-30T11:01:45Z] <fnegri@cumin1003> END (PASS) - Cookbook sre.wikireplicas.add-wiki (exit_code=0) for database pplwiki (T415050)

fnegri moved this task from In progress to Done on the cloud-services-team (FY2025/2026-Q3-Q4) board.

Completed and verified working:

fnegri@tools-bastion-15:~$ sql pplwiki

[...]

MariaDB [pplwiki_p]> select count(*) from page;
+----------+
| count(*) |
+----------+
|     1178 |
+----------+
1 row in set (0.003 sec)