$ ssh dev.toolforge.org $ become toolviews $ sql tools Your MariaDB connection id is 480962265 Server version: 10.6.22-MariaDB-log 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 [(none)]> use s53734__toolviews_p; MariaDB [s53734__toolviews_p]> select max(request_day) from daily_raw_views; +------------------+ | max(request_day) | +------------------+ | 2025-10-22 | +------------------+ 1 row in set (0.003 sec)
This is suspiciously the same date that T284558: Pull toolviews data from Kubernetes HAProxy or ingress-nginx instead of the front nginx was resolved.