Revision 6977
Added by Aaron Marcuse-Kubitza about 12 years ago
bin/import_all | ||
---|---|---|
48 | 48 |
|
49 | 49 |
bin/export_analytical_db & |
50 | 50 |
make backups/TNRS.backup-remake & |
51 |
make backups/vegbien.$version.backup/test opts=--exclude-schema=public & |
|
51 | 52 |
wait # wait for asynchronous commands |
52 | 53 |
} |
53 | 54 |
|
README.TXT | ||
---|---|---|
54 | 54 |
If many inputs have errors, discard the current (partial) import: |
55 | 55 |
make schemas/$version/uninstall |
56 | 56 |
Otherwise, continue |
57 |
make backups/vegbien.$version.backup/test opts=--exclude-schema=public & |
|
58 | 57 |
make schemas/$version/publish |
59 | 58 |
sudo backups/fix_perms |
60 | 59 |
make backups/upload |
Also available in: Unified diff
import_all: after_import(): Added `make backups/vegbien.$version.backup/test`