Revision 7857
Added by Aaron Marcuse-Kubitza almost 12 years ago
README.TXT | ||
---|---|---|
117 | 117 |
To remake analytical DB: bin/make_analytical_db & |
118 | 118 |
To view progress: |
119 | 119 |
tail -100 inputs/analytical_db/logs/make_analytical_db.log.sql |
120 |
To back up DB (staging tables and last import): |
|
121 |
export version=<version> |
|
122 |
If before renaming to public: export dump_opts=--exclude-schema=public |
|
123 |
make backups/vegbien.$version.backup/test & |
|
120 | 124 |
|
121 | 125 |
Backups: |
122 | 126 |
Archived imports: |
Also available in: Unified diff
README.TXT: Full database import: Added steps to manually back up the DB. (These steps are specific to the import process, and include filters to exclude previous imports. There are also general backup steps in the Backups > Full DB section.)