Closed
Bug 733187
Opened 13 years ago
Closed 13 years ago
Create a script to export a list of UUIDs for ElasticSearch indexing
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: adrian, Assigned: adrian)
References
Details
(Whiteboard: [qa-])
As part of our testing strategy with ElasticSearch, we will need to have a script / cron job that exports a list of UUIDs from PostgreSQL. That list will then be sent to metrics' indexing service.
Anurag, what king of data do you exactly need? A CSV file with one column, and one UUID per line?
Comment 1•13 years ago
|
||
(In reply to Adrian Gaudebert [:adrian] from comment #0)
> Anurag, what king of data do you exactly need? A CSV file with one column,
> and one UUID per line?
yup, that works!
Assignee | ||
Updated•13 years ago
|
Target Milestone: 2.5.2 → 2.5.3
Assignee | ||
Comment 2•13 years ago
|
||
Pull request: https://github.com/mozilla/socorro/pull/455
Comment 3•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/c1cf4eefacaacabe696234779e91a4167c7e2ce0
Fixes bug 733187 - Added a script to export UUIDs from a PostgreSQL database to a CSV file.
https://github.com/mozilla/socorro/commit/aeba4d17eea6c70aed7d55c0c189acc1e3cce982
Merge pull request #455 from AdrianGaudebert/733187-export-uuids-script
Fixes bug 733187 - Added a script to export UUIDs from a PostgreSQL data...
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•