a14d9edc40e49554104c1bf7420c2167498d517d
downloads/sbmigrate-site
... | ... | @@ -66,7 +66,7 @@ else |
66 | 66 | |
67 | 67 | unset install_sitename |
68 | 68 | |
69 | - echo "Please select your site name from this list:" |
|
69 | + echo "Please select your site from this list by number:" |
|
70 | 70 | echo " PI (site name)" |
71 | 71 | echo "1) Dessen (dessen_a_514i)" |
72 | 72 | echo "2) Nicolet (nicolet_y_359i)" |
sbmigrate.md
... | ... | @@ -0,0 +1,54 @@ |
1 | +## SBGrid site migration script |
|
2 | +### sbmigrate-site |
|
3 | + |
|
4 | +The sbmigrate-site can be used to migrate users who need to change their site affiliation for an sbgrid installation manager account. Please download it here : |
|
5 | + |
|
6 | +[https://sbgrid.org/wiki/downloads/sbmigrate-site](https://sbgrid.org/wiki/downloads/sbmigrate-site) |
|
7 | + |
|
8 | +This script allows users to choose their PI or site from a |
|
9 | +list, or a site can be entered directly. Then the script will run the |
|
10 | +migration process to the correct site name. That should be fast and |
|
11 | +straightforward. |
|
12 | + |
|
13 | + |
|
14 | +The script menu looks like this : |
|
15 | + |
|
16 | +``` |
|
17 | +This script will migrate the site configuration |
|
18 | +for your SBGrid installation. You will be able to |
|
19 | +confirm your settings before the migration happens. |
|
20 | +You may need to confirm the site name by email if your |
|
21 | +advisor is not listed below. Email accounts@sbgrid.org. |
|
22 | + |
|
23 | +The migration process will not impact running jobs or |
|
24 | +prevent software from functioning normally. |
|
25 | +Exit at any time with a CTRL-c. |
|
26 | + |
|
27 | +Please select your site name from this list: |
|
28 | + PI (site name) |
|
29 | + 1) PI 1 |
|
30 | + 2) PI 2 |
|
31 | + ... |
|
32 | +``` |
|
33 | + |
|
34 | +The script will then do the configuration change and run a test. |
|
35 | + |
|
36 | +To use the script, first download to your computer. Next, in a terminal, migrate to your download location. Make the script executable with this command: |
|
37 | + |
|
38 | +``` |
|
39 | +chmod +x sbmigrate-site |
|
40 | +``` |
|
41 | + |
|
42 | +Then run the script like this : |
|
43 | + |
|
44 | +``` |
|
45 | +./sbmigrate-site |
|
46 | +``` |
|
47 | + |
|
48 | +Select the number that specifies your site from the list by number or enter your own. |
|
49 | + |
|
50 | +The script can be downloaded and run in a terminal all at once with this command: |
|
51 | +``` |
|
52 | +curl -LO https://sbgrid.org/wiki/downloads/sbmigrate-site && chmod +x sbmigrate-site && ./sbmigrate-site |
|
53 | +``` |
|
54 | +Be sure to report any issues to bugs@sbgrid.org |