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

Update timescale db with toolkit #142

Merged
merged 2 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions timescaledb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FROM postgres:14-bullseye
FROM timescale/timescaledb:2.15.3-pg16
FROM timescale/timescaledb-ha:pg16.3-ts2.15.3-all

ENV TIMESCALEDB_TELEMETRY "off"
ENV NO_TS_TUNE true
Expand All @@ -11,7 +11,7 @@ ENV POSTGRES_PASSWORD "vega"
COPY ./init-db.sh /init-db.sh
COPY 020_add_multiple_databases.sh /docker-entrypoint-initdb.d/

RUN apk add sudo \
RUN apt-get sudo \
&& sudo -u postgres --preserve-env /init-db.sh
RUN timescaledb-tune \
--yes \
Expand Down
2 changes: 1 addition & 1 deletion timescaledb/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.15.3-pg16-v0.0.1",
"version": "2.15.3-pg16-v0.1.0",
"name": "vegaprotocol/vegacapsule-timescaledb"
}
Loading