Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update README and docker-compose to require use of TimescaleDB v1.7 #341

Merged
merged 2 commits into from
Jan 12, 2021

Conversation

placer14
Copy link
Contributor

@placer14 placer14 commented Jan 4, 2021

Fixes #332

@placer14 placer14 requested review from iand and frrist January 4, 2021 22:24
@placer14 placer14 self-assigned this Jan 4, 2021
brew install timescaledb
```

You may need to run the following _before_ installing timescale to get it to compile:
Copy link
Contributor Author

@placer14 placer14 Jan 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that homebrew no longer makes v1.7 available for download via this method. Changed to use docker-compose as recommended means for getting the correct (and tuned) versions of Postgres/TimescaleDB in the least amount of effort. (This approach is also OS-agnostic.)

@codecov-io
Copy link

codecov-io commented Jan 4, 2021

Codecov Report

Merging #341 (1b7feeb) into master (a655c12) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master    #341   +/-   ##
======================================
  Coverage    46.7%   46.7%           
======================================
  Files          22      22           
  Lines        2104    2104           
======================================
  Hits          984     984           
  Misses        988     988           
  Partials      132     132           

@placer14
Copy link
Contributor Author

placer14 commented Jan 4, 2021

This is ready pending review. Please merge on approval. 🤝

README.md Show resolved Hide resolved
@placer14 placer14 merged commit 931c7ed into master Jan 12, 2021
@placer14 placer14 deleted the docs/update-timescale-17-instructions branch January 12, 2021 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document timescale limitation to v1.7 (possibly 1.x)
3 participants