File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,25 @@ Connect to an API instance (change network and exposed port as appropriate):
54
54
55
55
` docker run -it --rm --network pipelineb_back_tier -v /mnt/groups:/groups/mousebrainmicro/mousebrainmicro -p 7001:6001 mouselightpipeline/pipeline-api /bin/bash `
56
56
57
+ Connect to an API instance just for migration:
58
+
59
+ ` docker run -it --rm --network pipelinea_back_tier -v /mnt/groups:/groups/mousebrainmicro/mousebrainmicro mouselightpipeline/pipeline-api /bin/bash `
60
+
61
+ or
62
+
63
+ ` docker run -it --rm --network pipelineb_back_tier -v /mnt/groups:/groups/mousebrainmicro/mousebrainmicro mouselightpipeline/pipeline-api /bin/bash `
64
+
57
65
If the migration was not automatically run
58
66
59
67
` ./migrate.sh `
60
68
61
69
and then if seed is needed (only on a full system refresh) from within the container:
62
70
63
- ` export PIPELINE_TASK_ROOT=/groups/mousebrainmicro/mousebrainmicro/Software/pipeline-a ` (or -b)
71
+ ` export PIPELINE_TASK_ROOT=/groups/mousebrainmicro/mousebrainmicro/pipeline-systems/pipeline-a `
72
+
73
+ or
74
+
75
+ ` export PIPELINE_TASK_ROOT=/groups/mousebrainmicro/mousebrainmicro/pipeline-systems/pipeline-b `
64
76
65
77
before
66
78
You can’t perform that action at this time.
0 commit comments