-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Conversation
Please answer my comments from #9366 here. |
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 |
docker-compose.yml
Outdated
@@ -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" |
There was a problem hiding this comment.
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
@pleerock do you have any functional testing environment that I can boot? Or what's the recommended testing strategy? |
you can change local docker-compose file, run all new images and run |
Ok awesome, thanks |
All tests pass ☑️ |
Thank you for contribution! 🎉 |
Description of change
Fixes #9326
Pull-Request Checklist
master
branchnpm run format
to apply prettier formattingnpm run test
passes with this changeFixes #0000