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

Issue with timescale volume path? #32

Closed
trevjonez opened this issue Jan 17, 2024 · 1 comment · Fixed by #37
Closed

Issue with timescale volume path? #32

trevjonez opened this issue Jan 17, 2024 · 1 comment · Fixed by #37

Comments

@trevjonez
Copy link

- timescale-volume:/var/lib/postgresql/data

The timescale docs indicate two different paths based on the image type used.

image

@imnotjames
Copy link

imnotjames commented Mar 18, 2024

Same issue here.

I didn't need timescale-ha so I switched to standard timescale via

  timescale:
    image: timescale/timescaledb:latest-pg14
    environment:
      - POSTGRES_PASSWORD=some-password
      - POSTGRES_USER=postgres
      - POSTGRES_DB=postgres
    volumes:
      - timescale-volume:/var/lib/postgresql/data
    networks:
      - codecov

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 a pull request may close this issue.

2 participants