Revision 6964
Added by Aaron Marcuse-Kubitza about 12 years ago
README.TXT | ||
---|---|---|
48 | 48 |
Wait (overnight) for the import to finish |
49 | 49 |
On local machine: make inputs/download-logs |
50 | 50 |
In PostgreSQL, check that the source table contains entries for all inputs |
51 |
tail inputs/{.,}*/*/logs/*.$version[.-]*log.sql
|
|
51 |
tail inputs/{.,}*/*/logs/$version.log.sql
|
|
52 | 52 |
In the output, search for "Command exited with non-zero status" |
53 | 53 |
For inputs that have this, fix the associated bug(s) |
54 | 54 |
If many inputs have errors, discard the current (partial) import: |
Also available in: Unified diff
README.TXT: Data import: tailing logs: Updated pattern for new log filename format