Project

General

Profile

« Previous | Next » 

Revision 10025

bugfix: /README.TXT: `make inputs/upload`, `make inputs/download`: added live=1 so that the sync operation runs rather than previewing what will be synced. removed test=1 because this flag is not used by put.

View differences:

README.TXT
75 75
		./fix_perms
76 76
		do steps under Maintenance > "to synchronize vegbiendev, jupiter, and
77 77
			your local machine" above
78
		make inputs/upload test=1
79 78
		make inputs/upload
79
		make inputs/upload live=1
80 80
		make test by_col=1
81 81
			See note under Testing below
82 82
	On vegbiendev:
83 83
	Ensure there are no local modifications: svn st
84 84
	svn up
85
	make inputs/download test=1
86 85
	make inputs/download
86
	make inputs/download live=1
87 87
	For each newly-uploaded datasource above: make inputs/<datasrc>/reinstall
88 88
	Update the auxiliary schemas: make schemas/reinstall
89 89
		The public schema will be installed separately by the import process
......
117 117
	When there are no more running jobs, exit the screen
118 118
	Get $version: echo $version
119 119
	Set $version in all vegbiendev terminals: export version=<version>
120
	Upload logs (run on vegbiendev): make inputs/upload
121
	On local machine: make inputs/download-logs
120
	Upload logs (run on vegbiendev): make inputs/upload live=1
121
	On local machine: make inputs/download-logs live=1
122 122
	In PostgreSQL:
123 123
		Check that the provider_count and source tables contain entries for all
124 124
			inputs
......
232 232
		Restore: make backups/vegbien.<version>.backup/restore &
233 233
		Download: make backups/download
234 234
	Import logs:
235
		Download: make inputs/download-logs
235
		Download: make inputs/download-logs live=1
236 236

  
237 237
Datasource setup:
238 238
	umask ug=rwx,o= # prevent files from becoming web-accessible
......
342 342
		On jupiter: svn up
343 343
		On local machine:
344 344
			./fix_perms
345
			make inputs/upload test=1
346 345
			make inputs/upload
346
			make inputs/upload live=1
347 347
		On vegbiendev:
348 348
			svn up
349
			make inputs/download test=1
350 349
			make inputs/download
350
			make inputs/download live=1
351 351
			Follow the steps under Install the staging tables above
352 352

  
353 353
Datasource refreshing:

Also available in: Unified diff