Revision 14637
Added by Aaron Marcuse-Kubitza about 10 years ago
trunk/README.TXT | ||
---|---|---|
39 | 39 |
http://vegpath.org/links/#**%20modifying%20a%20running%20shell%20script) |
40 | 40 |
|
41 | 41 |
Single datasource import: |
42 |
# -> Maintenance > to back up the vegbiendev databases |
|
42 | 43 |
ssh -t vegbiendev.nceas.ucsb.edu exec sudo -u aaronmk -i |
43 |
(Re)import and scrub: make inputs/<datasrc>/reimport_scrub by_col=1 & |
|
44 |
(Re)import only: make inputs/<datasrc>/reimport by_col=1 & |
|
45 |
Note that these commands also work if the datasource is not yet imported |
|
46 |
Remake analytical DB: see Full database import > To remake analytical DB |
|
44 |
make inputs/<datasrc>/reimport_scrub by_col=1 & |
|
45 |
# this works whether or not datasource is already imported |
|
46 |
# -> Full database import > To re-run geoscrubbing |
|
47 |
# -> Full database import > To remake analytical DB |
|
48 |
# -> Maintenance > to back up the vegbiendev databases |
|
47 | 49 |
|
48 | 50 |
Full database import: |
49 | 51 |
**WARNING**: You must perform *every single* step listed below, to avoid |
Also available in: Unified diff
/README.TXT: Single datasource import: added steps to re-run geoscrubbing and back up the vegbiendev database