-
Notifications
You must be signed in to change notification settings - Fork 26
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
Q/A Does Sonatype Nexus Repository no more support any non pro version? #70
Comments
I'm wondering the same. Is there no way to install the OSS version via the new helm charts? |
I came here from the previous OSS helm repo: https://github.com/sonatype/nxrm3-helm-repository/tree/main/nexus-repository-manager, which is now archived. How does this repo achieve the same as before? The readme under https://github.com/sonatype/nxrm3-ha-repository/ clearly states that a pro version is required, thus it seems removing the OSS aspect of the helm chart entirely? Is this an incorrect documentation issue or was this a deliberate change? if it was a deliberate change, what is the recommended repo to use for OSS helm charts going forward? |
I was wondering the same thing. I was using the OSS version for myself and labs. If this isn't possible anymore, there is no reason to recommend any version (not even the pro) to my customers. |
Exactly they are forcing user to use pro version as anything else don't seems supported anymore and they don't seems to care if people switch to alternative as pro cost 12$/per user which might not be recommended because of number of user or simply to many other alternative tools. |
What other tools would you recommend? Other people asking the same question and discovering this thread might profit from recommendations. I've looked at JFrog Artifactory as an alternative and found their OSS support to be basically unusable for our usecase (NPM packets). |
Well, the fastest and easiest way to run OSS-version with this chart is to deploy it and edit the StatefulSet manually cutting |
Is there a plan to release the official Helm Chart OSS version after this ? |
Unfortunately Kubernetes doesn't always allow for the graceful shutdown of pods which can lead to corruption on embedded databases. |
K8s absolutely allows for graceful shutdown, see e.g.:
But I'm not sure why K8s graceful shutdowns play a role here. All we would need is a OSS version that can be tied to an external DB and we're good to go. An internal DB is nice for quick setup & playing around but probably a poor idea for a production rollout. This is where an external DB would make sense, which many many other OSS tools support without any fuss. |
After too long, I have understood the difference:
Nexus people says that the embedded database is too dangerous when making updates and that is why they have deprecated the original and moved to the As indicated, you can modify the values to deploy the OSS removing the This turns the So, the OSS users have 2 "real" options:
I hope it helps to save time for the next person. |
Note the documentation mentions |
Asking as could not find clear answer.
Does Sonatype Nexus Repository no more support any non pro version?
As standalone version with embedded database(orient) have known issue and external PostgreSQL database dont seems to be configurable in old versions ?
So is there any supported non Pro version?
The text was updated successfully, but these errors were encountered: