Page MenuHomePhabricator

Commons replica DB excessively out-of-date
Closed, ResolvedPublic

Description

The Commons replica DB on Labs appears to be stuck in September (!). May be related to T75511

magnus@tools-login:~$ sql commonswiki_p

MariaDB [commonswiki_p]> select max(rev_timestamp) from revision;
+--------------------+
| max(rev_timestamp) |
+--------------------+
| 20140924125142     |
+--------------------+

MariaDB [commonswiki_p]> select max(page_touched) from page;
+-------------------+
| max(page_touched) |
+-------------------+
| 20140924125142    |
+-------------------+

Event Timeline

Magnus raised the priority of this task from to Needs Triage.
Magnus updated the task description. (Show Details)
Magnus added a project: Cloud-VPS.
Magnus changed Security from none to None.
Magnus subscribed.
MZMcBride updated the task description. (Show Details)
MZMcBride added a subscriber: coren.
MZMcBride subscribed.
Magnus claimed this task.

Seems to work now.