Revision 10578
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
214 | 214 |
To view progress: |
215 | 215 |
tail -100 inputs/analytical_db/logs/make_analytical_db.log.sql |
216 | 216 |
To back up DB (staging tables and last import): |
217 |
To use an import other than public: export version=<version>
|
|
217 |
To use an import *other than public*: export version=<version>
|
|
218 | 218 |
dump_opts=--exclude-schema=public make backups/vegbien.$version.backup/test & |
219 |
If after renaming to public, instead set dump_opts='' |
|
219 |
If after renaming to public, instead set dump_opts='' and replace |
|
220 |
$version with the appropriate revision |
|
220 | 221 |
|
221 | 222 |
Backups: |
222 | 223 |
Archived imports: |
Also available in: Unified diff
bugfix: /README.TXT: Full database import: To back up DB: after renaming current import to public: say to replace $version with the appropriate revision, because the $version env var should not be set (otherwise the backup will try to use a nonexistent import with the given revision #)