Project

General

Profile

« Previous | Next » 

Revision 13029

fix: /README.TXT: Full database import: moved verification of exit statuses before verification of DB contents because there is no point in verifying the DB if the datasources didn't finish importing

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
	tail inputs/{.,}*/*/logs/$version.log.sql
129
	In the output, search for "Command exited with non-zero status"
130
	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
	If many inputs have errors, discard the current (partial) import:
136
		make schemas/$version/uninstall
137
	Otherwise, continue
128 138
	In PostgreSQL:
129 139
		Go to wiki.vegpath.org/VegBIEN_contents
130 140
		Get the # observations
......
155 165
				Make the same changes in the live TNRS.tnrs table on vegbiendev
156 166
				If dropping a column, recreate the dependent views
157 167
				Restart the TNRS client: make scrub by_col=1 &
158
	tail inputs/{.,}*/*/logs/$version.log.sql
159
	In the output, search for "Command exited with non-zero status"
160
	For inputs that have this, fix the associated bug(s)
161
	if the errors are due to exceeding available disk space:
162
		manually reimport the applicable datasources using the steps under
163
			Single datasource import
164
		bin/after_import &
165
	If many inputs have errors, discard the current (partial) import:
166
		make schemas/$version/uninstall
167
	Otherwise, continue
168 168
	Publish the new import:
169 169
		**WARNING**: Before proceeding, be sure you have done *every single*
170 170
			verification step listed above. Otherwise, a previous valid import

Also available in: Unified diff