From 5fc4ef795781d7cdf9de19ce91098f8d565e986b Mon Sep 17 00:00:00 2001 From: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com> Date: Wed, 27 Jul 2022 02:18:59 -0500 Subject: [PATCH] Fix typo in /using-fleet/faq (#6669) * Fix typo in /using-fleet/faq Created as per https://github.com/fleetdm/fleet/issues/6605 * Update FAQ.md * Update FAQ.md * Update docs/Using-Fleet/FAQ.md * Update docs/Using-Fleet/FAQ.md * Update docs/Using-Fleet/FAQ.md * Update docs/Using-Fleet/FAQ.md * Update docs/Using-Fleet/FAQ.md * Update FAQ.md * Update link on docs/Using-Fleet/FAQ.md Added closing square bracket. Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> --- docs/Using-Fleet/FAQ.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/Using-Fleet/FAQ.md b/docs/Using-Fleet/FAQ.md index 4385bbafe8..c31e1f5c10 100644 --- a/docs/Using-Fleet/FAQ.md +++ b/docs/Using-Fleet/FAQ.md @@ -1,6 +1,6 @@ # Using Fleet FAQ -- [What do I need to do to switch from Kolide Fleet to FleetDM Fleet?](#waht-do-i-need-to-do-to-switch-from-kolide-fleet-to-fleetdm-fleet) +- [How can I switch to Fleet from Kolide Fleet?](#how-can-i-switch-to-fleet-from-kolide-fleet) - [Has anyone stress tested Fleet? How many clients can the Fleet server handle?](#has-anyone-stress-tested-fleet-how-many-clients-can-the-fleet-server-handle) - [Can I target my hosts using their enroll secrets?](#can-I-target-my-hosts-using-their-enroll-secrets) - [How often do labels refresh? Is the refresh frequency configurable?](#how-often-do-labels-refresh-is-the-refresh-frequency-configurable) @@ -33,13 +33,9 @@ - [Will updating fleetctl lead to loss of data in fleetctl preview?](will-updating-fleetctl-lead-to-loss-of-data-in-fleetctl-preview?) - [How do I downgrade from Fleet Premium to Fleet Free?](how-do-i-downgrade-from-fleet-premium-to-fleet-free) -## What do I need to do to switch from Kolide Fleet to FleetDM Fleet? +## How can I switch to Fleet from Kolide Fleet? -The upgrade from kolide/fleet to fleetdm/fleet works the same as any minor version upgrade has in the past. - -Minor version upgrades in Kolide Fleet often included database migrations and the recommendation to back up the database before migrating. The same goes for the new Fleet. - -To migrate from `kolide/fleet` to the new Fleet, please follow the steps outlined in the [Upgrading Fleet section](../Deploying/Upgrading-Fleet.md) of the documentation. +To migrate to Fleet from Kolide Fleet, please follow the steps outlined in the [Upgrading Fleet section](../Deploying/Upgrading-Fleet.md) of the documentation. ## Has anyone stress tested Fleet? How many hosts can the Fleet server handle?