Skip to content

OpenTenBase v5.0-p13

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jun 18:41
· 50 commits to main since this release

OpenTenBase v5.0-p13

Release Date: 2026-06-02
Package Version: 5.0-p13


Supported Systems

DEB Packages (amd64 + arm64)

  • Ubuntu 18.04 (Bionic)
  • Ubuntu 20.04 (Focal)
  • Ubuntu 22.04 (Jammy)
  • Ubuntu 24.04 (Noble)
  • Ubuntu 25.04 (Plucky)
  • Debian 10 (Buster)
  • Debian 11 (Bullseye)
  • Debian 12 (Bookworm)
  • Debian 13 (Trixie)

RPM Packages (x86_64 + aarch64)

  • CentOS Stream 8/9
  • Rocky Linux 8/9
  • AlmaLinux 8/9
  • Fedora 40
  • OpenEuler 22.03

Quick Start

One-Click Install (Recommended)

curl -sSL https://github.com/muzimu217/OpenTenBase-Packages/releases/download/v5.0-p13/install.sh | sudo bash

Manual Install (DEB)

# Download packages
wget https://github.com/muzimu217/OpenTenBase-Packages/releases/download/v5.0-p13/opentenbase_5.0-p13_amd64.deb

# Install
sudo dpkg -i opentenbase_*.deb
sudo apt-get install -f -y

Manual Install (RPM)

# Download packages
wget https://github.com/muzimu217/OpenTenBase-Packages/releases/download/v5.0-p13/opentenbase-5.0-p13.x86_64.rpm

# Install
sudo rpm -ivh opentenbase-*.rpm

Docker Compose (Source Build)

git clone https://github.com/muzimu217/OpenTenBase-Packages.git
cd OpenTenBase-Packages/docker/dev
docker-compose -f docker-compose.dev.yml run --rm builder
docker-compose -f docker-compose.dev.yml up -d

Verification Status

  • Package installation test passed
  • Cluster initialization test passed
  • SQL query test passed (SELECT/INSERT/UPDATE/DELETE)
  • Docker Compose deployment test passed
  • Source compilation test passed (GCC 12)

Changelog


Known Issues

  • License restriction: Open-source version is read-only for some features
  • Single-machine deployment: Cross-machine deployment requires manual configuration

Documentation


Package Checksums

Checksums are available in the checksums.sha256 file attached to this release.


Full Changelog: muzimu217/OpenTenBase-Packages@v5.0-p10...v5.0-p13