Installing TimescaleDB ====================== For complete instructions, see https://docs.timescale.com/latest/main and https://www.postgresql.org/docs/12/index.html Following is an example for RedHat 7.9, Postgres 14, TimescaleDB 2 Install Postgres and TimescaleDB -------------------------------- Remove previous installation sudo yum remove postgresql12 sudo yum remove postgresql12-libs sudo yum remove timescaledb-tools Register RPM repo ``` sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-$(rpm -E %{rhel})-x86_64/pgdg-redhat-repo-latest.noarch.rpm sudo tee /etc/yum.repos.d/timescale_timescaledb.repo <