Project

General

Profile

« Previous | Next » 

Revision 8843

bugfix: /README.TXT: Schema changes: Reinstall staging tables: also need to run `make mk_db` before running reinstall_all

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 318
			. bin/reinstall_all
318 319
			Fix any bugs and retry until no errors
319 320
			sudo -E -u postgres psql <<<'DROP DATABASE vegbien_prev'

Also available in: Unified diff