Skip to content

Conversation

lucian-ioan
Copy link
Contributor

Proposed commit message

Update PostgreSQL to version 17.5.

Testing this upgrade will need a running instance of PostgreSQL. Docker-compose file:

version: "3.9"

services:
  postgres:
    image: postgres:17.5
    container_name: postgres-17
    restart: unless-stopped
    environment:
      POSTGRES_USER: postgres
      POSTGRES_PASSWORD: postgres
      POSTGRES_DB: postgres
    ports:
      - "5432:5432"
    networks:
      - default

networks:
  default:
    external: true
    name: elastic-package-stack_default

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Screenshots

@lucian-ioan lucian-ioan self-assigned this Oct 7, 2025
@lucian-ioan lucian-ioan added the Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations] label Oct 7, 2025
@elasticmachine
Copy link

elasticmachine commented Oct 7, 2025

💔 Build Failed

Failed CI Steps

History

cc @lucian-ioan

@andrewkroh andrewkroh added documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. Integration:postgresql PostgreSQL labels Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. Integration:postgresql PostgreSQL Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants