Closed Bug 840071 Opened 11 years ago Closed 11 years ago

Get rid of old MySQL support_stage_mozilla_com database on stage in scl3

Categories

(Data & BI Services Team :: DB: MySQL, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: scabral, Assigned: scabral)

Details

Brandon discovered on Friday that support_stage_mozilla_com on stage in scl3 is an old version:

MariaDB [support_stage_mozilla_com]> select * from schema_version;
+---------+
| version |
+---------+
|     142 |
+---------+
1 row in set (0.00 sec)

So let's decomission it.
on stage1.db.scl3 in /root/archive:

[root@stage1 archive]# mysqldump support_stage_mozilla_com > support_stage_mozilla_com.sql
Assignee: server-ops-database → scabral
[root@stage1 archive]# gzip support_stage_mozilla_com.sql
[root@stage1 archive]# ls -lrth support*
-rw-r--r-- 1 root root 456M Feb 11 07:28 support_stage_mozilla_com.sql.gz
[root@stage1 archive]# 

Database dropped:

[root@stage1 archive]# mysql -e "drop database support_stage_mozilla_com"
[root@stage1 archive]#
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: mozilla.org → Data & BI Services Team
You need to log in before you can comment on or make changes to this bug.