Project

General

Profile

« Previous | Next » 

Revision 13030

/README.TXT: Full database import: added steps to figure out which datasource tables were not successfully imported due to disk space errors

View differences:

trunk/README.TXT
125 125
	When there are no more running jobs, exit `screen`: exit # not Ctrl+D
126 126
	upload logs: make inputs/upload live=1
127 127
	On local machine: make inputs/download-logs live=1
128
	check for disk space errors:
129
		grep --files-with-matches -F 'No space left on device' inputs/{.,}*/*/logs/$version.log.sql
130
		if there are any matches:
131
			manually reimport these datasources using the steps under
132
				Single datasource import
133
			bin/after_import &
134
			wait for the import to finish
128 135
	tail inputs/{.,}*/*/logs/$version.log.sql
129 136
	In the output, search for "Command exited with non-zero status"
130 137
	For inputs that have this, fix the associated bug(s)
131
	if the errors are due to exceeding available disk space:
132
		manually reimport the applicable datasources using the steps under
133
			Single datasource import
134
		bin/after_import &
135 138
	If many inputs have errors, discard the current (partial) import:
136 139
		make schemas/$version/uninstall
137 140
	Otherwise, continue

Also available in: Unified diff