From 5c141765cdfc7631b86bfe0dc8450b0c66aa1d14 Mon Sep 17 00:00:00 2001 From: Kelvin Oghenerhoro Omereshone Date: Sun, 27 Feb 2022 10:33:15 +0100 Subject: [PATCH] docs: add FAQ for migrating from Fleet Free to Fleet Premium (#4375) * docs: add FAQ for migrating from Fleet Free to Fleet Premium * docs: add note for redeploying Fleet not being necessary * docs: add note for redeploying Fleet not being necessary * fix: add question mark to FAQ --- docs/Deploying/FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Deploying/FAQ.md b/docs/Deploying/FAQ.md index 8433aa12c2..7649d99f99 100644 --- a/docs/Deploying/FAQ.md +++ b/docs/Deploying/FAQ.md @@ -234,3 +234,6 @@ If you would like to manage hosts that can travel outside your VPN or intranet w ## What is the minimum version of MySQL required by Fleet? Fleet requires at least MySQL version 5.7. + +## How do I migrate from Fleet Free to Fleet Premium? +To migrate from Fleet Free to Fleet Premium, once you get a Fleet license, set it as a parameter to `fleet serve` either as an environment variable using `FLEET_LICENSE_KEY` or in the Fleet's config file. See [here](https://fleetdm.com/docs/deploying/configuration#license) for more details. Note: You don't need to redeploy Fleet after the migration.