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

chore: pin postgres version on docker compose files #2318

Merged
merged 1 commit into from Apr 5, 2023
Merged

Conversation

schoren
Copy link
Collaborator

@schoren schoren commented Apr 5, 2023

This PR pins a specific postgres version (14) to some docker compose files that didn't have it. Not having the version pinned can create problems. For example, today for some reason docker decided that I needed to use the 15 version on my existing DB, and the storage formats are not compatible, so tracetest was not starting.

This fixes this issue

Changes

Fixes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

@schoren schoren requested review from adnanrahic, danielbdias, jorgeepc and mathnogueira and removed request for adnanrahic and danielbdias April 5, 2023 19:27
@schoren schoren merged commit 5b2e8c3 into main Apr 5, 2023
27 checks passed
@schoren schoren deleted the pin-pg-version branch April 5, 2023 19:48
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 this pull request may close these issues.

None yet

2 participants