From a21d5807f5b016186947e48d51d16fbb58a28b94 Mon Sep 17 00:00:00 2001 From: danielcolquitt <81052145+danielcolquitt@users.noreply.github.com> Date: Thu, 10 Apr 2025 15:29:23 +0100 Subject: [PATCH] Remove installation of OpenJDK (#1597) ElasticSearch is bundled with its own version of OpenJDK. Using a standalone JDK is not necessary or recommended. --- content/en/admin/elasticsearch.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/en/admin/elasticsearch.md b/content/en/admin/elasticsearch.md index db4bc35a..1a395857 100644 --- a/content/en/admin/elasticsearch.md +++ b/content/en/admin/elasticsearch.md @@ -27,12 +27,6 @@ It deliberately does not allow searching for arbitrary strings in the entire dat Mastodon is tested with Elasticsearch version 7. It should support OpenSearch, as well as Elasticsearch versions 6 and 8, but those setups are not officially supported. {{< /hint >}} -Elasticsearch requires a Java runtime. If you don’t have Java already installed, do it now. Assuming you are logged in as `root`: - -```bash -apt install openjdk-17-jre-headless -``` - Add the official Elasticsearch repository to apt: ```bash