Revision 14000
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/config/VirtualBox_VMs/vegbiendev/README.TXT | ||
---|---|---|
19 | 19 |
# press ENTER |
20 | 20 |
* to use a database backup: |
21 | 21 |
# { |
22 |
l=1 src='starscream.nceas.ucsb.edu:~/bien/' dest=. put backups/vegbien.r12025.backup # runtime: 13 min ("0:12:34")
|
|
22 |
l=1 src='starscream.nceas.ucsb.edu:~/bien/' dest=. put backups/vegbien.r12025.backup # runtime: 35 min ("0:32:34")
|
|
23 | 23 |
for schema in analytical_db geoscrub herbaria IRMNG IUCN NCBI newWorld py_util temp TNRS util ARIZ; do "time" bin/postgres_vegbien pg_restore --exit-on-error --verbose --dbname=vegbien --schema="$schema" backups/vegbien.r12025.backup; done |
24 | 24 |
# must use for loop because pg_restore doesn't support multiple --schema |
25 | 25 |
# options (it just uses the last one) |
Also available in: Unified diff
config/VirtualBox_VMs/vegbiendev/README.TXT: rsync: updated runtime (35 min)