Revision 6799
Added by Aaron Marcuse-Kubitza about 12 years ago
README.TXT | ||
---|---|---|
32 | 32 |
Wait (overnight) for the import to finish |
33 | 33 |
On local machine: make inputs/download-logs |
34 | 34 |
tail inputs/{.,}*/*/logs/*.r<revision>[.-]*log.sql |
35 |
Check that every input's log ends in "Encountered 0 error(s)" |
|
36 |
If many do not, fix the bug and discard the current (partial) import: |
|
35 |
In the output, search for "Command exited with non-zero status" |
|
36 |
For inputs that have this, fix the associated bug(s) |
|
37 |
If many inputs have errors, discard the current (partial) import: |
|
37 | 38 |
make schemas/public/reinstall |
38 | 39 |
Otherwise, continue |
39 | 40 |
Determine the import name: |
Also available in: Unified diff
README.TXT: Data import: Checking for errors: Search for "Command exited with non-zero status" to find errors, which is faster than checking that each input's log ends in "Encountered 0 error(s)"