Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Update available ElasticSearch versions #149

Merged
merged 2 commits into from
Apr 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions services/elasticsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ To use it in your application, add it to ``.symfony/services.yaml``:

# .symfony/services.yaml
mysearch:
# supported versions: 6.5 and 7.2
# 0.90, 1.4, 1.7, 2.4, 5.2 and 5.4 are also available but not
# maintained upstream
type: elasticsearch:7.2
# supported versions: 7.5, 7.6, 7.7, 7.9
# 0.90, 1.4, 1.7, 2.4, 5.2, 5.4, 6.5, 7.2 are also available but not maintained upstream
type: elasticsearch:7.9
disk: 1024

And wire it in ``.symfony.cloud.yaml``:
Expand Down Expand Up @@ -52,7 +51,7 @@ them, list them under the ``configuration.plugins`` key in your
.. code-block:: yaml

mysearch:
type: "elasticsearch:7.2"
type: "elasticsearch:7.9"
disk: 1024
configuration:
plugins:
Expand Down