From 2e7f9d4c7727fbe369c10ef410dfadb4b1edbb41 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 9 May 2021 04:10:43 -0500 Subject: [PATCH] Highlight database engine versions that are being actively tested with recorder changes (#17749) --- source/_integrations/recorder.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/recorder.markdown b/source/_integrations/recorder.markdown index 5311749e570..e9b0aea9cad 100644 --- a/source/_integrations/recorder.markdown +++ b/source/_integrations/recorder.markdown @@ -215,6 +215,15 @@ Call the service `recorder.disable` to stop saving events and states to the data Call the service `recorder.enable` to start again saving events and states to the database. This is the opposite of `recorder.disable`. +## Recommended engines and minimum versions + +The following database engines are tested when major changes are made to the recorder. Other database engines do not have an active core maintainer at this time and may require additional work to maintain. + +- SQLite 3.32.1+ +- MariaDB 10.3+ +- MySQL 5.7+ +- PostgresSQL 12+ + ## Custom database engines | Database engine | `db_url` |