mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
update the update instructions
This commit is contained in:
parent
a172540b7b
commit
fc33f3cbd1
1 changed files with 10 additions and 20 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue