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

feat: update db image versions in docker compose #9367

Merged
merged 4 commits into from
Sep 19, 2022

Conversation

Jacse
Copy link
Contributor

@Jacse Jacse commented Sep 11, 2022

Description of change

Fixes #9326

Pull-Request Checklist

  • Code is up-to-date with the master branch
  • npm run format to apply prettier formatting
  • npm run test passes with this change
  • This pull request links relevant issues as Fixes #0000
  • There are new or updated unit tests validating the change
  • Documentation has been updated to reflect this change
  • The new commits follow conventions explained in CONTRIBUTING.md

@pleerock
Copy link
Member

Please answer my comments from #9366 here.

@Jacse
Copy link
Contributor Author

Jacse commented Sep 15, 2022

Hi @pleerock I've fixed the postgres version, but I'm having a hard time testing/verifying the versions on my M1 mac... Time is pretty short on my end but i'll try to see if I can get it running in the weekend

@@ -44,7 +29,7 @@ services:
# mdillon/postgis is postgres + PostGIS (only). if you need additional
# extensions, it's probably time to create a purpose-built image with all
# necessary extensions. sorry, and thanks for adding support for them!
image: "mdillon/postgis:9.6"
image: "mdillon/postgis:14.5"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about changing the version of this postgres versus the postgres-12 that's also here

@Jacse
Copy link
Contributor Author

Jacse commented Sep 15, 2022

@pleerock do you have any functional testing environment that I can boot? Or what's the recommended testing strategy?

@pleerock
Copy link
Member

you can change local docker-compose file, run all new images and run npm run test to test everything.

@Jacse
Copy link
Contributor Author

Jacse commented Sep 15, 2022

Ok awesome, thanks

@Jacse
Copy link
Contributor Author

Jacse commented Sep 15, 2022

All tests pass ☑️

@pleerock pleerock merged commit f24b262 into typeorm:master Sep 19, 2022
@pleerock
Copy link
Member

Thank you for contribution! 🎉

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.

Update docker image that generated by typeorm cli: npx typeorm --init docker
2 participants