Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Package Type


MACHBASE provides manual installation and package installation files.

Installation type

Description

Note

manual installation

Has a compressed file format and the extension tgz for Unix.

The user decompresses using tar and GNU gzip to proceed with the installation.

Can be installed only in console environment

package installation

Provides an installation package for each operating system environment

  • Windows : msi
  • RHEL/CentOS Linux : rpm
  • Debian/Ubuntu : deb
  • Docker : (Dockerhub image)

Can be installed only in console environment




Ui text box

Index


Table of Contents
maxLevel3
indent30px
exclude목차
classtoc

Package File Name Structure


The package file name is configured as follows.

machbase-EDITION-VERSION-OS-CPU-BIT-MODE-OPTIONAL.EXT


type

item

Description

EDITION

Indicates the edition of the package.

edgeEdge Edition
fogFog Edition
clusterCluster Edition


VERSION

Indicates the version of the package.

In detail, it is classified as MajorVersion.MinorVersion.FixVersion.AUX by numbers and characters.

Major Version

Product main version

number

Minor Version

A version with relatively large features added in the same main version.

DB file / protocol compatibility is not guaranteed.

number

Fix Version

A bug / minor feature added in the same main version.

DB file / protocol compatibility  is guaranteed.

number

AUX

Indicates the package classification

  • official : general package
  • community : community edition package

character


OS

Indicates the operating system name. (Example) LINUX, WINDOWS

CPU

Indicates the type of CPU installed in the operating system. (Example) X86, IA64

BIT

Indicates whether  the compiled binary  is 32-bit or 64-bit. (Example) 32, 64

MODE

Indicates the release mode of the binary once compiled. (Example) release, debug, prerelease


OPTIONAL
Ui text box


Info

Only displayed in Enterprise Edition.


lightweight

Indicates a lightweight package to be added to the Coordinator.


EXT

The package file extension. Depending on the package, it is available as tgz, rpm, deb, and msi.