Actions
Task #940
closedresequence datasources in dependency order
Start date:
07/10/2014
Due date:
% Done:
100%
Estimated time:
Activity type:
Description
- this enables bootstrapping the DB from a VM backup
steps
- put all metadata datasources before all other datasources:
- rename each remaining metadata datasource to start with
"."
:IRMNG, newWorld, IUCN
- IRMNG must come before TNRS (happens automatically because they are in alphabetical order)
- newWorld, IUCN must come before the public schema
steps for IRMNG:vmv inputs/IRMNG/ inputs/.IRMNG/ ci 'fix: inputs/IRMNG/: renamed to inputs/.IRMNG/ (see issue #940)' # on all machines: # { up for i in inputs/IRMNG{,/*}/logs/*; do mv -f $i ${i/IRMNG/.IRMNG}; done rd inputs/IRMNG{,/*}/logs for i in inputs/IRMNG/*/*; do mv -f $i ${i/IRMNG/.IRMNG}; done rd inputs/IRMNG/*/ for i in inputs/IRMNG/*; do mv -f $i ${i/IRMNG/.IRMNG}; done rd inputs/IRMNG/ # }
- rename each remaining metadata datasource to start with
Updated by Aaron Marcuse-Kubitza over 10 years ago
- Description updated (diff)
- % Done changed from 0 to 70
Updated by Aaron Marcuse-Kubitza over 10 years ago
- Description updated (diff)
- % Done changed from 70 to 100
Updated by Aaron Marcuse-Kubitza over 10 years ago
- Status changed from New to Resolved
Updated by Aaron Marcuse-Kubitza over 10 years ago
- Parent task changed from #902 to #905
Actions