Page MenuHomePhabricator

Re-create database views lost in the outage such as arwikiquote_p
Closed, ResolvedPublic

Description

Author: warnckew

Description:
The server arwikiquote.labsdb exists, but once connected to it, there is not arwikiquote_p database available with the necessary views:

mysql --defaults-file=~/replica.my.cnf -h arwikiquote.labsdb
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 12851
Server version: 5.5.30-MariaDB-mariadb1~precise-log mariadb.org binary distribution

Copyright (c) 2000, 2013, Oracle, Monty Program Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> SHOW DATABASES LIKE "arwikiquote%";
+-------------------------+

Database (arwikiquote%)

+-------------------------+

arwikiquote

+-------------------------+
1 row in set (0.03 sec)

There's at least two Tool Labs users currently requesting access to this database, could it please be added?


Version: unspecified
Severity: major

Details

Reference
bz54390

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:05 AM
bzimport added a project: Toolforge.
bzimport set Reference to bz54390.

warnckew wrote:

Tested connecting to arwikiquote_p from tools-login and it appears to be working again now. Marking it fixed now so there's one less bug open.