Package Overview

Package Type

MACHBASE provides manual installation and package installation files.

Installation typeDescriptionNote
manual installationHas 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 installationProvides an installation package for each operating system environment.
- Windows: msi
- Linux: tgz
Can be installed only in console environment

Package File Name Structure

The package file name is configured as follows.

machbase-EDITION_VERSION-OS-CPU-BIT-MODE-OPTIONAL.EXT
itemDescription
EDITIONIndicates the edition of the package.
- standard: Standard Edition
- cluster: Cluster Edition
VERSIONIndicates 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
- Minior 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 -number
– official: general package
– community: community edition package
OSIndicates the operating system name. (Example) LINUX, WINDOWS
CPUIndicates the type of CPU installed in the operating system. (Example) X86, IA64
BITIndicates whether the compiled binary is 32-bit or 64-bit. (Example) 32, 64
MODEIndicates the release mode of the binary once compiled. (Example) release, debug, prerelease
OPTIONALOnly displayed in Enterprise Edition.
lightweight: Indicates a lightweight package to be added to the Coordinator.
EXTThe package file extension. Depending on the package, it is available as tgz, rpm, deb, and msi.
Last updated on