Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Post release clean up
Browse files Browse the repository at this point in the history
- Use `timescale/timescaledb-ha` docker image
- Remove `startup.upgrade-prerelease-extensions`
  • Loading branch information
JamesGuthrie authored and paulfantom committed May 13, 2022
1 parent 749cf0d commit 95d1269
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
6 changes: 1 addition & 5 deletions docker-compose/docker-compose.yaml
Expand Up @@ -2,8 +2,7 @@ version: '3.0'

services:
db:
#TODO (james): Replace hardcoded value
image: ghcr.io/timescale/dev_promscale_extension:develop-ts2-pg14
image: timescale/timescaledb-ha:pg14-latest
ports:
- 5432:5432/tcp
environment:
Expand Down Expand Up @@ -33,9 +32,6 @@ services:
PROMSCALE_TRACING_OTLP_SERVER_ADDRESS: ":9202"
PROMSCALE_TELEMETRY_TRACE_JAEGER_ENDPOINT: "http://otel-collector:14268/api/traces"
PROMSCALE_TELEMETRY_TRACE_SAMPLING_RATIO: "0.1"
# FIXME(paulfantom): remove before doing a release!
command:
- "-startup.upgrade-prerelease-extensions"

otel-collector:
platform: linux/amd64
Expand Down
9 changes: 1 addition & 8 deletions docker-compose/high-availability/docker-compose.yaml
Expand Up @@ -2,8 +2,7 @@ version: '3.0'

services:
db:
#TODO (james): Replace hardcoded value
image: ghcr.io/timescale/dev_promscale_extension:develop-ts2-pg14
image: timescale/timescaledb-ha:pg14-latest
ports:
- 5432:5432/tcp
environment:
Expand Down Expand Up @@ -40,9 +39,6 @@ services:
PROMSCALE_DB_PASSWORD: postgres
PROMSCALE_WEB_TELEMETRY_PATH: /metrics-text
PROMSCALE_DB_SSL_MODE: allow
# FIXME(paulfantom): remove before doing a release!
command:
- "-startup.upgrade-prerelease-extensions"

promscale-connector2:
image: timescale/promscale:latest
Expand All @@ -61,7 +57,4 @@ services:
PROMSCALE_DB_PASSWORD: postgres
PROMSCALE_WEB_TELEMETRY_PATH: /metrics-text
PROMSCALE_DB_SSL_MODE: allow
# FIXME(paulfantom): remove before doing a release!
command:
- "-startup.upgrade-prerelease-extensions"

2 changes: 1 addition & 1 deletion scripts/end_to_end_tests.sh
Expand Up @@ -86,7 +86,7 @@ PROMSCALE_DB_PASSWORD=postgres \
PROMSCALE_DB_NAME=postgres \
PROMSCALE_DB_SSL_MODE=disable \
PROMSCALE_WEB_TELEMETRY_PATH=/metrics \
./promscale -startup.only -startup.upgrade-prerelease-extensions
./promscale -startup.only

docker exec e2e-tsdb psql -U postgres -d postgres \
-c "CREATE ROLE writer PASSWORD 'test' LOGIN" \
Expand Down

0 comments on commit 95d1269

Please sign in to comment.