-
Notifications
You must be signed in to change notification settings - Fork 54
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 Docker tag for postgres timescale variant to v16 #215
Conversation
Dockerfile-timescaledb
Outdated
@@ -31,10 +30,10 @@ LABEL fly.pg-version=${PG_VERSION} | |||
LABEL fly.pg-manager=repmgr | |||
|
|||
RUN apt-get update && apt-get install --no-install-recommends -y \ | |||
ca-certificates iproute2 postgresql-$PG_MAJOR_VERSION-repmgr curl bash dnsutils vim haproxy socat procps ssh gnupg rsync barman-cli barman barman-cli-cloud cron \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be installed in subsequent step, so no need to install it explicitly here.
Okay, the timescale is ready to go! |
hey @smorimoto, how are you testing this? I tried creating a new pg, pushing the image to the app's registry, and running fly image update, but I can't seem to get a healthy instance. Wondering if I'm missing a crucial step. I keep hitting issues with repmgr not being able to connect because of a version mismatch.
|
Update: It works if I push to docker hub and create a fresh postgres and avoid image update. |
Repmgr |
What would the very rough ETA be on the release given it needs more testing? Just on the fence about using the new timescale syntax (not currently supported with fly's TS version) for some work or holding off. |
8afac50
to
16c0959
Compare
Signed-off-by: Sora Morimoto <[email protected]>
16c0959
to
fa58db1
Compare
Rebased to latest master. |
Closing in favor of: #233 |
Support for pg16 is expected in 2.13: https://github.com/timescale/timescaledb/releases/tag/2.12.0
https://github.com/timescale/timescaledb/milestone/77