Page MenuHomePhabricator

Reset IDM database
Closed, ResolvedPublic

Description

The initial migrations for the IDM created SQL that MariaDB is rather upset about.

Please delete all tables in the "idm" database on M5. The tables contain no data, and the IDM is not in production, so no reason to do backups, it's fine to simply delete the tables.

Event Timeline

Marostegui triaged this task as Medium priority.
Marostegui added a project: DBA.

All done!

root@db1176.eqiad.wmnet[idm]> drop database if exists idm; create database if not exists idm;
Query OK, 15 rows affected (0.239 sec)

Query OK, 1 row affected (0.001 sec)