diff --git a/docs/infrastructure/updating-fleet.md b/docs/infrastructure/updating-fleet.md index e056cbf772..ebae9c555f 100644 --- a/docs/infrastructure/updating-fleet.md +++ b/docs/infrastructure/updating-fleet.md @@ -14,24 +14,6 @@ As with any enterprise software update, it's a good idea to back up your MySQL d Follow the binary update instructions corresponding to the original installation method used to install Fleet. -#### Kolide quickstart script - -The quickstart script will automatically update and migrate Fleet when run. In the `kolide-quickstart` directory: - -``` -./demo.sh up -``` - -Step 2 is performed automatically, so no further action is necessary. - -#### Docker container - -Pull the latest Fleet docker image: - -``` -docker pull kolide/fleet -``` - #### Raw binaries Download the latest raw Fleet binaries: @@ -45,15 +27,23 @@ Unzip the binaries for your platform: ``` # For a Darwin compatible binary unzip fleet_latest.zip 'darwin/*' -d fleet -./fleet/darwin/fleet_darwin_amd64 --help +./fleet/darwin/fleet --help # For a Linux compatible binary unzip fleet_latest.zip 'linux/*' -d fleet -./fleet/linux/fleet_linux_amd64 --help +./fleet/linux/fleet --help ``` Replace the existing Fleet binary with the newly unzipped binary. +#### Docker container + +Pull the latest Fleet docker image: + +``` +docker pull kolide/fleet +``` + ## Running database migrations Before running the updated server, perform necessary database migrations: