Revision 8840
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
313 | 313 |
WARNING: This will delete the current public schema of your VegBIEN DB! |
314 | 314 |
Reinstall staging tables: |
315 | 315 |
On local machine: |
316 |
sudo -E -u postgres psql <<<'ALTER DATABASE vegbien RENAME TO vegbien_prev' |
|
316 | 317 |
. bin/reinstall_all |
317 | 318 |
Fix any bugs and retry until no errors |
318 | 319 |
On vegbiendev: . bin/reinstall_all |
Also available in: Unified diff
/README.TXT: Schema changes: Reinstall staging tables: added step to first rename existing vegbien database, so it is not modified in the reinstallation