Project

General

Profile

« Previous | Next » 

Revision 10588

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

View differences:

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