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.