Revision 10588
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
127 | 127 |
To restart an aborted import for a specific table: |
128 | 128 |
export version=<version> |
129 | 129 |
make inputs/<datasrc>/<table>/import_scrub by_col=1 continue=1 & |
130 |
bin/after_import $! # $! can also be obtained from `jobs -l` |
|
130 |
bin/after_import $! & # $! can also be obtained from `jobs -l`
|
|
131 | 131 |
Get $version: echo $version |
132 | 132 |
Set $version in all vegbiendev terminals: export version=<version> |
133 | 133 |
When there are no more running jobs, exit the screen |
Also available in: Unified diff
bugfix: /README.TXT: Full database import: To restart an aborted import for a specific table: bin/after_import: need to run it in the background