SBGrid-Wiki.md
... ...
@@ -13,6 +13,7 @@ SBGrid is a global consortium of research labs in academia and industry using st
13 13
This site provides information on how to install, use, and get help with your SBGrid software installation. Here you can also find information about SBGrid services. Please let us know if you have questions.
14 14
15 15
### Recent Wiki Posts
16
+- [2021.08.05 - Guide for migrating between SBGrid user accounts](account_migration)
16 17
- [2021.07.28 - More info on running Alphafold in SBGrid](examples/alphafold2)
17 18
- [2021.06.04 - SBGrid Installation Manager (GUI) version, 2.2.16, sbgrid-cli 2.2.16](client_usage)
18 19
- [2021.05.15 - SBGrid Installation Manager (GUI) version, 2.2.15, sbgrid-cli 2.2.14](client_usage)
account_migration.md
... ...
@@ -1,6 +1,6 @@
1 1
## Migrating existing accounts
2 2
3
-The sbgrid-cli feature allows a user to change accounts. This can be useful when moving between SBGrid member labs or to change from legacy SBGrid account to a new account which allows installation of BioGrids
3
+The sbgrid-cli *migrate-account* command allows a user to change accounts. This can be useful when moving between SBGrid member labs or to change from legacy SBGrid account to a new account which allows installation of BioGrids
4 4
5 5
The process is does not require reinstallation or extensive changes to the filesystem.
6 6
A network connection and a recent release of `sbgrid-cli` is required.
... ...
@@ -8,6 +8,7 @@ A network connection and a recent release of `sbgrid-cli` is required.
8 8
<!-- TOC -->
9 9
- [Migrating existing accounts](#migrating-existing-accounts)
10 10
- [sbgrid-cli migrate-account usage](#sbgrid-cli-migrate-account-usage)
11
+ - [Migration in 3 steps (download, untar, account_migrate)](#migration-in-3-steps-download-untar-account_migrate)
11 12
- [Troubleshooting common errors](#troubleshooting-common-errors)
12 13
- [Authentication failed](#authentication-failed)
13 14
- [Permissions and file ownership issue](#permissions-and-file-ownership-issue)
... ...
@@ -59,10 +60,11 @@ A network connection and a recent release of `sbgrid-cli` is required.
59 60
60 61
```
61 62
63
+### Migration in 3 steps (download, untar, account_migrate)
62 64
The sbgrid-cli has a migration function to migrate between two SBGrid accounts.
63 65
You only need to run three commands. In a terminal, run:
64 66
65
-1) Download the latest version of the sbgrid-cli with the curl command. You can also use a browser.
67
+1) **Download** the latest version of the sbgrid-cli with the *curl* command. You can also use a browser.
66 68
67 69
On macOS :
68 70
```
... ...
@@ -73,12 +75,12 @@ On Linux:
73 75
$ curl -k -LO https://sbgrid-installation-manager.s3.amazonaws.com/2.2.20/sbgrid-cli_2.2.20-linux.tar.gz
74 76
```
75 77
76
-1) Decompress and untar the archive
78
+2) **Decompress** and untar the archive
77 79
```
78 80
$ tar -zxf sbgrid-cli_2.2.20-macos.tar.gz
79 81
```
80 82
81
-3) Run the migration command. The "./" preceding the command will execute the downloaded and decompressed file from the current directory.
83
+3) Run the **migration command**. The "./" preceding the command will execute the downloaded and decompressed file from the current directory.
82 84
```
83 85
$ ./sbgrid-cli migrate-account
84 86
```