Skip to content

Commit 7dc39f3

Browse files
authored
Update updating-server-replicated-version.md
1 parent 12fa3af commit 7dc39f3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

jekyll/_cci2/updating-server-replicated-version.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This document describes how to update the server replicated version for your pri
1313

1414
## Assumptions
1515

16-
- Your installation is Ubuntu 14.04-based
17-
- You are running replicated version 2.10.3 on your services machine
16+
- Your installation is Ubuntu 14.04 or 16.04 based.
17+
- You are running replicated version 2.10.3<= on your services machine
1818
- replicated --version
1919
- Your installation is **not** airgapped and you can access the internet from it
2020
- All steps are completed on the Services machine
@@ -68,11 +68,12 @@ Example Output:
6868
Perform the Replicated update by executing the update script as follows:
6969

7070
```
71-
curl -sSL "https://get.replicated.com/docker?replicated_tag=2.29.0" | sudo bash
71+
curl -sSL "https://get.replicated.com/docker?replicated_tag=<specific_replicated_version>" | sudo bash
7272
```
7373

7474
Double-check your replicated and docker versions:
7575

76+
Example Output
7677
```
7778
replicatedctl version # 2.29.0
7879
docker -v # 17.12.1

0 commit comments

Comments
 (0)