timescale / timescaledb

An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
https://www.timescale.com/
Other
17.9k stars 882 forks source link

Outdated docs for Centos installation, possibly not working for Centos 8 #1920

Open vlizanae opened 4 years ago

vlizanae commented 4 years ago

Relevant system information:

Describe the bug I'm building an image based on this documentation.

To Reproduce Steps to reproduce the behavior:

  1. Create a Dockerfile:
    
    FROM centos:8

RUN yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm RUN curl -s https://packagecloud.io/install/repositories/timescale/timescaledb/script.rpm.sh | bash RUN yum install -y timescaledb-postgresql-11


2. `docker build .`

**Expected behavior**
Image should complete building process.

**Actual behavior**
Building process fails at `yum install -y timescaledb-postgresql-11`.
svenklemm commented 4 years ago

you might have to disable the system postgres dnf -qy module disable postgresql

svenklemm commented 4 years ago

See https://github.com/timescale/timescaledb/pull/2050/files for installation of packages on centos 8