Closed Bug 375369 Opened 17 years ago Closed 17 years ago

AMO Production DB Update

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sancus, Assigned: mrz)

Details

Please run the query:
UPDATE files SET status='0' WHERE filename='';

These files have no filename and thus can't be retrieved for download so they're causing install errors.
OS: Other → All
Assignee: server-ops → mrz
Database changed
mysql> UPDATE files SET status='0' WHERE filename='';
Query OK, 2046 rows affected (0.20 sec)
Rows matched: 2053  Changed: 2046  Warnings: 0

mysql> 
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.