Versions Compared

Key

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

패키지 종류

MACHBASE 는 매뉴얼 설치, 패키지 설치 파일을 제공한다.

설치 형태

특징

비고

매뉴얼 설치

압축파일 형태를 띄고 있으며, 유닉스의 경우에는 확장자가 tgz 이다.
사용자는 tar 및 GNU gzip 을 이용하여 압축을 풀어서 설치를 진행해야 한다.

콘솔 환경에서만 설치 가능

패키지 설치

각 운영체제 환경에 맞는 설치 패키지를 제공한다.

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




Table of Contents

패키지 파일명 구조

패키지 파일명은 다음과 같이 구성된다

Package File Name Structure


The package file name is configured as follows.

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

항목

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 :
커뮤니티 에디션 용 패키지
  • develop : 내부 개발용 패키지 (비공개)
  • 문자

    OS

    운영체제 명을 나타낸다. (예)
    • community edition package

    character


    OS

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

    CPU

    해당 운영체제에 설치된 CPU 의 타입을 나타낸다. (예) X86

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

    BIT

    컴파일된 바이너리가 32비트 혹은 64비트 인지 나타낸다. (예) 32예) release

    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


    Info

    Only displayed in Enterprise Edition

    에서만 표시된다

    .

    (공란)-lightweightCoordinator 에 추가할 경량화 Package 를 나타낸다

    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

    로 제공된다

    .