Obtaining and Verifying an Installation Package

Procedure

  1. Download the installation package of the corresponding platform from the openGauss community.

    1. Log in to the openGauss community and download the latest installation package of the corresponding platform. For individual developers or in non-enterprise-level environments, download the small-scale installation package.
    2. Click Download.
  2. Check the installation package.

    Decompress the installation package and check whether the installation directory and files are complete. Run the following commands in the directory where the installation package is stored:

    mkdir openGauss
    tar -jxf openGauss-x.x.x-openEuler-64bit.tar.bz2 –C openGauss
    ls -lb openGauss/
    

    Run the ls command to display information similar to the following:

    total 147716
    drwx------ 2 root root     4096 Jan  4 21:23 dependency
    -rwx------ 1 root root 73683192 Jan  4 21:23 GaussDB-Kernel-V500R002C10-EULER-64bit.bin
    -rw------- 1 root root       65 Jan  4 21:23 GaussDB-Kernel-V500R002C10-EULER-64bit.sha256
    -rw------- 1 root root 77146951 Jan  4 21:23 GaussDB-Kernel-V500R002C10-EULER-64bit.tar.gz
    -rw------- 1 root root    29154 Jan  4 21:23 install.sh
    -rw------- 1 root root      724 Jan  4 21:23 opengauss_lite.conf
    -rw------- 1 root root     2727 Jan  4 21:23 uninstall.sh
    -rw------- 1 root root    31304 Jan  4 21:23 upgrade_common.sh
    -rw------- 1 root root      968 Jan  4 21:23 upgrade_config.sh
    -rw------- 1 root root      245 Jan  4 21:23 upgrade_errorcode.sh
    -rw------- 1 root root      768 Jan  4 21:23 upgrade_GAUSSV5.sh
    -rw------- 1 root root       65 Jan  4 21:23 upgrade_sql.sha256
    -rw------- 1 root root   323935 Jan  4 21:23 upgrade_sql.tar.gz
    -rw------- 1 root root       43 Jan  4 21:23 version.cfg
    
Feedback
编组 3备份
    openGauss 2024-07-27 00:59:22
    cancel