Skip to content

Commit

Permalink
Use primary TimescaleDB package
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Oct 23, 2020
1 parent 0c9d7fc commit bbd9539
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/features/timescaledb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ sudo apt-get update

# Now install appropriate package for PG version
if [ -f ~/.homestead-features/wsl_user_name ]; then
sudo apt-get -y install timescaledb-oss-postgresql-12
sudo apt-get -y install timescaledb-postgresql-12
else
sudo apt-get -y install timescaledb-oss-postgresql-9.6
sudo apt-get -y install timescaledb-oss-postgresql-10
sudo apt-get -y install timescaledb-oss-postgresql-11
sudo apt-get -y install timescaledb-oss-postgresql-12
sudo apt-get -y install timescaledb-postgresql-9.6
sudo apt-get -y install timescaledb-postgresql-10
sudo apt-get -y install timescaledb-postgresql-11
sudo apt-get -y install timescaledb-postgresql-12
fi

sudo timescaledb-tune --quiet --yes
Expand Down

0 comments on commit bbd9539

Please sign in to comment.