Revision 10583
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
124 | 124 |
and other metadata before returning control to the shell. |
125 | 125 |
Wait (overnight) for the import to finish |
126 | 126 |
To recover from a closed terminal window: screen -r |
127 |
To restart an aborted import for a specific table: |
|
128 |
export version=<version> |
|
129 |
make inputs/<datasrc>/<table>/import_scrub continue=1 & |
|
127 | 130 |
Get $version: echo $version |
128 | 131 |
Set $version in all vegbiendev terminals: export version=<version> |
129 | 132 |
When there are no more running jobs, exit the screen |
Also available in: Unified diff
/README.TXT: Full database import: added steps to restart an aborted import for a specific table