Summary: | dev-db/mongodb - possibility to prevent upgrade unless FeatureCompatibilityVersion is correctly set | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jaco Kroon <jaco> |
Component: | Eclasses | Assignee: | Ultrabug <ultrabug> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Jaco Kroon
2020-03-24 21:44:56 UTC
Hi, Been doing some investigations of my own. So far, assuming that the server is running, I'm able to extract the featureCompatibilityVersion: mongo --quiet --eval "db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )" There are obviously a bunch of issues with this: cross-compiles. daemon isn't running. As such I'm not sure this is a viable goal, but I do still think that some kind of pre-merge check is in order. I understand your frustration and problem Jaco and I'm sorry about that but I really don't think that packaging should cover such sysadmin problems As you say it yourself, there's too little we can do for justifying the effort on mainline ebuild Thanks for proposing and trying out! |