huchangqi 3c52ea3600 add loongarch and loongnix-server support
1. 名称使用  loongnix 而不是 loongnix-server
是由于部分脚本是通过 /etc/loongnix-release 的文件名去判断版本的,这样只
能匹配到 loongnix.

2. loongnix-server 修改LD_LIBRARY_PATH 之后,会导致 sudo ,su等命令失
效,只好在执行su命令的时候 export LD_LIBRARY_PATH=/usr/lib64, 保证su
命令成功, 试过 alias su='export LD_LIBRARY_PATH=/usr/lib64; su'
但是 py 需要 subprocess.run(cmd, shell=True) 才能读取这种环境变量,还是
全部替换了。
2024-08-15 11:04:20 +08:00
2023-02-28 22:05:57 +08:00
2022-03-05 18:51:52 +08:00
2024-04-13 09:23:40 +08:00
2020-11-13 15:22:35 +08:00
2021-03-29 09:57:45 +08:00
2021-03-29 09:57:45 +08:00

openGauss-OM

Description

Operation Manager provides management interfaces and tools for opengauss routine O&M and configuration management. Common functions include database installtion, startup, stop, upgrade, backup, status query, and log collection.

Compilation

  • See the compilation description of the opengauss third-party-software
    The final compilation and build result is stored in the binarylibs directory at the same level as openGauss-third_party.
    The binarylibs directory will be the value of '-3rd' for build.sh
    You can obtain the binarylibs we have compiled. openGauss-third_party_binarylibs.tar.gz

  • ./build.sh -3rd ${BINARYLIBS_PATH}
    The generated installation package is stored in the ./package directory:
    openGauss-2.0.0-CentOS-64bit-om.sha256
    openGauss-2.0.0-CentOS-64bit-om.tar.gz

Installation

The OM tool strongly depends on opengaussServer. Please see the opengauss Installation

Quick Start

See the Quick Start.

Docs

For more details about the installation guide, tutorials, and APIs, please see the User Documentation.

Community

Governance

Check out how openGauss implements open governance works.

Communication

Contribution

Welcome contributions. See our Contributor for more details.

Release Notes

For the release notes, see our RELEASE.

License

MulanPSL-2.0

Description
No description provided
Readme 4.3 MiB
Languages
Python 94.4%
PLpgSQL 4.4%
Shell 1.2%