SHOW VERSION

SHOW VERSION

NOTE: SHOW VERSION requires Manticore Buddy. If it doesn't work, make sure Buddy is installed.

SHOW VERSION provides detailed version information of various components of the Manticore Search instance. This command is particularly useful for administrators and developers who need to verify the version of Manticore Search they are running, along with the versions of its associated components.

The output table includes two columns:

  • Component: This column names the specific component of Manticore Search.
  • Version: This column displays the version information for the respective component.
‹›
  • SQL
  • JSON
📋
mysql> SHOW VERSION;
‹›
Response
+------------+-------------------------------------+
| Component  | Version                             |
+------------+-------------------------------------+
| Daemon     | 13.13.4 0bc5a9641@25101507 dev      |
| Columnar   | columnar 8.1.0 e1522a2@25100213     |
| Secondary  | secondary 8.1.0 e1522a2@25100213    |
| Knn        | knn 8.1.0 e1522a2@25100213          |
| Embeddings | embeddings 1.0.1                    |
| Buddy      | buddy v3.35.1+25090418-41d9811f-dev |
+------------+-------------------------------------+
Last modified: April 13, 2026