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

booting -pg14 yields libssl error #285

Open
cdaringe opened this issue Dec 21, 2024 · 2 comments
Open

booting -pg14 yields libssl error #285

cdaringe opened this issue Dec 21, 2024 · 2 comments

Comments

@cdaringe
Copy link

cdaringe commented Dec 21, 2024

Problem

Error loading shared library libssl.so.1.1: No such file or directory (needed by /usr/local/lib/postgresql/timescaledb-2.8.1.so)

# repro, compose file
services:
  db:
    image: timescale/timescaledb:latest-pg14
    restart: unless-stopped
    ports:
      - 5544:5544
    command: -p 5544
    environment:
      POSTGRES_USER: airman
      POSTGRES_PASSWORD: bigbadpassword # ;)
      POSTGRES_DB: pca
      TS_TUNE_MAX_BG_WORKERS: 8
@antekresic
Copy link

Hey, have you tried using one of the newer docker images? Version 2.8.1 is pretty old.

@cdaringe
Copy link
Author

Hello, i did look, but this is what comes bundled in the pg14 latest tag. The pg + tsdb migration in dockerland felt like a bit of intimidating work that i wasn’t ready to sign up for.

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

No branches or pull requests

2 participants