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

DMP-3964 Using postgres v16 in docker #2239

Merged
merged 3 commits into from
Nov 12, 2024
Merged

DMP-3964 Using postgres v16 in docker #2239

merged 3 commits into from
Nov 12, 2024

Conversation

davet1985
Copy link
Contributor

@davet1985 davet1985 commented Nov 7, 2024

Before creating a pull request make sure that:

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)

Please remove this line and everything above and fill the following sections:

JIRA link (if applicable)

https://tools.hmcts.net/jira/browse/DMP-3964

Change description

Using postgres v16 in the local docker build.

When using the new version you might need to remove your docker volume. Stop the postgres image and then use the following commands

docker volume ls
# find darts api db volume
docker volume rm <darts api db volume>

Then you should be able to start the DB using docker once again.

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[ ] No

@hmcts-jenkins-cnp hmcts-jenkins-cnp bot requested a deployment to preview November 7, 2024 21:02 Abandoned
@davet1985 davet1985 changed the title Using postgres v15 in docker DMP-3964 Using postgres v15 in docker Nov 8, 2024
@davet1985 davet1985 marked this pull request as ready for review November 8, 2024 20:32
@davet1985 davet1985 requested review from a team as code owners November 8, 2024 20:32
@davet1985 davet1985 requested review from jackmaloney, hemantasharma1129, cakeben, louisehuyton, bancey and NickAzureDevops and removed request for a team November 8, 2024 20:32
@hmcts-jenkins-cnp hmcts-jenkins-cnp bot requested a deployment to preview November 11, 2024 07:14 Abandoned
@hmcts-jenkins-cnp hmcts-jenkins-cnp bot requested a deployment to preview November 11, 2024 09:05 Abandoned
@hmcts-jenkins-cnp hmcts-jenkins-cnp bot requested a deployment to preview November 11, 2024 11:17 Abandoned
@davet1985 davet1985 changed the title DMP-3964 Using postgres v15 in docker DMP-3964 Using postgres v16 in docker Nov 11, 2024
@davet1985 davet1985 merged commit f987011 into master Nov 12, 2024
10 checks passed
@davet1985 davet1985 deleted the docker-postgres-v16 branch November 12, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants