Elasticsearch 8.15.1 and Connectors 9.0.0 are incompatible

Why do I get the following error? Please help.

user@USER-PC:~/connectors$ make run
python3 -m venv .venv
.venv/bin/pip install --upgrade pip
Requirement already satisfied: pip in ./.venv/lib/python3.12/site-packages (24.2)
.venv/bin/pip install --upgrade setuptools
Requirement already satisfied: setuptools in ./.venv/lib/python3.12/site-packages (75.1.0)
.venv/bin/pip-licenses --format=plain-vertical --with-license-file --no-license-path > NOTICE.txt
Due to the length of these fields, this option is best paired with --format=json.
.venv/bin/elastic-ingest
[FMWK][02:36:04][INFO] Running connector service version 9.0.0
[FMWK][02:36:04][INFO] Loading config from /home/ryusw/connectors/connectors/../config.yml
[FMWK][02:36:04][INFO] Running preflight checks
[FMWK][02:36:04][INFO] Waiting for Elasticsearch at https://127.0.0.1:31000 (so far: 0 secs)
[FMWK][02:36:04][CRITICAL] Elasticsearch 8.15.1 and Connectors 9.0.0 are incompatible: major versions are different
[FMWK][02:36:04][INFO] Bye

Welcome!

You can't mix products with different major versions.

Use the same version for the server and the other stack tools.

1 Like

I installed and solved it with the version of Mysql Connector 8.15. Thank you for your great help with the resolution!!!

Added connectors

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.