Skip to content

dariogriffo/tigerbeetle-debian

Repository files navigation

GitHub Downloads (all assets, all releases) GitHub Downloads (all assets, latest release) GitHub Release GitHub Release Date

tigerbeetle Logo Debian Logo
tigerbeetle for Debian

The financial transactions database designed for mission critical safety and performance to power the next 30 years of OLTP

tigerbeetle for Debian

This repository contains build scripts to produce the unofficial Debian packages (.deb) for tigerbeetle hosted at debian.griffo.io

Currently supported Debian distros are:

  • Bookworm (v12)
  • Trixie (v13)
  • Forky (v14)
  • Sid (testing)

Thanks to @ranjithrajv

Supported architectures:

  • amd64 (x86_64) - All distributions
  • arm64 (aarch64) - All distributions
  • armel (ARM EABI) - All distributions

This is an unofficial community project to provide a package that's easy to install on Debian. If you're looking for the tigerbeetle source code, see tigerbeetle

Install/Update

The Debian way

curl -sS https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/debian.griffo.io.gpg
echo "deb https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list
sudo apt install -y tigerbeetle

Manual Installation

  1. Download the .deb package for your Debian version available on the Releases page.
  2. Install the downloaded .deb package.
sudo dpkg -i <filename>.deb

Updating

To update to a new version, just follow any of the installation methods above. There's no need to uninstall the old version; it will be updated correctly.

Building

Build for single architecture

./build.sh <tigerbeetle_version> <build_version> <architecture>
# Example: ./build.sh 0.8.11 1 arm64

Build for all architectures

./build.sh <tigerbeetle_version> <build_version> all
# Example: ./build.sh 0.8.11 1 all

Roadmap

  • Produce a .deb package on GitHub Releases
  • Set up a debian mirror for easier updates
  • Multi-architecture support (amd64, arm64, armel, armhf, ppc64el, s390x)

Disclaimer

  • This repo is not open for issues related to tigerbeetle. This repo is only for unofficial Debian packaging.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors