Project

General

Profile

« Previous | Next » 

Revision 10584

bugfix: /README.TXT: Full database import: To restart an aborted import for a specific table: added by_col=1

View differences:

README.TXT
126 126
	To recover from a closed terminal window: screen -r
127 127
	To restart an aborted import for a specific table:
128 128
		export version=<version>
129
		make inputs/<datasrc>/<table>/import_scrub continue=1 &
129
		make inputs/<datasrc>/<table>/import_scrub by_col=1 continue=1 &
130 130
	Get $version: echo $version
131 131
	Set $version in all vegbiendev terminals: export version=<version>
132 132
	When there are no more running jobs, exit the screen

Also available in: Unified diff