Page MenuHomePhabricator

Delete dbname = 'centralauth' from meta_p.wikis table in labs replicas
Closed, ResolvedPublic

Description

This is not a wiki and therefore should not be in the 'wiki' table:

MariaDB [meta_p]> select * from wiki where dbname = 'centralauth';
+-------------+------+------+-------------+------+------+-----------+-----------+----------+-----------------+------------------+--------------+--------------+
| dbname      | lang | name | family      | url  | size | slice     | is_closed | has_echo | has_flaggedrevs | has_visualeditor | has_wikidata | is_sensitive |
+-------------+------+------+-------------+------+------+-----------+-----------+----------+-----------------+------------------+--------------+--------------+
| centralauth | en   | NULL | centralauth | NULL |    1 | s7.labsdb |         0 |        0 |               0 |                0 |            0 |            0 |
+-------------+------+------+-------------+------+------+-----------+-----------+----------+-----------------+------------------+--------------+--------------+
1 row in set (0.00 sec)

Event Timeline

Krenair raised the priority of this task from to Needs Triage.
Krenair updated the task description. (Show Details)
Krenair added projects: DBA, Cloud-Services.
Krenair subscribed.
Krenair set Security to None.

Change 221042 had a related patch set uploaded (by Alex Monk):
maintain-replicas: Do not record centralauth in meta_p.wiki

https://gerrit.wikimedia.org/r/221042

Change 221042 merged by Andrew Bogott:
maintain-replicas: Do not record centralauth in meta_p.wiki

https://gerrit.wikimedia.org/r/221042