mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
Add question to deployment FAQ (#2706)
* add question to faq * Update FAQ.md * Update FAQ.md * Update docs/02-Deploying/FAQ.md Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
This commit is contained in:
parent
37a960e15d
commit
a4ae68dd1d
@ -13,6 +13,7 @@
|
||||
- [Is Fleet available as a SaaS product?](#is-fleet-available-as-a-saas-product)
|
||||
- [Is Fleet compatible with X flavor of MySQL?](#is-fleet-compatible-with-x-flavor-of-mysql)
|
||||
- [What are the MySQL user access requirements?](#what-are-the-mysql-user-requirements)
|
||||
- [Does Fleet support MySQL replication?](#does-fleet-support-mysql-replication)
|
||||
- [What is duplicate enrollment and how do I fix it?](#what-is-duplicate-enrollment-and-how-do-i-fix-it)
|
||||
|
||||
## How do I get support for working with Fleet?
|
||||
@ -123,6 +124,10 @@ Fleet is built to run on MySQL 5.7 or above. However, particularly with AWS Auro
|
||||
|
||||
The user `fleet prepare db` (via environment variable `FLEET_MYSQL_USERNAME` or command line flag `--mysql_username=<username>`) uses to interact with the database needs to be able to create, alter, and drop tables as well as the ability to create temporary tables.
|
||||
|
||||
## Does Fleet support MySQL replication?
|
||||
|
||||
You can deploy MySQL or Maria any way you want. We recommend using managed/hosted mysql so you don't have to think about it, but you can think about it more if you want. Read replicas are supported. You can read more about MySQL configuration [here](./02-Configuration.md#my-sql).
|
||||
|
||||
## What is duplicate enrollment and how do I fix it?
|
||||
|
||||
Duplicate host enrollment is when more than one host enrolls in Fleet using the same identifier (hardware UUID or osquery generated UUID). This can be caused by cloning a VM Image with an already enrolled
|
||||
|
Loading…
Reference in New Issue
Block a user