+
+

Altinity {{ repo_subtitle }}

+
+
+

Altinity Stable Build

+
+

+ Production-ready build of ClickHouse® with long-term support. (Documentation). +
+
+

+

How to download:

+

RHEL, CentOS, Amazon Linux, Fedora:

+
+ + sudo $(type -p dnf || type -p yum) install curl gnupg2 +
+ sudo curl https://{{ repo_dns_name }}/yum-repo/{{ repo_name }}.repo -o /etc/yum.repos.d/{{ repo_name }}.repo +
+ sudo $(type -p dnf || type -p yum) install {{ repo_install_packages }} +
+
+
+

+
+

Ubuntu, Debian:

+
+ + sudo apt-get update +
+ sudo apt-get install curl gnupg2 apt-transport-https ca-certificates dialog +
+ sudo sh -c 'mkdir -p /usr/share/keyrings && curl -s https://{{ repo_dns_name }}/apt-repo/pubkey.gpg | gpg --dearmor > /usr/share/keyrings/{{ repo_name }}-archive-keyring.gpg' +
+ sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/{{ repo_name }}-archive-keyring.gpg] https://{{ repo_dns_name }}/apt-repo stable main" > /etc/apt/sources.list.d/{{ repo_name }}.list' +
+ sudo apt-get update +
+ sudo apt-get install {{ repo_install_packages }} +
+
+
+

+
+

Browse repo files:

+ +
+
+

+
+

Altinity Stable FIPS-Compatible Build

+
+

+ Production-ready build of ClickHouse® with FIPS-compatible BoringSSL crypto libraries. (Documentation) +
+
+

+

How to download:

+

RHEL, CentOS, Amazon Linux, Fedora:

+
+ + sudo $(type -p dnf || type -p yum) install curl gnupg2 +
+ sudo curl https://{{ repo_dns_name }}/fips-yum-repo/{{ repo_name }}.repo -o /etc/yum.repos.d/{{ repo_name }}.repo +
+ sudo $(type -p dnf || type -p yum) install {{ repo_install_packages }} +
+
+
+

+
+

Ubuntu, Debian:

+
+ + sudo apt-get update +
+ sudo apt-get install curl gnupg2 apt-transport-https ca-certificates dialog +
+ sudo sh -c 'mkdir -p /usr/share/keyrings && curl -s https://{{ repo_dns_name }}/fips-apt-repo/pubkey.gpg | gpg --dearmor > /usr/share/keyrings/{{ repo_name }}-archive-keyring.gpg' +
+ sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/{{ repo_name }}-archive-keyring.gpg] https://{{ repo_dns_name }}/fips-apt-repo stable main" > /etc/apt/sources.list.d/{{ repo_name }}.list' +
+ sudo apt-get update +
+ sudo apt-get install {{ repo_install_packages }} +
+
+
+

+
+

Browse repo files:

+ +
+
+

+
+

Altinity Antalya Build

+
+

+ Experimental build of ClickHouse® incorporating features and fixes from the future Altinity Stable Build releases. Not for production use. +
+
+

+

How to download:

+

RHEL, CentOS, Amazon Linux, Fedora:

+
+ + sudo $(type -p dnf || type -p yum) install curl gnupg2 +
+ sudo curl https://{{ repo_dns_name }}/antalya-yum-repo/{{ repo_name }}.repo -o /etc/yum.repos.d/{{ repo_name }}.repo +
+ sudo $(type -p dnf || type -p yum) install {{ repo_install_packages }} +
+
+
+

+
+

Ubuntu, Debian:

+
+ + sudo apt-get update +
+ sudo apt-get install curl gnupg2 apt-transport-https ca-certificates dialog +
+ sudo sh -c 'mkdir -p /usr/share/keyrings && curl -s https://{{ repo_dns_name }}/antalya-apt-repo/pubkey.gpg | gpg --dearmor > /usr/share/keyrings/{{ repo_name }}-archive-keyring.gpg' +
+ sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/{{ repo_name }}-archive-keyring.gpg] https://{{ repo_dns_name }}/antalya-apt-repo stable main" > /etc/apt/sources.list.d/{{ repo_name }}.list' +
+ sudo apt-get update +
+ sudo apt-get install {{ repo_install_packages }} +
+
+
+

+
+

Browse repo files:

+ +
+
+ +