From 686e8516e6745a881f8181c838c80a0371bb7508 Mon Sep 17 00:00:00 2001 From: Zachary Wasserman Date: Tue, 11 Sep 2018 10:56:14 -0700 Subject: [PATCH] Add MySQl version information to infra docs (#1919) --- docs/infrastructure/installing-fleet.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/infrastructure/installing-fleet.md b/docs/infrastructure/installing-fleet.md index 2f56aadfcb..71c4bfd1ee 100644 --- a/docs/infrastructure/installing-fleet.md +++ b/docs/infrastructure/installing-fleet.md @@ -53,6 +53,8 @@ Fleet currently has two infrastructure dependencies in addition to the `fleet` w Fleet uses MySQL extensively as it's main database. Many cloud providers (such as [AWS](https://aws.amazon.com/rds/mysql/) and [GCP](https://cloud.google.com/sql/)) host reliable MySQL services which you may consider for this purpose. A well supported MySQL [Docker container](https://hub.docker.com/_/mysql/) also exists if you would rather run MySQL in a container. For more information on how to configure the `fleet` binary to use the correct MySQL instance, see the [Configuring The Fleet Binary](./configuring-the-fleet-binary.md) document. +Fleet requires at least MySQL version 5.7. + #### Redis Fleet uses Redis to ingest and queue the results of distributed queries, cache data, etc. Many cloud providers (such as [AWS](https://aws.amazon.com/elasticache/) and [GCP](https://console.cloud.google.com/launcher/details/click-to-deploy-images/redis)) host reliable Redis services which you may consider for this purpose. A well supported Redis [Docker container](https://hub.docker.com/_/redis/) also exists if you would rather run Redis in a container. For more information on how to configure the `fleet` binary to use the correct Redis instance, see the [Configuring The Fleet Binary](./configuring-the-fleet-binary.md) document.