account_migration.md
... ...
@@ -6,6 +6,7 @@ The process does not require reinstallation or extensive changes to the software
6 6
A network connection and a recent release of `sbgrid-cli` is required.
7 7
8 8
<!-- TOC -->
9
+
9 10
- [Migrating existing accounts](#migrating-existing-accounts)
10 11
- [sbgrid-cli migrate-account usage](#sbgrid-cli-migrate-account-usage)
11 12
- [Migration in 3 steps (download, untar, account_migrate)](#migration-in-3-steps-download-untar-account_migrate)
... ...
@@ -13,13 +14,14 @@ A network connection and a recent release of `sbgrid-cli` is required.
13 14
- [Authentication failed](#authentication-failed)
14 15
- [Permissions and file ownership issue](#permissions-and-file-ownership-issue)
15 16
- [Missing programs link](#missing-programs-link)
17
+
16 18
<!-- /TOC -->
17 19
18 20
### sbgrid-cli migrate-account usage
19 21
```
20 22
$ ./sbgrid-cli migrate-account --help
21 23
22
- SBGrid Installer 2.2.20 e4c704acc0 —
24
+ SBGrid Installer 2.2.40 e4c704acc0 —
23 25
_______ _____ _ __
24 26
/ __/ _ )/ ___/___(_)__/ /
25 27
_\ \/ _ / (_ / __/ / _ /
... ...
@@ -69,16 +71,16 @@ You only need to run three commands. In a terminal, run:
69 71
70 72
On macOS :
71 73
```
72
- $ curl -k -LO https://sbgrid-installation-manager.s3.amazonaws.com/2.2.20/sbgrid-cli_2.2.20-macos.tar.gz
74
+ $ curl -k -LO https://sbgrid-installation-manager.s3.amazonaws.com/2.2.40/sbgrid-cli_2.2.40-macos.tar.gz
73 75
```
74 76
On Linux:
75 77
```
76
- $ curl -k -LO https://sbgrid-installation-manager.s3.amazonaws.com/2.2.20/sbgrid-cli_2.2.20-linux.tar.gz
78
+ $ curl -k -LO https://sbgrid-installation-manager.s3.amazonaws.com/2.2.40/sbgrid-cli_2.2.40-linux.tar.gz
77 79
```
78 80
79 81
2) **Decompress** and untar the archive
80 82
```
81
- $ tar -zxf sbgrid-cli_2.2.20-macos.tar.gz
83
+ $ tar -zxf sbgrid-cli_2.2.40-macos.tar.gz
82 84
```
83 85
84 86
3) Run the **migration command**. The "./" preceding the command will execute the downloaded and decompressed file from the current directory.