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

EOL PostgreSQL 11 used in docker-compose.yml #56

Open
ronott opened this issue Oct 30, 2024 · 0 comments
Open

EOL PostgreSQL 11 used in docker-compose.yml #56

ronott opened this issue Oct 30, 2024 · 0 comments

Comments

@ronott
Copy link

ronott commented Oct 30, 2024

Expected Behavior

A supported version of PostgreSQL is used

Actual Behavior

OpenCVE Docker uses PostgreSQL 11 which is EOL since November 2023 (according to https://www.postgresql.org/support/versioning/)

Is it save to just up the PostgreSQL version number in docker-compose.yml or are there any hard requirements on PostgreSQL 11?

Steps to Reproduce the Problem

  • clone this repo
  • grep postgres ./docker-compose.yml
        - postgres
postgres:
    container_name: postgres
    image: postgres:11
        PGDATA: /var/lib/postgresql/data
        - postgres:/var/lib/postgresql/data
postgres:

Specifications

  • OpenCVE Docker version: current
  • Platform: Linux
  • Docker version: 27.3.1
  • Docker-compose version:
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

1 participant