Project

General

Profile

« Previous | Next » 

Revision 8845

/README.TXT: Schema changes: Reinstall staging tables: use `make db` instead of mk_db, which includes the required schemas/install command. some datasources use the util schema in their postprocess scripts, so this must be installed before the staging tables.

View differences:

README.TXT
314 314
	Reinstall staging tables:
315 315
		On local machine:
316 316
			sudo -E -u postgres psql <<<'ALTER DATABASE vegbien RENAME TO vegbien_prev'
317
			make mk_db
317
			make db
318 318
			. bin/reinstall_all
319 319
			Fix any bugs and retry until no errors
320 320
			sudo -E -u postgres psql <<<'DROP DATABASE vegbien_prev'

Also available in: Unified diff