Revision 14001
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/config/VirtualBox_VMs/vegbiendev/README.TXT | ||
---|---|---|
17 | 17 |
# press Ctrl-D |
18 | 18 |
# return to the previous window |
19 | 19 |
# press ENTER |
20 |
make misc-Linux db # restore users, which are not part of the backup |
|
20 | 21 |
* to use a database backup: |
21 | 22 |
# { |
22 | 23 |
l=1 src='starscream.nceas.ucsb.edu:~/bien/' dest=. put backups/vegbien.r12025.backup # runtime: 35 min ("0:32:34") |
... | ... | |
30 | 31 |
# { |
31 | 32 |
(cd inputs/; for dir in IRMNG IUCN newWorld; do mv "$dir" ."$dir"; done) |
32 | 33 |
(cd inputs/; for dir in */; do dir="${dir%/}"; case "$dir" in analytical_db|ARIZ) : ;; *) mv "$dir" .archive/"$dir";; esac; done) |
33 |
make misc-Linux db inputs/install schemas/public/reinstall # runtime: 15 min ("15:11:16".."15:26:28") @starscream.vegbiendev
|
|
34 |
make inputs/install schemas/public/reinstall # runtime: 15 min ("15:11:16".."15:26:28") @starscream.vegbiendev |
|
34 | 35 |
# at "This will delete the current public schema of your VegBIEN DB", type y and press ENTER |
35 | 36 |
# } |
36 | 37 |
sudo halt |
Also available in: Unified diff
bugfix: config/VirtualBox_VMs/vegbiendev/README.TXT: need to run `make db` to restore users, which are not part of the backup