Midgard - Linux
Setting up Midgard on Linux
Prerequisites
apt install -y --no-install-recommends apt-transport-https gcc gnupg lsb-release postgresql postgresql-common wgetApplication user
useradd -m midgard -s /bin/bashDatabase
Install TimescaleDB
/usr/share/postgresql-common/pgdg/apt.postgresql.org.shecho "deb https://packagecloud.io/timescale/timescaledb/ubuntu/ $(lsb_release -c -s) main" | sudo tee /etc/apt/sources.list.d/timescaledb.listCreate midgard database
Install TimescaleDB extension
Install
Configuration
Systemd
Start
Last updated
Was this helpful?