Revision 10577
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
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 | 217 |
To use an import other than public: export version=<version> |
218 |
If before renaming to public: export dump_opts=--exclude-schema=public
|
|
219 |
make backups/vegbien.$version.backup/test &
|
|
218 |
dump_opts=--exclude-schema=public make backups/vegbien.$version.backup/test &
|
|
219 |
If after renaming to public, instead set dump_opts=''
|
|
220 | 220 |
|
221 | 221 |
Backups: |
222 | 222 |
Archived imports: |
Also available in: Unified diff
/README.TXT: Full database import: To back up DB: updated instructions to inline setting of $dump_opts, like in bin/import_all