Revision 9996
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
194 | 194 |
tail inputs/{.,}*/*/logs/$version.log.sql |
195 | 195 |
Commit: svn ci -m "inputs/import.stats.xls: Updated import times" |
196 | 196 |
To run TNRS: |
197 |
export version=<version> |
|
197 |
To use an import other than public: export version=<version>
|
|
198 | 198 |
make scrub & |
199 | 199 |
To view progress: |
200 | 200 |
tail -100 inputs/.TNRS/tnrs/logs/tnrs.make.log.sql |
201 | 201 |
To remake analytical DB: |
202 |
export version=<version> |
|
202 |
To use an import other than public: export version=<version>
|
|
203 | 203 |
bin/make_analytical_db & |
204 | 204 |
To view progress: |
205 | 205 |
tail -100 inputs/analytical_db/logs/make_analytical_db.log.sql |
206 | 206 |
To back up DB (staging tables and last import): |
207 |
export version=<version> |
|
207 |
To use an import other than public: export version=<version>
|
|
208 | 208 |
If before renaming to public: export dump_opts=--exclude-schema=public |
209 | 209 |
make backups/vegbien.$version.backup/test & |
210 | 210 |
|
Also available in: Unified diff
/README.TXT: Full database import: To run TNRS, etc. after the main import: clarified that you should only run `export version=<version>` if the import is named something other than public (i.e. it has not yet replaced the previous public schema)