Upgrading on macOS
This section describes upgrading an ArangoDB single-server installation, whichwas installed via Homebrew or via the provided ArangoDB packages (*.dmg).
Upgrading via Homebrew
First update the homebrew repository:
brew update
Then use brew to install the latest version of arangodb:
brew upgrade arangodb
Upgrading via Package
Download the latest ArangoDB macOS package and install it as usual bymounting the .dmg
file. Just drag and drop the ArangoDB3-CLI
(community) orthe ArangoDB3e-CLI
(enterprise) file into the shown Applications
folder.You will be asked if you want to replace the old file with the newer one.
Select Replace
to install the current ArangoDB version.
Upgrading more complex environments
The procedure described in this _Section_is a first step to upgrade more complex deployments such asClusteror Active Failover.