File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/Manual/Upgrading/Starter Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The upgrade procedure of the _Starter_ described in this _Section_ can be used t
88upgrade to a new hotfix, or to perform an upgrade to a new minor version of ArangoDB.
99
1010** Important:** rolling upgrades of Cluster setups from 3.2 to 3.3 are only supported
11- from versions 3.2.15 and 3.3.9 .
11+ from versions 3.2.16 and 3.3.12 .
1212
1313## Upgrade Procedure
1414
@@ -25,17 +25,17 @@ The first step is to install the new ArangoDB package.
2525
2626** Note:** you do not have to stop the _ Starter_ processes before upgrading it.
2727
28- For example, if you want to upgrade to ` 3.3.8 -1 ` on Debian or Ubuntu, either call
28+ For example, if you want to upgrade to ` 3.3.12 -1 ` on Debian or Ubuntu, either call
2929
3030``` bash
31- apt install arangodb=3.3.8
31+ apt install arangodb=3.3.12
3232```
3333
3434(` apt-get ` on older versions) if you have added the ArangoDB repository. Or
3535install a specific package using
3636
3737``` bash
38- dpkg -i arangodb3-3.3.8 -1_amd64.deb
38+ dpkg -i arangodb3-3.3.12 -1_amd64.deb
3939```
4040
4141after you have downloaded the corresponding file from https://download.arangodb.com/ .
You can’t perform that action at this time.
0 commit comments