Revision 8135
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
113 | 113 |
tail inputs/{.,}*/*/logs/$version.log.sql |
114 | 114 |
Commit: svn ci -m "inputs/import.stats.xls: Updated import times" |
115 | 115 |
To run TNRS: make scrub by_col=1 & |
116 |
export version=<version> |
|
116 | 117 |
To view progress: |
117 | 118 |
tail -100 inputs/.TNRS/tnrs/logs/tnrs.make.log.sql |
118 | 119 |
To remake analytical DB: bin/make_analytical_db & |
120 |
export version=<version> |
|
119 | 121 |
To view progress: |
120 | 122 |
tail -100 inputs/analytical_db/logs/make_analytical_db.log.sql |
121 | 123 |
To back up DB (staging tables and last import): |
Also available in: Unified diff
README.TXT: Full database import: Manual steps to run TNRS/remake analytical DB: Added `export version=<version>` to ensure that the import is run into the correct schema. Since these instructions are for running commands separately from the rest of the import, it's important to first ensure that the import environment is set up properly.