Check the etcd version

You can get the version information for the etcd database included with your MicroShift by using one or both of the following methods, depending on the level of information that you need.

Procedure
  • To display the base database version information, run the following command:

    $ microshift-etcd version
    Example output
    microshift-etcd Version: 4.20.0
    Base etcd Version: 3.5.13
  • To display the full database version information, run the following command:

    $ microshift-etcd version -o json
    Example output
    {
      "major": "4",
      "minor": "20",
      "gitVersion": "4.20.0",
      "gitCommit": "140777711962eb4e0b765c39dfd325fb0abb3622",
      "gitTreeState": "clean",
      "buildDate": "2025-11-03T16:37:53Z",
      "goVersion": "go1.21.9"
      "compiler": "gc",
      "platform": "linux/amd64",
      "patch": "",
      "etcdVersion": "3.5.13"
    }