Docker image pulled incompatible mongodb given skipped major version 7.0 #4157
Unanswered
Originalimoc
asked this question in
Troubleshooting
Replies: 2 comments
-
Not a bug on our end, we could specify a specific mongodb version but using latest is best. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's mainly confusing for deployment update. I regularly do a docker pull to update since this project switched to using an image by default. So at least starting here/this version could call an update of FCV to 8.0 from webapp run. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
If db is 6.0 and mongodb is 8.0, startup would fail.
To manually fix this, run these in your docker-compose.yml(aka project root) folder
Then restart docker image.
for dev, revert to 7.0 and execute this command then update to 8.0.
Steps to Reproduce
Start with an early version and docker pull latest image.
What browsers are you seeing the problem on?
No response
Relevant log output
No response
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions